World Cup API
Complete data for the last three FIFA World Cups — 2026, 2022 and 2018 — with results, statistics, corners, cards and full odds on every fixture, including the finals.
curl https://api.5dollarfootballapi.com/v1/fixtures?league=29754
-H "Authorization: Bearer fb_live_your_key"
{
"success": 1,
"data": [
{
"id": 197606055,
"league": { "id": 29754, "name": "World Cup 2026" },
"teams": { "home": { "name": "Argentina" }, "away": { "name": "France" } },
"status": "finished",
"goals": { "home": 2, "away": 1 },
"corners": { "home": 5, "away": 7 }
}
]
}
245
World Cup fixtures
2018
history since
19
bookmakers quoted
100%
fixtures with corners & cards
World Cup, live from the API
Full scoreboard →These blocks are not screenshots — they render the API's own JSON on every visit. Click any match for statistics, head-to-head and bookmaker odds.
Latest results
Upcoming fixtures
Nothing scheduled right now.
Rendered from GET /v1/leagues/29754/fixtures
Every World Cup endpoint
The same five calls work for every competition we carry — swap the league id and go.
| Fixtures & results | GET /v1/fixtures?league=29754&season= |
| Live matches | GET /v1/fixtures?league=29754&status=live |
| Standings (+ corner & card tables) | GET /v1/standings?league=29754 |
| Odds — 1X2, Asian, corners, cards, BTTS | GET /v1/fixtures/{id}/odds |
| Statistics & events | GET /v1/fixtures/{id}/statistics |
What's on every fixture
- Goals, corners and cards — full-time and half-time
- Live in-play statistics: attacks, shots, possession
- Odds with opening lines and movement history — never deleted
- Corner-line and card-line markets no other cheap API carries
- Team and league names in 21 languages via ?lang=
More competitions
Champions League API
Fixtures, live scores, statistics and full odds for the UEFA Champions League —...
Premier League API
Fixtures, live scores, standings, statistics and full odds for the English Premi...
MLS API (Major League Soccer)
Fixtures, live scores, standings, statistics and full odds for Major League Socc...
Frequently asked questions
The 2026, 2022 and 2018 tournaments, complete with results, statistics and odds. One practical detail: each edition is its own competition id (29754 for 2026, 22809 for 2022, 10886 for 2018) — query them separately.
Yes — European 1X2, Asian handicap, goal line, corner line, card line and BTTS for World Cup fixtures, with opening lines and movement history retained. Historical tournament odds are exactly the backtesting data most APIs delete after 7 days.
Yes — the confederation qualifying campaigns (UEFA, CONMEBOL, CAF, AFC, CONCACAF, OFC) are separate competitions in the API with the same fixture and odds data.
Start building for free
Get a working API key in under a minute. No credit card, no sales call.