nba_playbyplay
Fetch event-level play-by-play for one NBA game using a game ID. Get every action with clock, score, player, and description to review game flow.
Instructions
Event-level play-by-play log for one game from the CDN: every action with clock, score, player and description. gameId from nba_scoreboard_today / nba_schedule.
Returns: {game:{gameId, actions:[{actionNumber, period, clock, scoreHome, scoreAway, description}]}}
Example: Play-by-play for one game. {"gameId": "0022300001"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gameId | Yes | 10-digit NBA game id, e.g. 0022300001. Required — part of the URL path. |