League Standing
Update Time: 2022-03-25 17:39
Introduction
• This API endpoint returns the ranking data for the specified league ID.
• By using endpoint League Profile (Basic)
, you can get basic information of leagues and cups.
Related Plans
You can use this api by subscribing plans: Stats.
Request
- Path: /basketball_th/standing/league.aspx
- Method: GET
- Calls: This interface is limited to 10 second/call.
- Recommend Calls: 1 day/call
- Parameters:
Parameter | Value | Required | Description |
---|---|---|---|
leagueId | int | true | |
season | string | false | current matchSeason is default. |
Response
Parameter | Value | Description |
---|---|---|
leagueName | string | e.g. NBA Eastern. |
teamId | int | |
teamName | string | |
matchSeason | string | e.g. 19-20. |
homeWin | int | |
homeLoss | int | |
awayWin | int | |
awayLoss | int | |
winScale | flat | winRate. e.g. 76.9. |
state | int | Match of winning or
losing in a row. A positive number means winning while a negative number means losing.
e.g. 2 means win 2 consecutive matches. -2 means lost 2 consecutive matches. |
homeRank | int | |
awayRank | int | |
totalRank | int | |
homeScore | int | |
homeLossScore | int | |
awayScore | int | |
awayLossScore | int | |
nearlyTenWin | int | |
nearlyTenLoss | int |