nbl_next_matches
Retrieve upcoming NBL matches for a given season start year. Returns scheduled games with teams, round, and start time. Use to plan coverage or identify next fixtures.
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. |