get https://api.sportradar.com/snooker//v2//seasons//probabilities.
Provides 2-way match win probabilities (home team win, away team win) for all matches in 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 , draw |
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 |
id | sport_event_context - category | String | Unique category ID for a sport event ex. sr:category:55 (International) |
name | sport_event_context - category | String | Name for a sport event's category ex. International |
id | sport_event_context - sport | String | Unique sport ID for a sport event ex. sr:sport:19 |
name | sport_event_context - sport | String | Name for a sport event's sport ex. Snooker |
Competition:
Attribute | Parent Element | Type | Description |
---|---|---|---|
gender | sport_event_context - competition | String | Gender for a competition ex. men , women , mixed |
id | sport_event_context - competition | String | Unique ID for a competition ex. sr:competition:21248 (Northern Ireland Open) |
name | sport_event_context - competition | String | Name of a competition ex. Northern Ireland Open |
parent_id | sport_event_context - competition | String | Unique parent ID for a competition ex. sr:competition:14460 |
Groups:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | sport_event_context - groups - group | String | Unique ID for a sport event's group ex. sr:cup:163447 (World Championship 2024) |
name | sport_event_context - groups - group | String | Name of a sport event's group ex. World Championship 2024 |
group_name | sport_event_context - groups - group | String | Abbreviated name of a sport event's group |
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. |
name | sport_event_context - round | String | Name of a match's round ex. round_of_16 or final |
number | sport_event_context - round | Integer | Number of a match's round |
Season:
Attribute | Parent Element | Type | Description |
---|---|---|---|
competition_id | sport_event_context - season | String | Unique ID for the competition a season belongs to ex. sr:competition:430 (World Championship) |
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 season ex. 2025-07-13 |
id | season | String | Unique ID for a season ex. sr:season:104989 (World Championship 2024) |
name | sport_event_context - season | String | Name of a season ex. World Championship 2024 |
start_date | sport_event_context - season | Date | Start date of a season ex. 2025-06-23 |
year | sport_event_context - season | String | Year of a season ex. 24/25 or 2024 |
Stages:
Attribute | Parent Element | Type | Description |
---|---|---|---|
end_date | sport_event_context - stage | Date | End date of a sport event's stage ex. 2024-07-14 |
order | sport_event_context - stage | Integer | Order of a stage within a season |
phase | Name of a sport event's stage ex. playoffs , regular season See the enum_phase entry in our Snooker 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-06-24 |
type | sport_event_context - stage | String | Type of a match's stagecup , league |
year | sport_event_context - stage | String | Year of a match's stage ex. 23/24 or 2024 |
Competitor:
Attribute | Parent Element | Type | Description |
---|---|---|---|
abbreviation | competitors - competitor | String | Abbreviation for a competitor name ex. JON (Jones, Jak) |
id | competitors - competitor | String | Unique ID for a competitor ex. sr:competitor:130248 |
name | competitors - competitor | String | Name for a competitor ex. Jones, Jak |
qualifier | competitors - competitor | String | Designation of a competitor for a matchhome , away |
Coverage Properties:
Attribute | Parent Element | Type | Description |
---|---|---|---|
live | sport_event - coverage | String | Signifies a sport event is covered live when true |
Sport Event:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | sport_event | String | Unique ID of a match ex. sr:sport_event:48525429 |
best_of | sport_event_context - mode | Integer | Provides the number of frames played for the match ex. best_of="35" |
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:51847153 |
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 |
resumed | sport_event | Date | Timestamp of the resumed start of a match ex. 2024-03-26T20:00:00+00:00 |
start_time | sport_event | Date | Start time of a match ex. 2024-03-26T20:00:00+00:00 |
start_time_confirmed | sport_event | Boolean | Signifies the start time of a match is confirmed when true |