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

KeyDatatypeRequiredDescription
from_datestringnullable
to_datestringnullable
sport_idnumber

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringA 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}}