get https://api.sportradar.com///v3//seasons//info.
Provides detailed information for a given season, including participating teams and league structure.
Update Frequency
300s Time To Live / Cache
Data Points
Category & Sport:
Attribute | Parent Element | Type | Description |
---|---|---|---|
country_code | season - category | String | Country code for a competition category ex. AUS (Australia) |
id | season - category | String | Unique category ID for a competition ex. sr:category:82 |
name | season - category | String | Name for a competition category ex. Rugby Union |
id | sport_event_context - sport | String | Unique sport ID for a competitor ex. sr:sport:12 |
name | sport_event_context - sport | String | Name for a competitor's sport ex. Rugby |
Competition:
Attribute | Parent Element | Type | Description |
---|---|---|---|
gender | season - competition | String | Gender for a competitionmen , women |
id | season - competition | String | Unique ID for a competition ex. sr:competition:302 (Super League) |
name | season - competition | String | Name of a competition ex. Super League , NRL, Women |
Groups:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | stage - groups - group | String | Unique ID for a group ex. sr:league:83887 (The Rugby Championship 2024) |
name | stage - groups - group | String | Name of a group ex. The Rugby Championship 2024 |
group_name | stage - groups - group | String | Abbreviated name of a group ex. D |
max_rounds | stage - groups - group | Integer | Maximum number of rounds for a group |
parent_group_id | stage - groups - group | String | Unique parent ID for a stage or season's group |
Seasons:
Attribute | Parent Element | Type | Description |
---|---|---|---|
competition_id | season | String | Unique ID for the competition a season belongs to ex. sr:competition:789 |
disabled | season | Boolean | Signifies a season has been disabled when true |
end_date | season | Date | End date of a season ex. 2024-09-28 |
id | season | String | Unique ID for a season ex. sr:season:119475 (The Rugby Championship 2024) |
name | season | String | Name of a season ex. The Rugby Championship 2024 |
start_date | season | Date | Start date of a season ex. 2024-08-10 |
year | season | String | Year of a season ex. 2024 |
competition_status | season - info | String | Status of a competition Data point not currently in use |
venue_reduced_capacity | season - info | Boolean | Signifies venues within this competition have a reduced capacity when true |
venue_reduced_capacity_max | season - info | Integer | Maximum capacity for a venue |
Stages:
Attribute | Parent Element | Type | Description |
---|---|---|---|
end_date | stage | Date | End date of a season or stage ex. 2024-05-19 |
order | stage | Integer | Order of a stage within a season |
phase | stage | String | Name of a season or stage ex. final_phase , knockout_stage , playoffs See the enum_phase entry in our Rugby OpenAPI specs for a complete list of valid phase enum values |
start_date | stage | Date | Start date of a season or stage ex. 2023-08-11 |
type | stage | String | Type of a season or stagecup , league |
year | stage | String | Year of a season or stage ex. 2024 |
Competitor:
Attribute | Parent Element | Type | Description |
---|---|---|---|
abbreviation | competitors - competitor | String | Abbreviation for a competitor name ex. WGW (Wigan Warriors) |
age_group | competitors - competitor | String | Age group of a competitor, when applicable ex. U23 |
gender | competitors - competitor | String | Gender for a competitormale , female |
id | competitors - competitor | String | Unique ID for a competitor ex. sr:competitor:4233 (Wigan Warriors) |
name | competitors - competitor | String | Name for a competitor ex. Wigan Warriors |
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. |