GET
/
v1
/
nba
/
players
/
{id}
/
tracking
Get NBA player tracking stats for a season
curl --request GET \
  --url http://localhost:8082/v1/nba/players/{id}/tracking \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
default:tok_public_demo
required

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

Path Parameters

id
string
required

Query Parameters

season
integer
required

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

Required range: 1946 <= x <= 2100

Response

Player tracking payload.