NFL & NCAA Odds API
Live scores, drive charts, rushing/passing/receiving stats, standings, and detailed game breakdowns.
What You Get With NFL & NCAA API
Core data points available through the NFL & NCAA API.
live scores
Real-time live scores data for nfl & ncaa competitions worldwide.
drives
Real-time drives data for nfl & ncaa competitions worldwide.
odds
Real-time odds data for nfl & ncaa competitions worldwide.
NFL & NCAA API Endpoints
11 endpoints covering every aspect of nfl & ncaa data.
/games Games by date, week, team /games/statistics Full offensive & defensive stats /players/statistics Passing, rushing, receiving NFL & NCAA API Coverage
Comprehensive nfl & ncaa data across leagues and competitions worldwide.
| League | Schedule | Historical data | Events | Teams statistics | Games players statistics | Players statistics | Injuries | Standings |
|---|---|---|---|---|---|---|---|---|
| USA | ||||||||
| NCAA | - | |||||||
| NFL | ||||||||
NFL & NCAA API Use Cases
See how developers use nfl & ncaa data in production.
Betting Apps
Build nfl & ncaa betting features with real-time odds from 30+ bookmakers worldwide.
Analytics
Power nfl & ncaa prediction models with years of historical match and player data.
Media
Display live nfl & ncaa scores, stats, and odds on your website or app in real-time.
NFL & NCAA API Code Example
Integrate nfl & ncaa data in minutes with a simple REST call.
curl -X GET "https://v3.nfl-ncaa.sportsdataapi.com/games" \
-H "x-apisports-key: YOUR_API_KEY" import requests
url = "https://v3.nfl-ncaa.sportsdataapi.com/games"
headers = {"x-apisports-key": "YOUR_API_KEY"}
response = requests.get(url, headers=headers)
data = response.json()
print(data) {
"get": "games",
"results": 1,
"response": [{
"game": {
"id": 8120,
"date": "2024-10-06T17:00:00+00:00",
"status": { "long": "Finished", "short": "FT" }
},
"league": { "id": 1, "name": "NFL" },
"teams": {
"home": { "id": 1, "name": "Dallas Cowboys" },
"away": { "id": 7, "name": "Green Bay Packers" }
},
"scores": {
"home": { "quarter_1": 7, "quarter_2": 14, "quarter_3": 3, "quarter_4": 10, "total": 34 },
"away": { "quarter_1": 10, "quarter_2": 7, "quarter_3": 7, "quarter_4": 3, "total": 27 }
}
}]
}
Start free. Scale when ready.
Get 100 free nfl & ncaa API requests per day. No credit card required.
Upgrade to PRO for full real-time data, live odds, and unlimited historical access.
NFL & NCAA API FAQ
Common questions about the NFL & NCAA API.
Does the API cover both NFL and NCAA football?
Yes. The API covers both the NFL regular season and playoffs, as well as NCAA Division I college football including bowl games and the College Football Playoff.
What statistics are available per game?
Full offensive and defensive stats including passing yards, rushing yards, receiving stats, sacks, interceptions, turnovers, drive charts, and detailed play-by-play breakdowns.
Can I get historical NFL data?
Yes. Full game history, season statistics, and player performance data going back multiple NFL and NCAA seasons are available on PRO plans.
Is there a free plan for NFL data?
Yes. The free plan includes 100 requests per day with access to games, standings, and basic statistics for the current NFL and NCAA seasons.