SOCCER · API
FIFA World Cup API for developers
Free FIFA World Cup 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/world-cup/teams· Teams
- GET /api/v1/world-cup/games· Games / fixtures
- GET /api/v1/world-cup/game-odds· Game odds
- GET /api/v1/world-cup/team-stats· Team stats
- GET /api/v1/world-cup/player-stats· Player stats
- GET /api/v1/world-cup/injury-stats· Injury reports
Try it
curl -s "https://api.clearsportsapi.com/api/v1/world-cup/game-odds" \
-H "Authorization: Bearer YOUR_API_KEY"FAQ
Is there a free FIFA World Cup 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 FIFA World Cup data can I get?
Teams, games/fixtures, game odds, team stats, player stats, and injury reports under /api/v1/world-cup/*.
How do I authenticate?
Pass Authorization: Bearer YOUR_API_KEY on every request. Get a free key at clearsportsapi.com.