nbl_team_stats
Retrieve team statistics for an NBL season, including totals and per-game averages for assists, rebounds, blocks, steals, turnovers, and shooting percentages.
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
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | ||
| seasonType | No | regular |