27 endpoints for baseball game data — scores, stats, odds, and inning-by-inning breakdowns
GET /api/match/:matchId
GET /api/match/15323741
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/managers
GET /api/match/:matchId/votes
GET /api/match/:matchId/venue
GET /api/match/:matchId/referee
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
GET /api/match/:matchId/predicted-lineups
GET /api/match/:matchId/missing-players
Was this page helpful?