Sportsdata Soccer V3 Projections
Connector for the sportsdata-soccer-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/soccer/projections - Auth:
header:Ocp-Apim-Subscription-Key(pass your key via theapiKeyinput)
Operations
dfsslatesbydate— GET /{format}/DfsSlatesByDate/{date} — Dfs Slates By Dateinjuredplayersbycompetition— GET /{format}/InjuredPlayers/{competition} — Injured Players By Competitionprojectedplayergamestatsbycompetitionwdfssalarie— GET /{format}/PlayerGameProjectionStatsByCompetition/{competition}/{date} — Projected Player Game Stats by Competition (w/ DFS Salaries)projectedplayergamestatsbydatewdfssalaries— GET /{format}/PlayerGameProjectionStatsByDate/{date} — Projected Player Game Stats by Date (w/ DFS Salaries)projectedplayergamestatsbyplayerwdfssalaries— GET /{format}/PlayerGameProjectionStatsByPlayer/{date}/{playerid} — Projected Player Game Stats by Player (w/ DFS Salaries)upcomingdfsslatesbycompetition— GET /{format}/UpcomingDfsSlatesByCompetition/{competitionId} — Upcoming Dfs Slates By Competition
Inputs
apiKey— your sportsdata-soccer-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: dfsslatesbydate
apiKey: <your key>