NCAA API - College Sports
Pricing
from $0.01 / 1,000 results
NCAA API - College Sports
Fetch comprehensive NCAA college sports data including basketball rankings, football standings, team rosters, player statistics, and game schedules for all divisions. Basketball Data & Football Data Teams Rankings Schedule Scores Standings
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
The Howlers
Actor stats
0
Bookmarked
18
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
NCAA API
Fetch NCAA college sports data including basketball rankings, football standings, team rosters, player stats, and game schedules for all divisions.
Quick Start
Test with Demo Mode (free, no API key needed)
{"demoMode": true}
Run with real data
{"demoMode": false,"task": "basketball_rankings","sport": "basketball","division": "D1","gender": "mens"}
Input Parameters
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
task | string | "basketball_rankings" | Yes* | What type of NCAA data to fetch |
sport | string | "basketball" | No | Sport to query (basketball or football) |
division | string | "D1" | No | NCAA Division (D1, D2, D3) |
conference | string | - | No | Filter by conference (e.g., SEC, Big Ten, ACC, Big 12, Pac-12) |
teamId | string | - | No | Team ID or school name for team-specific data |
playerId | string | - | No | Player ID for player statistics |
season | integer | - | No | Season year (e.g., 2024 for 2024-25 season) |
week | integer | - | No | Week number for football schedule/scores (1-15) |
gender | string | "mens" | No | Men's or Women's sports |
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 |
|---|---|---|
| Basketball Teams | Get all Division I, II, or III basketball teams by conference | $0.01 |
| Basketball Rankings | Get AP Top 25, Coaches Poll, and NET rankings for men's or women's basketball | $0.01 |
| Basketball Schedule | Get game schedule and scores for a specific date | $0.01 |
| Basketball Standings | Get conference standings for Division I basketball | $0.01 |
| Football Teams | Get all FBS and FCS football teams by conference | $0.01 |
| Football Rankings | Get CFP rankings, AP Poll, and Coaches Poll for college football | $0.01 |
| Football Schedule | Get game schedule and scores by week number | $0.01 |
| Football Standings | Get conference standings for FBS football | $0.01 |
| Team Roster | Get full team roster with player details (position, height, weight, class) | $0.02 |
| Player Stats | Get individual player statistics for basketball or football | $0.02 |
| Fantasy Projections | DraftKings and FanDuel projections for college basketball and football DFS | $0.03 |
| Betting Odds | Point spreads, totals, and moneylines for college sports from major 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