BASKETBALL · API
NCAAB API for developers
Free NCAAB data API for developers. Live odds, schedules, team stats, player stats, and injuries in one JSON schema. Self-serve — no sales calls.
Endpoints
- GET /api/v1/ncaab/teams· Teams
- GET /api/v1/ncaab/games· Games / fixtures
- GET /api/v1/ncaab/game-odds· Game odds
- GET /api/v1/ncaab/team-stats· Team stats
- GET /api/v1/ncaab/player-stats· Player stats
- GET /api/v1/ncaab/injury-stats· Injury reports
Try it
curl -s "https://api.clearsportsapi.com/api/v1/ncaab/game-odds" \
-H "Authorization: Bearer YOUR_API_KEY"FAQ
Is there a free NCAAB API?
Yes. ClearSports includes a free tier with 1,000 API calls/month. Paid plans start at $49/mo if you need more volume.
What NCAAB data can I get?
Teams, games/fixtures, game odds, team stats, player stats, and injury reports under /api/v1/ncaab/*.
How do I authenticate?
Pass Authorization: Bearer YOUR_API_KEY on every request. Get a free key at clearsportsapi.com.