Sportsdata Cfb V3 Scores
Connector for the sportsdata-cfb-v3-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/cfb/scores - Auth:
header:Ocp-Apim-Subscription-Key(pass your key via theapiKeyinput)
Operations
aregamesinprogress— GET /{format}/AreAnyGamesInProgress — Are Games In Progresscurrentseason— GET /{format}/CurrentSeason — Current Seasoncurrentseasondetails— GET /{format}/CurrentSeasonDetails — Current Season Detailscurrentseasontype— GET /{format}/CurrentSeasonType — Current SeasonTypecurrentweek— GET /{format}/CurrentWeek — Current Weekschedules— GET /{format}/Games/{season} — Schedules
Inputs
apiKey— your sportsdata-cfb-v3-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: aregamesinprogress
apiKey: <your key>