Cup Standing
Update Time: 2022-03-25 17:40
Introduction
• This API endpoint returns the ranking data for the specified cup 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/cup.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 |
---|---|---|
round | string | The stage of the cup, e.g. Groups. |
groupName | string | e.g. A. |
rank | int | |
teamId | int | |
win | int | |
lose | int | |
totalScore | int | |
totalLoss | int | |
streak | 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. |
outLine | boolean | Does the team out line? |
matchSeason | string |