win and loss

GET {{baseUrl}}/{{version}}/stats/gameresults/winloss/teams/128?from_date=2022-01-01&to_date=2024-09-25&sport_id=60

This endpoint allow you to get back a game result of a player.

Request Params

KeyDatatypeRequiredDescription
from_datestringnullable
to_datestringnullable
sport_idnumber

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringA valid JWT token

RESPONSES

status: OK

{"error":false,"code":200,"message":"Win and Loss results","result":[{"result":"","won_by":"0","lost_by":"0","team_id":128,"event_id":3668},{"result":"lost","won_by":"0","lost_by":"9","team_id":683,"event_id":3040}]}