nba_boxscore
Get per-player and per-team stat lines for a single NBA game, organized by period. Requires a gameId from schedule or scoreboard tools.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gameId | Yes |