get https://api.sportradar.com/floorball//v2//seasons//info.
Floorball Season Info provides detailed information for a given season, including participating competitors 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. NOR |
id | season - category | String | Unique category ID for a competition ex. sr:category:68 (Norway) |
name | season - category | String | Name for a competition category ex. Norway |
id | season - sport | String | Unique sport ID for a competitor ex. sr:sport:7 |
name | season - sport | String | Name for a competitor's sport ex. Floorball |
Competition:
Attribute | Parent Element | Type | Description |
---|---|---|---|
gender | season - competition | String | Gender for a competition ex. men , women |
id | season - competition | String | Unique ID for a competition ex. sr:competition:617 (World Championship) |
name | season - competition | String | Name of a competition ex. World Championship |
parent_id | season - competition | String | Unique parent ID for a competition |
Groups:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | stage - groups - group | String | Unique ID for a stage or season's group ex. sr:cup:135025 (World Championship 2022, Playoffs) or sr:league:66933 (World Championship 2022, Group A) |
max_rounds | stage - groups - group | Integer | Maximum number of rounds for a stage or season |
name | stage - groups - group | String | Name of a stage or season's group ex. World Championship 2022, Playoffs or World Championship 2022, Group A |
group_name | stage - groups - group | String | Abbreviated name of a stage or season's group ex. A |
Season:
Attribute | Parent Element | Type | Description |
---|---|---|---|
competition_id | season | String | Unique ID for the competition a season belongs to ex. sr:competition:617 (World Championship) |
disabled | season | Boolean | Signifies a season has been disabled when true |
end_date | season | Date | End date of a season ex. 2025-07-13 |
id | season | String | Unique ID for a season ex. sr:season:121381 (World Championship 2024) |
name | season | String | Name of a season ex. World Championship 2024 |
start_date | season | Date | Start date of a season ex. 2025-06-23 |
year | season | String | Year of a season ex. 24/25 or 2025 |
Stages:
Attribute | Parent Element | Type | Description |
---|---|---|---|
end_date | stage | Date | End date of a season or stage ex. 2024-07-14 |
order | stage | Integer | Order of a stage within a season |
phase | stage | String | Name of a season or stage ex. playoffs , regular season See the enum_phase entry in our Floorball OpenAPI spec for a complete list of valid phase enum values |
start_date | stage | Date | Start date of a season or stage ex. 2024-06-24 |
type | stage | String | Type of a season or stagecup , league |
year | stage | String | Year of a season or stage ex. 23/24 or 2024 |
Competitor:
Attribute | Parent Element | Type | Description |
---|---|---|---|
abbreviation | competitors - competitor | String | Abbreviation for a competitor name ex. SLE (IBK Slevik) |
age_group | competitors - competitor | String | Age group of a competitor, when applicable ex. U23 |
country | competitors - competitor | String | Country of a competitor ex. Norway |
country_code | competitors - competitor | String | Country code of a competitor ex. NOR |
gender | competitors - competitor | String | Gender of a competitor ex. male |
id | competitors - competitor | String | Unique ID for a competitor ex. sr:competitor:4174 |
name | competitors - competitor | String | Name for a competitor ex. IBK Slevik |
virtual | competitors - competitor | Boolean | Signifies a competitor is virtual when true . Used for placeholder players/teams in TBD vs TBD matchups. |