Docs
Coverage MatrixDocumentationChange LogLog InContact Us
Docs

Endpoints

🔐

Authorization

Place your API key in the header for each request (x-api-key)


Daily Results

Provides all game results for a given date.

https://api.sportradar.com/icehockey/{access_level}/{version}/{language_code}/schedules/{year}-{month}-{day}/results.{format}

ParameterDescription
access_levelDefines the access level of your API key as Production (production) or Trial (trial).
versionVersion number of the API you are accessing (Current Version: v1).
language_code2 letter code for supported languages

Chinese - simplified (zh), English (en), Finnish (fi), French (fr), Russian (ru), Spanish (es), Swedish (sv)

Click here for a tabular list of available languages per competition.
yearYear in 4 digit format (YYYY).
monthMonth in 2 digit format (MM).
dayDay in 2 digit format (DD).
formatxml or json.
x-api-keyYour API key. Placed in the header of each request.

Daily Schedule

Provides a list of all scheduled games for a given date.

https://api.sportradar.com/icehockey/{access_level}/{version}/{language_code}/schedules/{year}-{month}-{day}/schedule.{format}

ParameterDescription
access_levelDefines the access level of your API key as Production (production) or Trial (trial).
versionVersion number of the API you are accessing (Current Version: v1).
language_code2 letter code for supported languages

Chinese - simplified (zh), English (en), Finnish (fi), French (fr), Russian (ru), Spanish (es), Swedish (sv)

Click here for a tabular list of available languages per competition.
yearYear in 4 digit format (YYYY).
monthMonth in 2 digit format (MM).
dayDay in 2 digit format (DD).
liveOptional: Replace the date with "live" for a live schedule.
formatxml or json.
x-api-keyYour API key. Placed in the header of each request.

Head To Head

Provides previous and upcoming matches between two teams, including match results.

https://api.sportradar.com/icehockey/{access_level}/{version}/{language_code}/teams/{team_id}/versus/{team_id2}/matches.{format}

ParameterDescription
access_levelDefines the access level of your API key as Production (production) or Trial (trial).
versionVersion number of the API you are accessing (Current Version: v1).
language_code2 letter code for supported languages

Chinese - simplified (zh), English (en), Finnish (fi), French (fr), Russian (ru), Spanish (es), Swedish (sv)

Click here for a tabular list of available languages per competition.
team_idId of a given team.
team_id2Id of a given team.
formatxml or json.
x-api-keyYour API key. Placed in the header of each request.

Match Lineups

Provides basic match lineup information for both teams.

https://api.sportradar.com/icehockey/{access_level}/{version}/{language_code}/matches/{match_id}/lineups.{format}

ParameterDescription
access_levelDefines the access level of your API key as Production (production) or Trial (trial).
versionVersion number of the API you are accessing (Current Version: v1).
language_code2 letter code for supported languages

Chinese - simplified (zh), English (en), Finnish (fi), French (fr), Russian (ru), Spanish (es), Swedish (sv)

Click here for a tabular list of available languages per competition.
match_idID for a given game.
formatxml or json.
x-api-keyYour API key. Placed in the header of each request.

Match Probabilities

Provides 3-way probabilities (home team win, away team win, draw) for a given match.

https://api.sportradar.com/icehockey/{access_level}/{version}/{language_code}/matches/{match_id}/probabilities.{format}

ParameterDescription
access_levelDefines the access level of your API key as Production (production) or Trial (trial).
versionVersion number of the API you are accessing (Current Version: v1).
language_code2 letter code for supported languages

Chinese - simplified (zh), English (en), Finnish (fi), French (fr), Russian (ru), Spanish (es), Swedish (sv)

Click here for a tabular list of available languages per competition.
match_idID for a given game.
formatxml or json.
x-api-keyYour API key. Placed in the header of each request.

Match Summary

Provides real-time match-level statistics for a given match. Including player stats, team stats, and scoring by period. Please note that data returned is determined by coverage level.

https://api.sportradar.com/icehockey/{access_level}/{version}/{language_code}/matches/{match_id}/summary.{format}
ParameterDescription
access_levelDefines the access level of your API key as Production (production) or Trial (trial).
versionVersion number of the API you are accessing (Current Version: v1).
language_code2 letter code for supported languages

Chinese - simplified (zh), English (en), Finnish (fi), French (fr), Russian (ru), Spanish (es), Swedish (sv)

Click here for a tabular list of available languages per competition.
match_idID for a given game.
formatxml or json.
x-api-keyYour API key. Placed in the header of each request.

Match Timeline

Provides real-time match-level statistics and a play-by-play event timeline for a given match. This includes player stats, team stats, scoring by period, clock time for each recorded event. Please note that data returned is determined by coverage level.

https://api.sportradar.com/icehockey/{access_level}/{version}/{language_code}/matches/{match_id}/timeline.{format}

