Get NBA defense-vs-position stats for a season
NBA-only route. Reads the derived team_dvp collection — one
record per (team, season, position bucket) carrying per-game
averages of what OPPOSING players at that position produced
against the team across the season’s Final games
(points/rebounds/assists/threes/steals/blocks allowed), plus
per-stat league ranks (1 = stingiest defense), the
position-attribution source breakdown, and the excluded-row
caveat counter. Position buckets are the five fine positions
(PG/SG/SF/PF/C) plus the coarse G/F fallbacks
box scores use for non-starters. Items are sorted by position
bucket then points rank.
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 <= 2100Optional filter to one DVP position bucket.
PG, SG, SF, PF, C, G, F Response
Defense-vs-position payload (season, items).