nbl_player_boxscores
Get a player's per-game box scores across a season, with points, rebounds, assists, blocks, steals, turnovers, and playing position for each match.
Instructions
Game-by-game box scores for one player across a season — per match the points/rebounds/assists/blocks/steals/turnovers and playing position. The score-series / game-log source.
Returns: {type, count, data:[{period, playing_position, points, rebounds, assists, blocks, steals, turnovers}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Season START year — 2025 = NBL26 (current 2025-26 season), 2026 = NBL27. Required — part of the URL path. | |
| playerId | Yes | Player id (UUID) — from nbl_players[].player.id. Required — part of the URL path. | |
| seasonType | No | Season phase (default regular). | regular |