ParameterDescription
access_levelDefines the access level of your API key as Production (production) or Trial (trial).
versionVersion number of the API you are accessing (Current Version: v1).
language_code2 letter code for supported languages

Chinese - simplified (zh), English (en), Finnish (fi), French (fr), Russian (ru), Spanish (es), Swedish (sv)

Click here for a tabular list of available languages per competition.
match_idID for a given game.
formatxml or json.
x-api-keyYour API key. Placed in the header of each request.

Player Profile

Provides player biographical information, including current team.

https://api.sportradar.com/icehockey/{access_level}/{version}/{language_code}/players/{player_id}/profile.{format}

ParameterDescription
access_levelDefines the access level of your API key as Production (production) or Trial (trial).
versionVersion number of the API you are accessing (Current Version: v1).
language_code2 letter code for supported languages

Chinese - simplified (zh), English (en), Finnish (fi), French (fr), Russian (ru), Spanish (es), Swedish (sv)

Click here for a tabular list of available languages per competition.
player_idId of a given player.
formatxml or json.
x-api-keyYour API key. Placed in the header of each request.

Team Profile

Provides team information and statistics by season for a given team.

https://api.sportradar.com/icehockey/{access_level}/{version}/{language_code}/teams/{team_id}/profile.{format}

ParameterDescription
access_levelDefines the access level of your API key as Production (production) or Trial (trial).
versionVersion number of the API you are accessing (Current Version: v1).
language_code2 letter code for supported languages

Chinese - simplified (zh), English (en), Finnish (fi), French (fr), Russian (ru), Spanish (es), Swedish (sv)

Click here for a tabular list of available languages per competition.
team_idId of a given team.
formatxml or json.
x-api-keyYour API key. Placed in the header of each request.

Team Results

Returns a list of game results for a given team.

https://api.sportradar.com/icehockey/{access_level}/{version}/{language_code}/teams/{team_id}/results.{format}

ParameterDescription
access_levelDefines the access level of your API key as Production (production) or Trial (trial).
versionVersion number of the API you are accessing (Current Version: v1).
language_code2 letter code for supported languages

Chinese - simplified (zh), English (en), Finnish (fi), French (fr), Russian (ru), Spanish (es), Swedish (sv)

Click here for a tabular list of available languages per competition.
team_idId of a given team.
formatxml or json.
x-api-keyYour API key. Placed in the header of each request.

Team Schedule

Returns a list of scheduled games by team.

https://api.sportradar.com/icehockey/{access_level}/{version}/{language_code}/teams/{team_id}/schedule.{format}

ParameterDescription
access_levelDefines the access level of your API key as Production (production) or Trial (trial).
versionVersion number of the API you are accessing (Current Version: v1).
language_code2 letter code for supported languages

Chinese - simplified (zh), English (en), Finnish (fi), French (fr), Russian (ru), Spanish (es), Swedish (sv)

Click here for a tabular list of available languages per competition.
team_idId of a given team.
formatxml or json.
x-api-keyYour API key. Placed in the header of each request.

Team Statistics

Returns information and stats for a team within a tournament. The Tournament ID can be interchanged with Season ID to display the stats for past seasons if collected.

https://api.sportradar.com/icehockey/{access_level}/{version}/{language_code}/tournaments/{tournament_id or season_id}/teams/{team_id}/statistics.{format}

ParameterDescription
access_levelDefines the access level of your API key as Production (production) or Trial (trial).
versionVersion number of the API you are accessing (Current Version: v1).
language_code2 letter code for supported languages

Chinese - simplified (zh), English (en), Finnish (fi), French (fr), Russian (ru), Spanish (es), Swedish (sv)

Click here for a tabular list of available languages per competition.
tournament_id or season_idId of a given tournament or season.
team_idId of a given team.
formatxml or json.
x-api-keyYour API key. Placed in the header of each request.

Tournament Info

Provides information for a given tournament or season, including current season, participating teams, and tournament structure.

https://api.sportradar.com/icehockey/{access_level}/{version}/{language_code}/tournaments/{tournament_id or season_id}/info.{format}

ParameterDescription
access_levelDefines the access level of your API key as Production (production) or Trial (trial).
versionVersion number of the API you are accessing (Current Version: v1).
language_code2 letter code for supported languages

Chinese - simplified (zh), English (en), Finnish (fi), French (fr), Russian (ru), Spanish (es), Swedish (sv)

Click here for a tabular list of available languages per competition.
tournament_id or season_idId of a given tournament or season.
formatxml or json.
x-api-keyYour API key. Placed in the header of each request.

Tournament Leaders

Returns the ranked list of players leading the tournament or season with Points (goals + assists), goals, and assists.

