get https://api.sportradar.com/australianrules//v3//seasons//standings.
Provides detailed standings info for a given season.
Update Frequency10s Time To Live / Cache
Data Points
Groups
| Attribute | Parent Element | Type | Description | 
|---|---|---|---|
id | season_standing - groups - group | String | Unique ID for a standings group ex. sr:league:80118 (AFL) | 
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. AFL | 
group_name | season_standing - groups - group | String | Abbreviated name of a standings group | 
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-08-25 | 
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. final_phase, knockout_stage, playoffsSee the enum_phase entry in our Aussie Rules 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. 2024-03-07 | 
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. 2024 | 
Competitor
| Attribute | Parent Element | Type | Description | 
|---|---|---|---|
abbreviation | standing - competitor | String | Abbreviation for a competitor name ex. BRI (Brisbane Lions) | 
age_group | standing - competitor | String | Age group of a competitor, when applicable ex. U23 | 
country | standing - competitor | String | Country of a competitor ex. Australia | 
country_code | standing - competitor | String | Country code of a competitor ex. AUS (Australia) | 
gender | standing - competitor | String | Gender for a competitormale, female | 
id | standing - competitor | String | Unique ID for a competitor ex. sr:competitor:4444 (Brisbane Lions) | 
name | standing - competitor | String | Name for a competitor ex. Brisbane Lions | 
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. If teams are tied on points, the number of points for breaks the tie | 
type | season_standing | String | Category of the season standing grouptotal, home, 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 week ex. 2 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 | 
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 | 
points_percentage | group - standing | Decimal | Points scoring percentage for a team in the season standing group. (A ratio of Points For to Points Against, multiplied by 100) ex. 133.6 | 
rank | group - standing | Integer | Team rank in the season standing group | 
win | group - standing | Integer | Number of wins for a team in the season standing group | 
