22 endpoints for bandy match data — half-by-half scores, player stats, and odds
GET /api/match/:matchId
GET /api/match/:matchId/scores
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/:pid/statistics
GET /api/match/:matchId/best-players
GET /api/match/:matchId/award
GET /api/match/:matchId/h2h
GET /api/match/:matchId/graph
GET /api/match/:matchId/pregame-form
GET /api/match/:matchId/streaks
GET /api/match/:matchId/highlights
GET /api/match/:matchId/media
GET /api/match/:matchId/votes
GET /api/match/:matchId/channels
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/winning-odds
Was this page helpful?