# CFB v3 Scores **Provider:** CFB v3 Scores **Category:** weather **Base URL:** `http://azure-api.sportsdata.io/v3/cfb/scores` **Auth:** api-key — `Ocp-Apim-Subscription-Key: YOUR_API_KEY` **Rate Limit:** Based on plan **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** http://azure-api.sportsdata.io/v3/cfb/scores ## Description CFB schedules, scores, team stats, odds, weather, and news API. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `http://azure-api.sportsdata.io/v3/cfb/scores/{format}/AreAnyGamesInProgress` | Are Games In Progress | | GET | `http://azure-api.sportsdata.io/v3/cfb/scores/{format}/CurrentSeason` | Current Season | | GET | `http://azure-api.sportsdata.io/v3/cfb/scores/{format}/CurrentSeasonDetails` | Current Season Details | | GET | `http://azure-api.sportsdata.io/v3/cfb/scores/{format}/CurrentSeasonType` | Current SeasonType | | GET | `http://azure-api.sportsdata.io/v3/cfb/scores/{format}/CurrentWeek` | Current Week | | GET | `http://azure-api.sportsdata.io/v3/cfb/scores/{format}/Games/{season}` | Schedules | | GET | `http://azure-api.sportsdata.io/v3/cfb/scores/{format}/GamesByDate/{date}` | Games by Date | | GET | `http://azure-api.sportsdata.io/v3/cfb/scores/{format}/GamesByWeek/{season}/{week}` | Games by Week | ## Authentication API key in the request header (Ocp-Apim-Subscription-Key) ``` Ocp-Apim-Subscription-Key: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'http://azure-api.sportsdata.io/v3/cfb/scores/{format}/AreAnyGamesInProgress' \ -H 'Ocp-Apim-Subscription-Key: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Paid sports data API. SportsData.io CFB plans from $9/mo (trial) to enterprise. --- *Source: [API Map](https://apimap.dev/apis/cfb-v3-scores/) — CC BY 4.0*