Get NBA season leaders
NBA-only route. Returns top-N leaders per stat category —
points, rebounds, assists, steals, blocks, and made threes
(3PM) — optionally restricted to one team. Mirrors
/v1/kbl/season-leaders; the consumer can treat the two
identically. Projected from the NBA player_box_scores season
aggregate written by the derive:player-boxscore derivation
(the NBA analogue of KBL’s player_season_stats). Each entry
carries the player id, team, games played, the ranked value,
a 1-based rank, and the full per-game line.
Authorizations
Send a workspace API token in the Authorization: Bearer <token> header.
Query Parameters
Season start year (2025 for the 2025-26 season).
1946 <= x <= 21001 <= x <= 20Response
Season leaders payload.