Cup Standing

Update Time: 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:
ParameterValueRequiredDescription
leagueIdstringtrueCup ID to retrieve group stage standings for.

Response

ParameterValueDescription
leagueId string
season stringSeason identifier (e.g., 2025-2026)
roundScoreItems listList of rounds in the cup competition
roundName stringRound name (e.g., Qual., Qualifying Round)
groupScoreItems list List of groups within this round
groupName stringGroup 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 stringQualification 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

Example Response

    • This API endpoint returns group stage standings for a specified cup competition, organized by round and group. \n\n • Without parameter, returns all leagues and cups with standings updated in the past 24 hours. \n\n • Use the League & Cup Profile endpoint to get basic information for each cup.
    Contact

    Contact