nba_stats_call
Access NBA statistics by naming any stats.nba.com operation and supplying optional query parameters to customize the response.
Instructions
Gateway to the stats.nba.com /stats/ analytics API (138 operations). Supply an
operation (the /stats/ path segment, e.g. "leaguedashplayerstats",
"shotchartdetail", "boxscoretraditionalv3", "playercareerstats") plus a
query_params map; each operation already carries NBA's full default param set,
so override only the fields you need (e.g. {Season: "2024-25", PlayerID: "201939"}).
Browse every operation, its required params and its defaults in the
nba://stats/operations resource. Most responses are column-oriented
({resultSets:[{name, headers, rowSet}]}); zip headers with each row.
Returns: (JSON object)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | ||
| path_params | No | ||
| query_params | No |