League Standing

Thời gian cập nhật: 2026-06-29 15:40

Introduction

• This API endpoint returns league standings for a specified league, including total, home, away, and first-half breakdowns.

• Use it with the League Standing (Get Subleague) endpoint to get available subLeagueId values when a league has multiple stages or divisions.

• Without parameters, returns all leagues and cups with standings updated in the past 24 hours. Use the League & Cup Profile endpoint to get basic league information.

Related Plans

You can use this api by subscribing plans:  Stats.

Request

  • Path: /sport/football/standing/league
  • Method: GET
  • Calls: This interface is limited to 3 seconds/call;
  • Recommend Calls: 1 day/call
  • Parameters:
ParameterValueRequiredDescription
leagueIdstringtrueLeague ID to retrieve standings for.

If the league has multiple stages or sub-leagues, standings are differentiated by sub-league.

Use subLeagueId to filter to a specific stage.
subLeagueIdstringfalseSub-league or stage ID.

If omitted, returns the standings of the first sub-league in the subLeagueInfos list by default (e.g., leagueId=1122&subLeagueId=1122).

Response

ParameterValueDescription
leagueInfo object Basic profile of the league
leagueId string
name stringFull league name (e.g., Brazil Serie A)
shortName stringAbbreviated league name (e.g., BRA D1)
logo stringLeague logo image URL.

Do not hotlink directly; download and serve locally.
color stringTheme color as an RGB hex code (e.g., #B5A150)
totalRound int Total number of rounds in the season
currentRound int Current round in progress
currentSeason stringCurrent season identifier (e.g., 2026, 2025-2026)
subLeagueInfos listList of sub-leagues or stages within the league
subLeagueId string
name stringSub-league or stage name (e.g., League, Western Play-off)
totalRound int Total rounds in this sub-league
currentRound int Current round in this sub-league
hasScore booleantrue: Standing data is available
false: Not available
hasTwoLegs booleantrue: Ties are decided over two legs
false: Single match
currentSubLeague booleantrue: This sub-league is currently in progress
false: Not in progress
teamInfos list List of teams participating in this league
teamId string
name string Team name
logo stringTeam logo image URL.

Do not hotlink directly; download and serve locally.
area intConference zone
0: No division 1: East 2: West
totalStandings list Full-match standings (all venues)
rank int Current league position
teamId string
winRate string Win rate as a percentage (e.g., 57.1)
drawRate string Draw rate as a percentage
loseRate string Loss rate as a percentage
winAverage string Average goals scored per match
loseAverage string Average goals conceded per match
deduction string Points deducted
deductionExplain string Explanation of points deduction. Empty string if no deduction.
recentFirstResult intResult of most recent match
0: Win 1: Draw 2: Loss 3: Empty
recentSecondResult intResult of 2nd most recent match.
0: Win 1: Draw 2: Loss 3: Empty
recentThirdResult intResult of 3rd most recent match.
0: Win 1: Draw 2: Loss 3: Empty
recentFourthResult intResult of 4th most recent match.
0: Win 1: Draw 2: Loss 3: Empty
recentFifthResult intResult of 5th most recent match.
0: Win 1: Draw 2: Loss 3: Empty
recentSixthResult intResult of 6th most recent match.
0: Win 1: Draw 2: Loss 3: Empty
color stringPromotion or relegation zone indicator.

Corresponds to the index of the matching entry in leagueColorInfos (starting from 0). -1 indicates no promotion or relegation status.
red int Red cards received
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)
totalAddScore intAdditional points awarded (e.g., bonus points)
integral int Total points (excluding deductions)
halfStandings list First-half standings (all venues)
rank int Current league position
teamId string
winRate string Win rate as a percentage (e.g., 57.1)
drawRate string Draw rate as a percentage
loseRate string Loss rate as a percentage
winAverage string Average goals scored per match
loseAverage string Average goals conceded per match
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 intTotal points (excluding deductions)
homeStandings listFull-match standings, home matches only
awayStandings listFull-match standings, away matches only
homeHalfStandings listFirst-half standings, home matches only
awayHalfStandings listFirst-half standings, away matches only
leagueColorInfos listColor legend for promotion and relegation zones
color stringRGB hex color code (e.g., #ffff00)
leagueName string Zone label (e.g., Title Play-offs, Relegation Play-offs)
beginRank int Starting rank of this zone
endRank int Ending rank of this zone
lastUpdateTime intTimestamp of the last standings update (Unix timestamp, GMT+0)
scoreCountType intIndicates whether additional points (totalAddScore) are applied in this league.

0: No additional points — column can be hidden.
Any other value: additional points are in use — display the totalAddScore column.
conference booleantrue: This league uses a conference format
false: Standard league format

Example Request

Example Response

    • This API endpoint returns league standings for a specified league, including total, home, away, and first-half breakdowns.\n\n • Use it with the League Standing (Get Subleague) endpoint to get available subLeagueId values when a league has multiple stages or divisions.\n\n • Without parameters, returns all leagues and cups with standings updated in the past 24 hours. Use the League & Cup Profile endpoint to get basic league information.
    Contact

    Liên hệ