League Standing
Update Time: 2022-04-29 17:06
Introduction
• This API endpoint returns the standings data of the specified league id. You can use it with League Standing (Get Subleague) endpoint if there're subleagues.
• By using endpoint League Profile (Basic)
, you can get basic information of leagues and cups.
• Without parameter, return the list of leagues whose points have been updated in the last 24 hours.
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 second/call; 200 calls per day for free trial.
- Recommend Calls: 1 day/call
- Parameters:
Parameter | Value | Required | Description |
---|---|---|---|
leagueId | string | true | get the standings data of a specified event: 1. If the competition does not distinguish between league stages or sub-leagues, the standings data will be returned directly; 2. If the event is divided into league stages or sub-leagues, return the "subLeagueId" set; 3. (current) means that this league stage or sub-league is in progress. |
subLeagueId | string | false | get the league stage and sub-league standings data for the specified league. It needs to be used in conjunction with "leagueId". e.g. leagueId=122&subLeagueId=123218 By default, only return the ranking data of the first subleague in the 'subLeagueInfos' list. |
Response
Parameter | Value | Description | |
---|---|---|---|
leagueInfo | object | ||
leagueId | string | ||
name | string | Full name, e.g. Brazil Serie A | |
shortName | string | Short name, e.g. BRA D1 | |
logo | string | League logo url. The picture is saved for local use, please do not call it directly. | |
color | string | RGB color code string, e.g. #9933FF | |
totalRound | int | ||
currentRound | int | ||
currentSeason | string | e.g. 2019-2020 | |
subLeagueInfos | list | Return null when the subLeagueId parameter is not added. | |
subLeagueId | string | ||
name | string | e.g. Western Paly Off | |
totalRound | int | ||
currentRound | int | ||
hasScore | boolean | Is there standing data? | |
hasTwoLegs | boolean | Is it decided over two legs? | |
currentSubLeague | boolean | Is this subleague in progress? | |
teamInfos | list | ||
teamId | string | ||
name | string | ||
logo | string | Team logo url. The picture is saved for local use, please do not call it directly. | |
area | int | 0: No partition 1: East 2: West | |
totalStandings | list | ||
rank | int | ||
teamId | string | ||
winRate | string | ||
drawRate | string | ||
loseRate | string | ||
winAverage | string | ||
loseAverage | string | ||
deduction | string | ||
deductionExplain | string | ||
recentFirstResult | int | Result of the recent first match 0: win 1: draw 2: lose 3: empty | |
recentSecondResult | int | Result of the recent second match 0: win 1: draw 2: lose 3: empty | |
recentThirdResult | int | Result of the recent third match 0: win 1: draw 2: lose 3: empty | |
recentFourthResult | int | Result of the recent fourth match 0: win 1: draw 2: lose 3: empty | |
recentFifthResult | int | Result of the recent fifth match 0: win 1: draw 2: lose 3: empty | |
recentSixthResult | int | Result of the recent sixth match 0: win 1: draw 2: lose 3: empty | |
color | string | Promotion and Relegation. The value represents the serial number in leagueColorInfo (starting from 0), -1 means no promotion or relegation. | |
red | int | ||
totalCount | int | ||
winCount | int | ||
drawCount | int | ||
loseCount | int | ||
getScore | int | ||
loseScore | int | ||
goalDifference | int | ||
totalAddScore | int | Additional points | |
integral | int | Without deduction. | |
halfStandings | list | ||
rank | int | ||
teamId | string | ||
winRate | string | ||
drawRate | string | ||
loseRate | string | ||
winAverage | string | ||
loseAverage | string | ||
totalCount | int | ||
winCount | int | ||
drawCount | int | ||
loseCount | int | ||
getScore | int | ||
loseScore | int | ||
goalDifference | int | ||
integral | int | Without deduction. | |
homeStandings | list | The same as halfStandings | |
awayStandings | list | The same as halfStandings | |
homeHalfStandings | list | The same as halfStandings | |
awayHalfStandings | list | The same as halfStandings | |
leagueColorInfos | list | Qualifications for promotion or demotion, or for participation in cups | |
color | string | RGB color code string, e.g. #9933FF. | |
leagueName | string | ||
beginRank | int | ||
endRank | int | ||
lastUpdateTime | int | Last update time, unix timestamp | |
scoreCountType | int | Whether to show the additional points column, if the value is not 0 then show. | |
conference | boolean | Does the team belong to eastern or western conference? |
Example Request
Example Response
{}