nbl_players
Get all NBL players for a season — jersey number, position, player, team, and season info. Use the returned player IDs to access player stats or boxscores.
Instructions
All players for one season (~165) — each with jersey_number, playing_position and embedded player {id, first_name, last_name, …}, team and season objects. The player id (UUID) feeds nbl_player_stats / nbl_player_boxscores.
Returns: {type, count, data:[{jersey_number, playing_position, player:{id, first_name, last_name}, team:{id, name, team_code}, season}]}
Example: All NBL26 players {"year": 2025}
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. |