nbl_players
Retrieve all NBL players for a specified season, including jersey number, position, player details, team, and season data.
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
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes |