Sportsdata Nba V3 Projections
Connector for the sportsdata-nba-v3-projections API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://azure-api.sportsdata.io/v3/nba/projections - Auth:
header:Ocp-Apim-Subscription-Key(pass your key via theapiKeyinput)
Operations
depthcharts— GET /{format}/DepthCharts — Depth Chartsdfsslatesbydate— GET /{format}/DfsSlatesByDate/{date} — DFS Slates by Dateinjuredplayers— GET /{format}/InjuredPlayers — Injured Playersprojectedplayergamestatsbydatewinjuriesdfssalari— GET /{format}/PlayerGameProjectionStatsByDate/{date} — Projected Player Game Stats by Date (w/ Injuries, DFS Salaries)projectedplayergamestatsbyplayerwinjuriesdfssala— GET /{format}/PlayerGameProjectionStatsByPlayer/{date}/{playerid} — Projected Player Game Stats by Player (w/ Injuries, DFS Salaries)projectedplayerseasonstats— GET /{format}/PlayerSeasonProjectionStats/{season} — Projected Player Season Stats
Inputs
apiKey— your sportsdata-nba-v3-projections 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: depthcharts
apiKey: <your key>