Sportradar NHL v7
Number of APIs: 32
As NHL’s official data partner, Sportradar offers the most detailed and complete live NHL data available. This includes official and accurate scoring, faceoffs, substitutions, hits, giveaways, and more. Game analytics and seasonal statistics are also available to provide a robust hockey experience.
The NHL API is consistent in structure, format, and behavior with our other League Specific APIs. Our primary feeds return schedules, standings, team/player data, and real-time scores.
Our other NHL feeds provide a host of complimentary statistics and information, including:
- Rankings
- League leaders
- Injuries
- Depth charts
- In-game substitution info
- Live event positional data
- Seasonal statistics
- Game analytics
- Shot zones
- Faceoff statistics
Real-time customers are also offered three delivery Push Feeds to enhance speed.
The easiest way to get started with the API is to click the fork button to fork this collection to your own workspace and use Qodex to send requests.
To receive trial access, visit this page.
-
Teams GET {{baseUrl}}/:locale/league/teams.{{format}}
-
Daily Change Log GET {{baseUrl}}/:locale/league/:year/:month/:day/changes.{{format}}
-
Daily Schedule GET {{baseUrl}}/:locale/games/:year/:month/:day/schedule.{{format}}
-
Daily Transfers GET {{baseUrl}}/:locale/league/:year/:month/:day/transfers.{{format}}
-
Depth Charts GET {{baseUrl}}/:locale/teams/:team_id/depth_chart.{{format}}
-
Game Analytics GET {{baseUrl}}/:locale/games/:game_id/analytics.{{format}}
-
Game Boxscore GET {{baseUrl}}/:locale/games/:game_id/boxscore.{{format}}
-
Game Faceoffs GET {{baseUrl}}/:locale/games/:game_id/faceoffs.{{format}}
-
Game Play By Play GET {{baseUrl}}/:locale/games/:game_id/pbp.{{format}}
-
Game Shot Zones GET {{baseUrl}}/:locale/games/:game_id/shot_zones.{{format}}