Skip to main content

Game Details

GET /api/match/:matchId
Full game details: teams, score, status, innings. Example: GET /api/match/15323741 (Braves vs Rays)

Inning-by-Inning Scores

GET /api/match/:matchId/scores
Score breakdown: 1st through 9th inning + extras.

Lineups / Batting Order

GET /api/match/:matchId/lineups
Starting batting order and starting pitcher.

Game Statistics

GET /api/match/:matchId/statistics
Team stats: hits, runs, errors, batting average, ERA.

Incidents / Play-by-Play

GET /api/match/:matchId/incidents
Runs scored, home runs, pitching changes, double plays.

Player Statistics

GET /api/match/:matchId/player-statistics
All player stats for the game.

Individual Player Stats

GET /api/match/:matchId/player/:pid/statistics

Best Players

GET /api/match/:matchId/best-players
Top performers / game ratings.

Game MVP / Award

GET /api/match/:matchId/award

Head to Head

GET /api/match/:matchId/h2h

Scoring Graph

GET /api/match/:matchId/graph
Scoring progression across innings.

Pre-Game Form

GET /api/match/:matchId/pregame-form

Streaks

GET /api/match/:matchId/streaks
Win/loss streaks for both teams.

Highlights

GET /api/match/:matchId/highlights

Media

GET /api/match/:matchId/media

Managers

GET /api/match/:matchId/managers

Fan Votes

GET /api/match/:matchId/votes

Ballpark / Venue

GET /api/match/:matchId/venue

Umpire Info

GET /api/match/:matchId/referee

TV Broadcast

GET /api/match/:matchId/channels
GET /api/match/:matchId/odds

All Odds

GET /api/match/:matchId/odds/all

Pre-Game Odds

GET /api/match/:matchId/odds/pre-match

Live Odds

GET /api/match/:matchId/odds/live

Win Probability

GET /api/match/:matchId/winning-odds

Predicted Lineups

GET /api/match/:matchId/predicted-lineups

Injured List / Missing Players

GET /api/match/:matchId/missing-players