CFB schedules, scores, team stats, odds, weather, and news API.
http://azure-api.sportsdata.io/v3/cfb/scores
Auth type
API Key Header
Auth header
Ocp-Apim-Subscription-Key: YOUR_API_KEY
Rate limit
Based on plan
Pricing
Enterprise / contact sales
Free quota
None
Documentation
http://azure-api.sportsdata.io/v3/cfb/scores
Endpoint status
Server online — HTTP 404 — server is online but path returned an error (may require auth)7.60s
(checked Mar 29, 2026)
Builder score
D
36%
builder-friendly
API key in the request header (Ocp-Apim-Subscription-Key)
Ocp-Apim-Subscription-Key: YOUR_API_KEY
Paid sports data API. SportsData.io CFB plans from $9/mo (trial) to enterprise.
| Method | Path | Description |
|---|---|---|
| GET | /{format}/AreAnyGamesInProgress |
Are Games In Progress |
| GET | /{format}/CurrentSeason |
Current Season |
| GET | /{format}/CurrentSeasonDetails |
Current Season Details |
| GET | /{format}/CurrentSeasonType |
Current SeasonType |
| GET | /{format}/CurrentWeek |
Current Week |
| GET | /{format}/Games/{season} |
Schedules |
| GET | /{format}/GamesByDate/{date} |
Games by Date |
| GET | /{format}/GamesByWeek/{season}/{week} |
Games by Week |
curl -X GET 'http://azure-api.sportsdata.io/v3/cfb/scores/{format}/AreAnyGamesInProgress' \
-H 'Ocp-Apim-Subscription-Key: YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official CFB v3 Scores documentation.