Free Sports API: 94 Free Endpoints
94 of our 122 endpoints are free — scores, fixtures, standings, injuries, player stats. Below is exactly which 28 are not, and the tier each needs.
The real limits
1,000 requests/day, or 2,000 with a GitHub account connected. No card required. Free keys are for real use, not a trial that expires.
What is not free — all 28
Generated from the same table the API enforces at request time, so this list cannot drift out of date. Everything else in the 122 is free.
Solo (13)
- /v1/intelligence/trending
- /v1/intelligence/value-props
- /v1/players/:id/club-form
- /v1/players/:id/rolling-stats
- /v1/players/:id/season-projection
- /v1/players/:id/streak
- /v1/players/:id/tier
- /v1/predictions
- /v1/predictions/:id
- /v1/predictions/match/:id
- /v1/teams/:id/elo/history
- /v1/teams/:id/form
- /v1/teams/:id/h2h-intelligence
Edge (15)
- /v1/games/:id/books
- /v1/games/:id/line-movement
- /v1/intelligence/value-finder
- /v1/matches/:id/odds
- /v1/matches/:id/statistics
- /v1/nba/games/:id/plays
- /v1/odds
- /v1/odds/closing-lines
- /v1/odds/divergences
- /v1/odds/historical
- /v1/players/:id/shots
- /v1/teams/:id/ats
- /v1/teams/:id/ats-record
- /v1/teams/:id/schedule-context
- /v1/teams/:id/trends
Choosing between the paid tiers is what pricing is for. Odds specifically are Edge — see the MLB odds API for what that buys on one league.
One free call that works
curl -H "Authorization: Bearer $BBS_KEY" \ "https://api.bigballsdata.com/v1/matches?sport=baseball&status=scheduled"
Every route listed as free above works on that key. Full reference: the docs, and league codes for the ?league= values.