18 endpoints for ice hockey match data — lineups, statistics, incidents, odds, and more
GET /api/match/{matchId}
GET /api/match/14198568
GET /api/match/{matchId}/lineups
GET /api/match/{matchId}/statistics
GET /api/match/{matchId}/incidents
GET /api/match/{matchId}/player-statistics
GET /api/match/{matchId}/player/{playerId}/statistics
GET /api/match/{matchId}/best-players
GET /api/match/{matchId}/h2h
GET /api/match/{matchId}/highlights
GET /api/match/{matchId}/media
GET /api/match/{matchId}/managers
GET /api/match/{matchId}/pregame-form
GET /api/match/{matchId}/votes
GET /api/match/{matchId}/odds
GET /api/match/{matchId}/odds/all
GET /api/match/{matchId}/odds/pre-match
GET /api/match/{matchId}/odds/live
GET /api/match/{matchId}/predicted-lineups
Was this page helpful?