Sportsdata Nfl V3 Stats
Connector for the sportsdata-nfl-v3-stats 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/stats - Auth:
header:Ocp-Apim-Subscription-Key(pass your key via theapiKeyinput)
Operations
legacyboxscoresactive— GET /{format}/ActiveBoxScores — Legacy Box Scores Activeteamsall— GET /{format}/AllTeams — Teams (All)aregamesinprogress— GET /{format}/AreAnyGamesInProgress — Are Games In Progresslegacyboxscore— GET /{format}/BoxScore/{season}/{week}/{hometeam} — Legacy Box Scoreboxscorebyscoreidv— GET /{format}/BoxScoreByScoreIDV3/{scoreid} — Box Score by ScoreID V3boxscorev— GET /{format}/BoxScoreV3/{season}/{week}/{hometeam} — Box Score V3
Inputs
apiKey— your sportsdata-nfl-v3-stats 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: legacyboxscoresactive
apiKey: <your key>