Sportradar NCAA Men's Hockey v3

Number of APIs: 12

Sportradar’s NCAA Men's Hockey API v3 offers scores and time remaining updates for all in-progress Division I hockey games. It is consistent in structure, format, and behavior with our other League Specific APIs.

Primary feeds will return schedules, standings, and game scores. Additional feeds provide complimentary data, including team rosters and Top 25 rankings.

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.

  1. Daily Schedule GET {{baseUrl}}/:locale/games/:year/:month/:day/schedule.{{format}}

  2. Game Boxscore GET {{baseUrl}}/:locale/games/:game_id/boxscore.{{format}}

  3. League Hierarchy GET {{baseUrl}}/:locale/league/hierarchy.{{format}}

  4. Rankings GET {{baseUrl}}/:locale/polls/:poll_name/:season_year/:ncaa_week/rankings.{{format}}

  5. Schedule GET {{baseUrl}}/:locale/games/:season_year/:season_type/schedule.{{format}}

  6. Standings GET {{baseUrl}}/:locale/seasons/:season_year/:season_type/standings.{{format}}

  7. Team Profile (Rosters) GET {{baseUrl}}/:locale/teams/:team_id/profile.{{format}}

  8. Tournament List GET {{baseUrl}}/:locale/tournaments/:season_year/:season_type/schedule.{{format}}

  9. Tournament Schedule GET {{baseUrl}}/:locale/tournaments/:tournament_id/schedule.{{format}}

  10. Tournament Summary GET {{baseUrl}}/:locale/tournaments/:tournament_id/summary.{{format}}