mlb_boxscore
Fetches a complete box score: each player's batting and pitching lines for both teams, team totals, officials, and top performers. Pass a timecode to retrieve a historical snapshot.
Instructions
Full game boxscore — both teams' batting + pitching lines per player, team totals, officials and top performers.
Returns: {teams:{away:{team, teamStats, players:{ID#:{stats:{batting,pitching}, position}}}, home:{...}}, officials, topPerformers}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gamePk | Yes | Game id (from mlb_schedule). Required — part of the URL path. | |
| timecode | No | Point-in-time snapshot (YYYYMMDD_HHMMSS). |