get https://api.sportradar.com/icehockey//v2//seasons/:season_id/competitors//statistics.
Global Hockey Seasonal Competitor Statistics provides team seasonal statistics for a given team and season.
Update Frequency
30s Time To Live / Cache
Data Points
Category & Sport:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | season - sport | String | Unique sport ID for a competitor ex. sr:sport:4 |
name | season - sport | String | Name for a competitor's sport ex. Ice Hockey |
Seasons:
Attribute | Parent Element | Type | Description |
---|---|---|---|
competition_id | season_competitor_statistics - season | String | Unique ID for the competition a sport event belongs to ex. sr:competition:268 (KHL) |
disabled | season_competitor_statistics - season | Boolean | Signifies a season has been disabled when true |
end_date | season_competitor_statistics - season | Date | End date of a season ex. 2025-05-25 |
id | season_competitor_statistics - season | String | Unique ID for a season ex. sr:season:119485 (KHL 24/25) |
name | season_competitor_statistics - season | String | Name of a season ex. KHL 24/25 |
start_date | season_competitor_statistics - season | Date | Start date of a season ex. 2024-09-03 |
year | season_competitor_statistics - season | String | Year of a season ex. 24/25 |
Competitor:
Attribute | Parent Element | Type | Description |
---|---|---|---|
abbreviation | competitors - competitor | String | Abbreviation for a competitor name ex. OMS (HK Avangard Omsk) |
age_group | competitors - competitor | String | Age group of a competitor, when applicable ex. U23 |
country | competitors - competitor | String | Country of a competitor ex. Russia |
country_code | competitors - competitor | String | Country code of a competitor ex. RUS (Russia) |
gender | competitors - competitor | String | Gender for a competitormale , female |
id | competitors - competitor` | String | Unique ID for a competitor ex. sr:competitor:3945 (HK Avangard Omsk) |
name | competitors - competitor | String | Name for a competitor ex. HK Avangard Omsk |
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. |
Player:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | statistics - players - player | String | Unique ID of a player ex. sr:player:178409 |
name | statistics - players - player | String | Name of a player ex. Kruchinin, Alexei |
Season Stats (Team):
Attribute | Parent Element | Type | Description |
---|---|---|---|
goals | statistics | Integer | Number of team goals made for a season |
goals_allowed | statistics | Integer | Number of team goals allowed for a season |
matches_lost | statistics | Integer | Number of matches lost for a team in a season |
matches_played | statistics | Integer | Number of matches played for a team in a season |
matches_won | statistics | Integer | Number of matches won for a team in a season |
number_of_penalties | statistics | Integer | Number of penalties for a team in a season |
penalty_minutes | statistics | Integer | Number of penalty minutes for a team in a season |
saves | statistics | Integer | Number of saves for a team in a season |
shooting_percentage | statistics | Double | Team shooting percentage for a season ex. 2.56 |
shots | statistics | Integer | Number of shots on goal for a team in a season |
shutouts | statistics | Integer | Number of shutouts for a team in a season |
Season Stats (Player):
Attribute | Parent Element | Type | Description |
---|---|---|---|
assists | player - statistics | Integer | Number of player assists for a season |
first_assists | player - statistics | Integer | Number of player first assists for a season |
goals | player - statistics | Integer | Number of player goals scored for a season |
goals_allowed | player - statistics | Integer | Number of player goals allowed for a season |
penalties | player - statistics | Integer | Number of player penalties for a season |
penalty_minutes | player - statistics | Integer | Number of player penalty minutes for a season |
plus_minus | player - statistics | Integer | Player plus/minus value for a season ex. 5 , -19 |
points | player - statistics | Integer | Number of player points for a season |
second_assists | player - statistics | Integer | Number of player second assists for a season |
shots_on_target | player - statistics | Integer | Number of player shots on target for a season |