nba_playbyplay
Retrieve a detailed play-by-play log for a single NBA game, including every action with clock, score, and description. Requires gameId.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gameId | Yes |