Nba
Connector for the nba API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://stats.nba.com/stats - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_allstarballotpredictor— GET /allstarballotpredictorget_boxscoreadvancedv2— GET /boxscoreadvancedv2get_boxscorefourfactorsv2— GET /boxscorefourfactorsv2get_boxscoremiscv2— GET /boxscoremiscv2get_boxscoreplayertrackv2— GET /boxscoreplayertrackv2get_boxscorescoringv2— GET /boxscorescoringv2
Inputs
apiKey— your nba API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_allstarballotpredictor
apiKey: <your key>