nbl_team_stats
Retrieve NBL team statistics for a season, including totals and per-game averages for assists, rebounds, blocks, steals, turnovers, and shooting percentages. Specify the season start year and optional phase to get the data.
Instructions
Team statistics for a season — totals and per-game averages across assists, rebounds (offensive/defensive), blocks, steals, turnovers, and shooting (field goals / three-pointers / free throws made-attempted-percentage).
Returns: {type, count, data:[{team, assists, assists_average, defensive_rebounds, blocks, steals, turnovers, field_goals_made, field_goals_attempted, field_goals_percentage, three_pointers_percentage}]}
Example: Team stats, current season {"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 (default regular). | regular |