C

CFB v3 Scores

by CFB v3 Scores

CFB schedules, scores, team stats, odds, weather, and news API.

weathersportsdata

Quick Reference

Base URL 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
Pricing
28
Latency
10
Depth
61

Authentication

API key in the request header (Ocp-Apim-Subscription-Key)

Ocp-Apim-Subscription-Key: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Paid sports data API. SportsData.io CFB plans from $9/mo (trial) to enterprise.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'http://azure-api.sportsdata.io/v3/cfb/scores/{format}/AreAnyGamesInProgress' \
  -H 'Ocp-Apim-Subscription-Key: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official CFB v3 Scores documentation.