nbl_team_roster
Retrieve a complete NBL team roster for a season using team ID and year. Returns player names, jersey numbers, and playing positions.
Instructions
One team's roster for a season. teamId comes from the team objects in nbl_players / nbl_schedule / nbl_ladder.
Returns: {type, count, data:[{jersey_number, playing_position, player:{id, first_name, last_name}, team}]}
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. | |
| teamId | Yes | Team id (UUID) — from a team object in nbl_players / nbl_schedule. Required — part of the URL path. |