get https://api.sportradar.com/australianrules//v3/en/seasons//probabilities.
Provides 2-way win probabilities (home team win, away team win) for all matches for a given season.
Update Frequency
60s Time To Live / Cache
Pagination Note
Pagination may be required to pull all data within this feed. By default, the feed will return 200 sport events.
Data Points
Match Probabilities:
Attribute | Parent Element | Type | Description |
---|---|---|---|
name | market | String | Probability market 2way |
name | market - outcome | String | Probability market outcomehome_team_winner , away_team_winner |
probability | market - outcome | Float | Probability of the market outcome (home win, away win) in percentage ex. 36.1 |
Category & Sport:
Attribute | Parent Element | Type | Description |
---|---|---|---|
country_code | sport_event_context - category | String | Country code for a sport event's category ex. AUS (Australia) |
id | sport_event_context - category | String | Unique category ID for a sport event ex. sr:category:87 |
name | sport_event_context - category | String | Name for a sport event's category ex. Australia |
id | sport_event_context - sport | String | Unique sport ID for a sport event ex. sr:sport:13 |
name | sport_event_context - sport | String | Name for a sport event's sport ex. Aussie Rules |
Competition:
Attribute | Parent Element | Type | Description |
---|---|---|---|
gender | sport_event_context - competition | String | Gender for a competitionmen , women |
id | sport_event_context - competition | String | Unique ID for a competition ex. sr:competition:656 (AFL) |
name | sport_event_context - competition | String | Name of a competition ex. AFL , AFL, Women |
Groups:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | sport_event_context - groups - group | String | Unique ID for a sport event's group ex. sr:league:80118 (AFL 2024) |
name | sport_event_context - groups - group | String | Name of a sport event's group ex. AFL 2024 , AFL 2024, Final Series |
group_name | sport_event_context - groups - group | String | Abbreviated name of a sport event's group ex. D |
Rounds:
Attribute | Parent Element | Type | Description |
---|---|---|---|
competition_sport_event_number | sport_event_context - round | Integer | Sport event number within a competition. Used for competitions that have fixed match numbers. |
cup_round_id | sport_event_context - round | String | Unique ID for a sport event's cup round ex. sr:cup_round:1934530 |
cup_round_number_of_sport_events | sport_event_context - round | Integer | Number of events in a sport event's round |
cup_round_sport_event_number | sport_event_context - round | Integer | Number within the cup_round of a match ID. For example, 1st leg of 2 |
name | sport_event_context - round | String | Name of a sport event's round ex. grand_finals or preliminary_finals |
number | sport_event_context - round | Integer | Number of a sport event's round |
other_sport_event_id | sport_event_context - round | String | A linked sport event ID, typically in a two-legged tie ex. sr:sport_event:47395897 |
Seasons:
Attribute | Parent Element | Type | Description |
---|---|---|---|
competition_id | sport_event_context - season | String | Unique ID for the competition a sport event belongs to ex. sr:competition:656 (AFL) |
disabled | sport_event_context - season | Boolean | Signifies a season has been disabled when true |
end_date | sport_event_context - season | Date | End date of a sport event's season ex. 2024-09-28 |
id | sport_event_context - season | String | Unique ID for a sport event's season ex. sr:season:111244 (AFL 2024) |
name | sport_event_context - season | String | Name of a sport event's season ex. Liga ACB 23/24 |
start_date | sport_event_context - season | Date | Start date of a sport event's season ex. 2024-03-07 |
year | sport_event_context - season | String | Year of a sport event's season ex. 2024 |
Stages:
Attribute | Parent Element | Type | Description |
---|---|---|---|
end_date | sport_event_context - stage | Date | End date of a sport event's stage ex. 2024-09-28 |
order | sport_event_context - stage | Integer | Order of a stage within a season |
phase | sport_event_context - stage | String | Name of a sport event's stage ex. final_phase , knockout_stage , playoffs See the enum_phase entry in our Aussie Rules OpenAPI spec for a complete list of valid phase enum values |
start_date | sport_event_context - stage | Date | Start date of a sport event's stage ex. 2024-09-05 |
type | sport_event_context - stage | String | Type of a sport event's stagecup , league |
year | sport_event_context - stage | String | Year of a sport event's stage ex. 2024 |
Competitor:
Attribute | Parent Element | Type | Description |
---|---|---|---|
abbreviation | competitors - competitor | String | Abbreviation for a competitor name ex. BRI (Brisbane Lions) |
age_group | competitors - competitor | String | Age group of a competitor, when applicable ex. U23 |
country | competitors - competitor | String | Country of a competitor ex. Australia |
country_code | competitors - competitor | String | Country code of a competitor ex. AUS (Australia) |
gender | competitors - competitor | String | Gender for a competitormale , female |
id | competitors - competitor | String | Unique ID for a competitor ex. sr:competitor:4444 (Brisbane Lions) |
name | competitors - competitor | String | Name for a competitor ex. Brisbane Lions |
qualifier | competitors - competitor | String | Designation of a competitor for a sport eventhome , away |
virtual | competitors - competitor | Boolean | Signifies a competitor is a virtual team whan true . Used for placeholder teams in TBD vs TBD matchups. |
Sport Event:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | sport_event | String | Unique ID of a sport event ex. sr:sport_event:53800561 |
replaced_by | sport_event | String | An alternative sport event ID if the match is postponed and played at a later date ex. sr:sport_event:47395897 |
resume_time | sport_event | Date | An updated timestamp if there is a delay at the start or interruption during a match ex. 2024-03-26T20:00:00+00:00 |
start_time | sport_event | Date | Start time of a sport event ex. 2024-03-26T20:00:00+00:00 |
start_time_confirmed | sport_event | Boolean | Signifies the start time of a sport event is confirmed when true |
Sport Event - Coverage Properties:
Attribute | Parent Element | Type | Description |
---|---|---|---|
type | sport_event - coverage | String | Type of coveragesport_event , group , competition |
basic_play_by_play | sport_event - coverage - sport_event_properties | Boolean | Signifies basic play-by-play is available for a sport event when true |
basic_player_stats | sport_event - coverage - sport_event_properties | Boolean | Signifies basic player stats is available for a sport event when true |
basic_team_stats | sport_event - coverage - sport_event_properties | Boolean | Signifies basic team stats is available for a sport event when true |
goal_scorers | sport_event - coverage - sport_event_properties | Boolean | Signifies goal scorers are available for a sport event when true |
lineups | sport_event - coverage - sport_event_properties | Boolean | Signifies lineups are available for a sport event when true |
scores | sport_event - coverage - sport_event_properties | String | Describes the availability of scores as live or post-matchlive , post |
Venue:
Attribute | Parent Element | Type | Description |
---|---|---|---|
capacity | venue | Integer | Capacity of venue ex. 42000 |
changed | venue | Boolean | Signifies a venue has been changed when true |
city_name | venue | String | City name of venue ex. Brisbane |
country_code | venue | String | Country code of venue ex. AUS (Australia) |
country_name | venue | String | Country name of venue ex. Australia |
id | venue | String | Unique ID of venue ex. sr:venue:7698 |
map_coordinates | venue | String | Coordinates of venue ex. -27.485833,153.038056 |
name | venue | String | Name of venue ex. The Gabba |
reduced_capacity | venue | Boolean | Optional attribute signifying a venue has a restricted capacity when true |
reduced_capacity_max | venue | Integer | Value of a venue's restrictued capacity |
timezone | venue | String | Timezone of venue ex. Australia/Queensland |