get https://api.sportradar.com/badminton//v2/en/seasons//standings.
Provides detailed standings info for a given season.
Update Frequency
10s Time To Live / Cache
Data Points
Groups:
Attribute | Parent Element | Type | Description |
---|---|---|---|
comment | groups - group - comments | String | Text comment for a standings group ex. LAMSFUSS M / SEIDEL M E withdrew from the tournament |
id | season_standing - groups - group | String | Unique ID for a standings group ex. sr:league:85585 (Group A) |
live | season_standing - groups - group | Boolean | Signifies standings are based on live scores when true |
name | season_standing - groups - group | String | Name of a standings group ex. Group A |
group_name | season_standing - groups - group | String | Abbreviated name of a standings group ex. A |
parent_group_id | season_standing - groups - group | String | Unique ID for a parent of a standings group |
Stages:
Attribute | Parent Element | Type | Description |
---|---|---|---|
end_date | season_standing - groups - group - stage | Date | End date of a standings stage ex. 2024-05-19 |
order | season_standing - groups - group - stage | Integer | Order of a stage within a season |
phase | season_standing - groups - group - stage | String | Name of a standings stage ex. ms (men singles), md (men doubles), ws (women singles), wd (women doubles), xd (mixed doubles)See the enum_phase entry in our Badminton OpenAPI spec for a complete list of valid phase enum values |
start_date | season_standing - groups - group - stage | Date | Start date of a standings stage ex. 2023-08-11 |
type | season_standing - groups - group - stage | String | Type of a standings stagecup , league |
year | season_standing - groups - group - stage | String | Year of a standings stage ex. 23/24 |
Competitor:
Competitors can be a player or a doubles team
Attribute | Parent Element | Type | Description |
---|---|---|---|
abbreviation | standing - competitor | String | Abbreviation for a competitor name (singles or doubles) ex. SHI (Shi, Yu Qi), LIW (Liang W K / Wang C) |
country | standing - competitor | String | Country of a competitor ex. China |
country_code | standing - competitor | String | Country code of a competitor ex. CHN |
date_of_birth | competitor - competitor | Date | Date of birth of a competitor ex. 1996-02-28 |
gender | standing - competitor | String | Gender for a competitormale , female |
id | standing - competitor | String | Unique ID for a competitor ex. sr:competitor:164376 |
name | standing - competitor | String | Name for a competitor (singles or doubles) ex. Shi, Yu Qi , Liang W K / Wang C |
qualifier | standing - competitor | String | Designation of a competitor for a matchhome , away |
virtual | standing - competitor | Boolean | Signifies a competitor is virtual when true . Used for placeholder players/teams in TBD vs TBD matchups. |
Player:
Competitors will appear under a
players
node when part of a doubles competition.
Attribute | Parent Element | Type | Description |
---|---|---|---|
abbreviation | competitor - players - player | String | Abbreviation for a player name ex. LIA (Liang, Wei Keng) |
country | competitor - players - player | String | Country of a competitor ex. China |
country_code | competitor - players - player | String | Country code of a competitor ex. CHN |
date_of_birth | competitor - players - player | Date | Date of birth of a player ex. 1994-07-05 |
id | competitor - players - player | String | Unique ID for a competitor ex. sr:competitor:569895 |
name | competitor - players - player | String | Name for a competitor ex. Liang, Wei Keng |
Standings:
Attribute | Parent Element | Type | Description |
---|---|---|---|
change | group - standing | Integer | Change in a competitor's standing rank from the previous week ex. 2 or -1 |
current_outcome | group - standing | String | Current outcome of a competitor for the season ex. Final round or Playoffs |
draw | group - standing | Integer | Number of ties for a competitor in the season standing group |
goals_against | group - standing | Integer | Number of points against for a competitor in the season standing group |
goals_diff | group - standing | Integer | Points differential for a competitor in the season standing group ex. 18 , -18 |
goals_for | group - standing | Integer | Number of points scored for a competitor in the season standing group |
loss | group - standing | Integer | Number of losses for a competitor in the season standing group |
played | group - standing | Integer | Number of matches played for a competitor in the season standing group |
points | group - standing | Integer | Number of points for a competitor in the season standing group |
rank | group - standing | Integer | Competitor rank in the season standing group |
round | season_standing | Integer | Number of rounds in the season standing group |
tie_break_rule | season_standing | String | Tie break rule for the season standing group ex. The overall table is sorted by percentage |
type | season_standing | String | Category of the season standing group ex. total , home , away |
win | group - standing | Integer | Number of wins for a competitor in the season standing group |