SOCCER · API

Bundesliga API for developers

Free Bundesliga 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/bundesliga/teams· Teams
  • GET /api/v1/bundesliga/games· Games / fixtures
  • GET /api/v1/bundesliga/game-odds· Game odds
  • GET /api/v1/bundesliga/team-stats· Team stats
  • GET /api/v1/bundesliga/player-stats· Player stats
  • GET /api/v1/bundesliga/injury-stats· Injury reports

Try it

curl -s "https://api.clearsportsapi.com/api/v1/bundesliga/game-odds" \
  -H "Authorization: Bearer YOUR_API_KEY"

FAQ

Is there a free Bundesliga 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 Bundesliga data can I get?

Teams, games/fixtures, game odds, team stats, player stats, and injury reports under /api/v1/bundesliga/*.

How do I authenticate?

Pass Authorization: Bearer YOUR_API_KEY on every request. Get a free key at clearsportsapi.com.