nbl_stat_leaders
Fetch seasonal NBL player statistical leaders for points, rebounds, assists, and other averages. Provide season UUID and optional result limit.
Instructions
Season statistical leaders (points/rebounds/assists/etc. averages, per player) for one season — pass the season UUID (seasonId) from nbl_seasons (data[].id), NOT the year. Use limit to cap rows (limit=-1 for all).
Returns: {type, count, data:[{player, team, points_average, rebounds_total_average, assists_average, field_goals_percentage, three_pointers_made_average, …}]}
Example: Top 50 scorers for NBL26
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| limit | No | ||
| seasonId | Yes |