Cup Standing
Thời gian cập nhật: 2026-07-16 11:10
Introduction
• This API endpoint returns standing data for the specified cup, which may cover the group stage or other stages of the cup (e.g. Groups, Quarter Final).
• 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/cup
- Method: GET
- Calls: This interface is limited to 10 seconds/call;
- Recommend Calls: 1 day/call
- Parameters:
| Parameter | Value | Required | Description |
|---|---|---|---|
| leagueId | string | true | Unique ID of the cup. Despite the parameter name, this refers to a cup's ID rather than a league's ID — use the League&Cups Profile (Basic) endpoint to look up available IDs. |
Response
| Parameter | Value | Description |
|---|---|---|
| round | string | The stage of the cup this standing data belongs to, e.g. Groups, Quarter Final. |
| groupName | string | Name of the group, e.g. A. |
| rank | int | Ranking of the team within this group. |
| teamId | int | Unique ID of the team. |
| win | int | Number of wins. |
| lose | int | Number of losses. |
| totalScore | int | Total points scored. |
| totalLoss | int | Total points conceded. |
| streak | int | Winning or losing streak. A positive number means a win streak, a negative number means a losing streak, e.g. 2 means 2 consecutive wins, -2 means 2 consecutive losses. |
| outLine | boolean | true: team has qualified for the next round false: team has not qualified for the next round |
| matchSeason | string | Season, e.g. 25. |
Example Request

English
Tiếng Việt
ภาษาไทย 