get https://api.sportradar.com/basketball//v2//seasons//standings.
Global Basketball Season Standings Provides detailed standings info for a given season.
Update Frequency
10s Time To Live / Cache
Data Points
Groups:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | season_standing - groups - group | String | Unique ID for a sport event's group ex. sr:league:76103 (Euroleague 23/24) |
live | season_standing - groups - group | Boolean | Signifies standings are based on live scores when true |
name | season_standing - groups - group | String | Name of a sport event's group ex. Euroleague 23/24 |
group_name | season_standing - groups - group | String | Abbreviated name of a sport event's group ex. Eastern Conference |
parent_group_id | season_standing - groups - group | String | Unique ID for a parent of a season's group. For example, the NBA Eastern Conference (sr:league:77453 ) could be a child of NBA (sr:league:77447 ) ex. sr:league:77447 |
Stages:
Attribute | Parent Element | Type | Description |
---|---|---|---|
end_date | season_standing - groups - group - stage | Date | End date of a sport event's 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 sport event's stage ex. regular season , conference , playoffs See the enum_phase entry in our Global Basketball OpenAPI spec for a complete list of valid phase enum values |
start_date | season_standing - groups - group - stage | Date | Start date of a sport event's stage ex. 2023-08-11 |
type | season_standing - groups - group - stage | String | Type of a sport event's stagecup , league |
year | season_standing - groups - group - stage | String | Year of a sport event's stage ex. 23/24 |
Competitor:
Attribute | Parent Element | Type | Description |
---|---|---|---|
abbreviation | standing - competitor | String | Abbreviation for a competitor name ex. RMA (Real Madrid) |
age_group | standing - competitor | String | Age group of a competitor, when applicable ex. U23 |
country | standing - competitor | String | Country of a competitor ex. Spain |
country_code | standing - competitor | String | Country code of a competitor ex. ESP (Spain) |
division | standing - competitor | Integer | Division number for a competitor |
gender | standing - competitor | String | Gender for a competitormale , female |
id | standing - competitor | String | Unique ID for a competitor ex. sr:competitor:3540 (Real Madrid) |
name | standing - competitor | String | Name for a competitor ex. Real Madrid |
state | standing - competitor | String | State of a competitor ex. TX (Texas) |
Standings:
Standings may be separated into the following possible categories:
total
,home
,away
Attribute | Parent Element | Type | Description |
---|---|---|---|
tie_break_rule | season_standing | String | Tie break rule for the season standing group ex. In the event that two (or more) teams have an equal number of points, the following rules break the tie: 1. Goal difference 2. Goals scored |
type | season_standing | String | Category of the season standing grouptotal , home, away , first_help_total , first_half_home , first_half_away , second_half_total , second_half_home , second_half_away |
round | season_standing | Integer | Number of rounds in the season standing group |
change | group - standing | Integer | Change in a team's standing rank from the previous week2 or -1 |
current_outcome | group - standing | String | Current outcome of a team for the season ex. Qualification Playoffs or Playoffs |
draw | group - standing | Integer | Number of ties for a team in the season standing group |
games_behind | group - standing | Integer | Number of games behind the season standing group leader |
last_ten_loss_record | group - standing | Integer | Number of losses in a team's last ten games |
last_ten_win_record | group - standing | Integer | Number of wins in a team's last ten games |
loss | group - standing | Integer | Number of losses for a team in the season standing group |
played | group - standing | Integer | Number of games played for a team in the season standing group |
points_against | group - standing | Integer | Number of points against for a team in the season standing group |
points_for | group - standing | Integer | Number of points scored for a team in the season standing group |
rank | group - standing | Integer | Team rank in the season standing group |
streak | group - standing | Integer | Team win/loss streak in the season standing group ex. W5 (won 5 in a row), L3 (lost 3 in a row) |
win_percentage | group - standing | Decimal | Winning percentage for a team in the season standing group. Expressed as a whole number with one decimal. ex. 64.7 |
win_ratio | group - standing | Decimal | Winning percentage for a team in the season standing group. Expressed with three decimals. ex. .647 |
win | group - standing | Integer | Number of wins for a team in the season standing group |