SOCCER · API

MLS API for developers

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

Try it

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

FAQ

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

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

How do I authenticate?

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