SOCCER · API

English Premier League API for developers

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

Try it

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

FAQ

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

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

How do I authenticate?

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