https://api.sportradar.com/icehockey/{access_level}/{version}/{language_code}/tournaments/{tournament_id or season_id}/leaders.{format}

ParameterDescription
access_levelDefines the access level of your API key as Production (production) or Trial (trial).
versionVersion number of the API you are accessing (Current Version: v1).
language_code2 letter code for supported languages

Chinese - simplified (zh), English (en), Finnish (fi), French (fr), Russian (ru), Spanish (es), Swedish (sv)

Click here for a tabular list of available languages per competition.
tournament_id or season_idId of a given tournament or season.
formatxml or json.
x-api-keyYour API key. Placed in the header of each request.

Tournament List

Provides a list of all available tournaments in the API.

https://api.sportradar.com/icehockey/{access_level}/{version}/{language_code}/tournaments.{format}

ParameterDescription
access_levelDefines the access level of your API key as Production (production) or Trial (trial).
versionVersion number of the API you are accessing (Current Version: v1).
language_code2 letter code for supported languages

Chinese - simplified (zh), English (en), Finnish (fi), French (fr), Russian (ru), Spanish (es), Swedish (sv)

Click here for a tabular list of available languages per competition.
formatxml or json.
x-api-keyYour API key. Placed in the header of each request.

Tournament Live Standings

Provides standings which are updated live according to games currently in progress. Note that not all tournaments or seasons are covered live.

https://api.sportradar.com/icehockey/{access_level}/{version}/{language_code}/tournaments/{tournament_id or season_id}/live_standings.{format}

ParameterDescription
access_levelDefines the access level of your API key as Production (production) or Trial (trial).
versionVersion number of the API you are accessing (Current Version: v1).
language_code2 letter code for supported languages

Chinese - simplified (zh), English (en), Finnish (fi), French (fr), Russian (ru), Spanish (es), Swedish (sv)

Click here for a tabular list of available languages per competition.
tournament_id or season_idId of a given tournament or season.
formatxml or json.
x-api-keyYour API key. Placed in the header of each request.

Tournament Results

Provides results for all games within a given tournament or season.

https://api.sportradar.com/icehockey/{access_level}/{version}/{language_code}/tournaments/{tournament_id or season_id}/results.{format}

ParameterDescription
access_levelDefines the access level of your API key as Production (production) or Trial (trial).
versionVersion number of the API you are accessing (Current Version: v1).
language_code2 letter code for supported languages

Chinese - simplified (zh), English (en), Finnish (fi), French (fr), Russian (ru), Spanish (es), Swedish (sv)

Click here for a tabular list of available languages per competition.
tournament_id or season_idId of a given tournament or season.
formatxml or json.
x-api-keyYour API key. Placed in the header of each request.

Tournament Schedule

Provides scheduling information for all games within a given tournament or season.

https://api.sportradar.com/icehockey/{access_level}/{version}/{language_code}/tournaments/{tournament_id or season_id}/schedule.{format}

ParameterDescription
access_levelDefines the access level of your API key as Production (production) or Trial (trial).
versionVersion number of the API you are accessing (Current Version: v1).
language_code2 letter code for supported languages

Chinese - simplified (zh), English (en), Finnish (fi), French (fr), Russian (ru), Spanish (es), Swedish (sv)

Click here for a tabular list of available languages per competition.
tournament_id or season_idId of a given tournament or season.
formatxml or json.
x-api-keyYour API key. Placed in the header of each request.

Tournament Seasons

Provides a list of current and past season IDs for a given tournament. Season IDs can be interchanged with tournament IDs to retrieve historical data.

https://api.sportradar.com/icehockey/{access_level}/{version}/{language_code}/tournaments/{tournament_id or season_id}/seasons.{format}

ParameterDescription
access_levelDefines the access level of your API key as Production (production) or Trial (trial).
versionVersion number of the API you are accessing (Current Version: v1).
language_code2 letter code for supported languages

Chinese - simplified (zh), English (en), Finnish (fi), French (fr), Russian (ru), Spanish (es), Swedish (sv)

Click here for a tabular list of available languages per competition.
tournament_id or season_idId of a given tournament or season.
formatxml or json.
x-api-keyYour API key. Placed in the header of each request.

Tournament Standings

Provides detailed standings info for a given season.

https://api.sportradar.com/icehockey/{access_level}/{version}/{language_code}/tournaments/{tournament_id or season_id}/standings.{format}

ParameterDescription
access_levelDefines the access level of your API key as Production (production) or Trial (trial).
versionVersion number of the API you are accessing (Current Version: v1).
language_code2 letter code for supported languages

Chinese - simplified (zh), English (en), Finnish (fi), French (fr), Russian (ru), Spanish (es), Swedish (sv)

Click here for a tabular list of available languages per competition.
tournament_id or season_idId of a given tournament or season.
formatxml or json.
x-api-keyYour API key. Placed in the header of each request.