GET
/
v1
/
nba
/
team-dvp
Get NBA defense-vs-position stats for a season
curl --request GET \
  --url http://localhost:8082/v1/nba/team-dvp \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
default:tok_public_demo
required

Send a workspace API token in the Authorization: Bearer <token> header.

Query Parameters

season
integer
required

Season start year (2025 for the 2025-26 season).

Required range: 1946 <= x <= 2100
position
enum<string>

Optional filter to one DVP position bucket.

Available options:
PG,
SG,
SF,
PF,
C,
G,
F

Response

Defense-vs-position payload (season, items).