nbl_ladder
Get NBL standings for any season by specifying the start year and season type (regular, finals, etc.). View 10 clubs with position, played, won, lost, percentages, points for/against, last 5 form, and streak.
Instructions
The NBL ladder (standings) for one season — 10 clubs with position, played/won/lost, points_percentage, win_percentage, points_for/against, last_5 and current streak. year is the season start year (2025 = current NBL26).
Returns: {type, count, data:[{id, position, played, won, lost, points_percentage, win_percentage, points_for, points_against, last_5, streak, team}]}
Example: Current-season ladder {"year": 2025, "seasonType": "regular"}
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. | |
| seasonType | No | Season phase: regular (the main season ladder), all, in_season, preseason or finals. | regular |