nbl_schedule
Retrieve the complete schedule and results for an NBL season, including match times, scores, and team details.
Instructions
Every match for one season — each with start_time, round, match_status (complete/upcoming/live), home/away scores, attendance, match_slug/title, a play_by_play flag, the Genius external_id, and full home_team/away_team objects (name, team_code, logos, colours). seasonType=all for the whole season.
Returns: {type, count, data:[{id, external_id, start_time, round, match_status, home_score, away_score, attendance, match_slug, match_title, play_by_play, home_team:{id, name, team_code, team_logo, color_primary}, away_team:{…}}]}
Example: Full NBL26 schedule + results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | ||
| seasonType | No | all |