League Standing
Update Time: 2022-05-30 10:29
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: /sport/basketball/standing/league
- Method: GET
- Calls: This interface is limited to 10 second/call;
- Recommend Calls: 1 day/call
- Parameters:
| Parameter | Value | Required | Description |
|---|---|---|---|
| leagueId | string | true |
Response
| Parameter | Value | Description |
|---|---|---|
| leagueName | string | e.g. NBA Eastern. |
| teamId | int | |
| teamName | string | |
| matchSeason | int | e.g. 19-20. |
| homeWin | int | |
| homeLoss | int | |
| awayWin | int | |
| awayLoss | int | |
| winScale | int | 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 |
Example Request
Example Response
{}
Tiếng Việt
ภาษาไทย 