Sportsdata Nfl Scores
Connector for the sportsdata-nfl-scores 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/scores - Auth:
header:Ocp-Apim-Subscription-Key(pass your key via theapiKeyinput)
Operations
teamsall— GET /{format}/AllTeams — Teams (All)aregamesinprogress— GET /{format}/AreAnyGamesInProgress — Are Games In Progressbyeweeks— GET /{format}/Byes/{season} — Bye Weeksseasoncurrent— GET /{format}/CurrentSeason — Season Currentweekcurrent— GET /{format}/CurrentWeek — Week Currentdepthcharts— GET /{format}/DepthCharts — Depth Charts
Inputs
apiKey— your sportsdata-nfl-scores 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: teamsall
apiKey: <your key>