nbl_next_matches
Get upcoming NBL matches for any season by specifying the season start year. Returns a list of games with teams, round, and start time.
Instructions
Upcoming matches across all NBL teams for a season (empty in the deep off-season). For the full fixture incl. completed games use nbl_schedule.
Returns: {type, count, data:[{id, start_time, round, home_team, away_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. |