nba_playbyplay
Retrieve event-level play-by-play for a single NBA game using its game ID. Get every action with clock, score, player, and description to analyze game flow and key moments.
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. |