win and loss ratio
GET {{baseUrl}}/{{version}}/stats/gameresults/winloss/ratio/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 ratio results","result":{"win_percentage":0,"loss_percentage":50,"win_loss_ratio":0}}