nbl_player_stats
Get season statistics for a specific NBL player by player UUID, including per-game averages for points, rebounds, assists, blocks, steals, turnovers, shooting percentages, fouls, and minutes.
Instructions
Season statistics for one player — points/rebounds/assists/blocks/steals/turnovers and their per-game averages, shooting splits (field goals / three-pointers / free throws made-attempted-percentage), fouls, minutes. playerId is the player UUID from nbl_players.
Returns: {type, count, data:[{points_average, rebounds_total_average, assists_average, blocks_average, steals_average, turnovers_average, field_goals_percentage, three_pointers_percentage, free_throws_percentage, fouls_average, minutes}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playerId | Yes | Player id (UUID) — from nbl_players[].player.id. Required — part of the URL path. |