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
Key | Datatype | Required | Description |
---|---|---|---|
from_date | string | nullable | |
to_date | string | nullable | |
sport_id | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A 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}]}