NFL API - Football Statistics
Pricing
from $0.01 / 1,000 results
NFL API - Football Statistics
Fetch comprehensive NFL football data including teams, players, standings, schedules, game statistics, fantasy projections, and betting odds. 32 NFL Teams, Team Rosters, Team Statistics, Player Statistics, Game Statistic, Schedule, League Leaders, Fantasy Projections & Betting Odds
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
The Howlers
Actor stats
0
Bookmarked
9
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
NFL API
Fetch NFL football data including teams, players, standings, schedules, and game statistics. Real-time scores, fantasy projections, and betting odds.
Quick Start
Test with Demo Mode (free, no API key needed)
{"demoMode": true}
Run with real data
{"demoMode": false,"task": "teams","leaderCategory": "passing_yards"}
Input Parameters
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
task | string | "teams" | Yes* | What type of NFL data to fetch |
teamId | string | - | No | NFL team abbreviation. Examples: KC=Chiefs, SF=49ers, DAL=Cowboys, GB=Packers, BUF=Bills |
playerId | integer | - | No | NFL player ID. Examples: 4241479=Patrick Mahomes, 4360294=Josh Allen |
gameId | integer | - | No | Game ID for fetching specific game stats |
season | integer | - | No | NFL season year (e.g., 2024 for the 2024 season). Defaults to current season. |
week | integer | - | No | NFL week number (1-18 for regular season, 19-22 for playoffs) |
leaderCategory | string | "passing_yards" | No | Statistical category for league leaders |
demoMode | boolean | true | No | Use demo data instead of live API calls. Useful for testing without API rate limits. |
webhookUrl | string | - | No | URL to receive results via POST request (Zapier, Make, n8n, or custom endpoint) |
Pricing
This actor uses pay-per-event billing:
| Event | Description | Price |
|---|---|---|
| Teams List | All 32 NFL teams with basic info (name, city, conference, division) | $0.01 |
| Team Roster | Current roster for a team with player details (name, position, jersey number) | $0.01 |
| Team Stats | Season statistics for a team (wins, losses, points scored, yards) | $0.01 |
| League Standings | Current AFC and NFC standings with records, division standings, and playoff picture | $0.01 |
| Player Stats | Season statistics for a player (passing, rushing, receiving yards and TDs) | $0.02 |
| Game Stats | Detailed game statistics including box score, drive summaries, and top performers | $0.02 |
| Schedule | Upcoming and past games with dates, times, teams, and venues | $0.01 |
| League Leaders | Top players in various statistical categories (passing, rushing, receiving, defense) | $0.01 |
| Fantasy Projections | DraftKings and FanDuel player projections with salaries and ownership percentages | $0.03 |
| Betting Odds | Game lines (moneyline, spread, totals) and player props from multiple sportsbooks | $0.05 |
Demo mode is free -- no charges for sample data.
Troubleshooting
"API error 429" or "Rate limit"
Too many requests. Wait a minute and try again, or reduce the number of items per run.
No results or empty dataset
Check the run log for error messages. Common causes:
- Invalid input format (check the examples above)
- The target data doesn't exist or is too small to track
How do I test without an API key?
Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.
Built by John Rippy | Actor Arsenal