Sportsdata Nfl V3 Projections
Connector for the sportsdata-nfl-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/nfl/projections - Auth:
header:Ocp-Apim-Subscription-Key(pass your key via theapiKeyinput)
Operations
dfsslateownershipprojectionsbyslateid— GET /{format}/DfsSlateOwnershipProjectionsBySlateID/{slateId} — DFS Slate Ownership Projections by SlateIDdfsslatesbydate— GET /{format}/DfsSlatesByDate/{date} — DFS Slates by Datedfsslatesbyweek— GET /{format}/DfsSlatesByWeek/{season}/{week} — DFS Slates by Weekprojectedfantasydefensegamestatswdfssalaries— GET /{format}/FantasyDefenseProjectionsByGame/{season}/{week} — Projected Fantasy Defense Game Stats (w/ DFS Salaries)projectedfantasydefenseseasonstatswadp— GET /{format}/FantasyDefenseProjectionsBySeason/{season} — Projected Fantasy Defense Season Stats (w/ ADP)idpprojectedplayergamestatsbyplayerwinjuriesline— GET /{format}/IdpPlayerGameProjectionStatsByPlayerID/{season}/{week}/{playerid} — IDP Projected Player Game Stats by Player (w/ Injuries, Lineups, DFS Salaries)
Inputs
apiKey— your sportsdata-nfl-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: dfsslateownershipprojectionsbyslateid
apiKey: <your key>