Cup Standing
Thời gian cập nhật: 2026-06-29 15:42
Introduction
• This API endpoint returns group stage standings for a specified cup competition, organized by round and group.
• Without parameter, returns all leagues and cups with standings updated in the past 24 hours.
• Use the League & Cup Profile endpoint to get basic information for each cup.
Related Plans
You can use this api by subscribing plans: Stats.
Request
- Path: /sport/football/standing/cup
- Method: GET
- Calls: This interface is limited to 3 seconds/call;
- Recommend Calls: 1 day/call
- Parameters:
| Parameter | Value | Required | Description |
|---|---|---|---|
| leagueId | string | true | Cup ID to retrieve group stage standings for. |
Response
| Parameter | Value | Description | |||
|---|---|---|---|---|---|
| leagueId | string | ||||
| season | string | Season identifier (e.g., 2025-2026) | |||
| roundScoreItems | list | List of rounds in the cup competition | |||
| roundName | string | Round name (e.g., Qual., Qualifying Round) | |||
| groupScoreItems | list | List of groups within this round | |||
| groupName | string | Group name (e.g., Group A) | |||
| scoreItems | list | Standings entries for each team in this group | |||
| rank | int | Team's current position in the group | |||
| teamId | string | ||||
| teamName | string | Team name | |||
| color | string | Qualification status indicator. RGB hex color code (e.g., #ff0000) if the team has qualified or is in a notable zone. Empty string if no status applies. | |||
| totalCount | int | Total matches played | |||
| winCount | int | Matches won | |||
| drawCount | int | Matches drawn | |||
| loseCount | int | Matches lost | |||
| getScore | int | Goals scored | |||
| loseScore | int | Goals conceded | |||
| goalDifference | int | Goal difference (goals scored minus goals conceded) | |||
| integral | int | Total points | |||
| deduction | string | Points deducted. 0 if no deduction. | |||
| deductionExplain | string | Explanation of points deduction. Empty string if no deduction. | |||
Example Request

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