nba_boxscore
Get live or final NBA box scores for a single game using its gameId. Returns per-player and per-team stat lines by period for analyzing performance.
Instructions
Live/final box score for one game from the CDN: per-player and per-team stat lines, by period. gameId comes from nba_scoreboard_today or nba_schedule.
Returns: {game:{gameId, homeTeam:{teamId, players:[{name, statistics}]}, awayTeam:{...}}}
Example: Box score for one game. {"gameId": "0022300001"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gameId | Yes | 10-digit NBA game id, e.g. 0022300001 (from nba_scoreboard_today / nba_schedule). Required — part of the URL path. |