48 nations.
104 matches.
One endpoint.
The whole tournament in clean JSON. Live 3-way odds with the draw, the full fixture list, and live group tables. Same schema as every ClearSports league, so the World Cup is just another slug.
1,000 free calls a month. No card, no contract, no sales call. First request in about 30 seconds.
/world-cup/game-oddsThe whole tournament, one schema.
No bespoke World Cup parser, no scraping bracket pages. The same JSON you already use for every ClearSports league, pointed at the biggest event in sports.
Every national team
All qualified nations with normalized names, abbreviations, and logos. Aliases handled: Türkiye, Czechia, Congo DR, and the rest.
The whole schedule
All fixtures across the 12 groups and the knockout bracket, with kickoff times in UTC.
Real soccer odds
True 3-way markets. Home, draw, and away moneyline, plus spreads and totals, aggregated across 6 major sportsbooks.
Live group tables
Points, wins, draws, losses, goals for and against. Ready to drop into your standings widgets.
Player stats
Per-team player stats that fill in as players log tournament minutes.
One schema for all of it
The exact same JSON shape as every other ClearSports soccer league. No special-casing the World Cup in your code.
Real odds. Real standings. Right now.
Authenticate with your key, hit a World Cup endpoint, and get a clean payload back. Markets returned: Moneyline (incl. draw), Spreads, Totals.
$ curl "https://api.clearsportsapi.com/api/v1/world-cup/game-odds" \ -H "Authorization: Bearer YOUR_KEY"
{
"game_key": "fifa_world_cup_2026_argentina_brazil_20260618",
"group": "C",
"kickoff_utc": "2026-06-18T20:00:00Z",
"home": "Brazil",
"away": "Argentina",
"odds": {
"moneyline": { "home": "+135", "draw": "+240", "away": "+205" },
"spread": { "line": "-0.5", "home": "-110", "away": "-110" },
"total": { "line": "2.5", "over": "-105", "under": "-115" }
},
"books": 6,
"updated_utc": "2026-06-18T19:42:11Z"
}/world-cup/team-stats| # | Team | W | D | L | GD | Pts |
|---|---|---|---|---|---|---|
| 1 | 3 | 0 | 0 | +6 | 9 | |
| 2 | 1 | 1 | 1 | +1 | 4 | |
| 3 | 1 | 1 | 1 | 0 | 4 | |
| 4 | 0 | 0 | 3 | -7 | 0 |
Top two of each group advance. Illustrative data.
/api/v1/world-cup/teamsAll 48 national teams with logos and metadata./api/v1/world-cup/teams/{teamId}A single national team./api/v1/world-cup/gamesFull match schedule, group stage plus knockouts./api/v1/world-cup/game-oddsLive odds: 3-way moneyline (with draw), spreads, totals across books./api/v1/world-cup/team-statsGroup standings: points, W/D/L, goals for and against./api/v1/world-cup/player-statsPlayer stats by national team, updated through the tournament.Build the thing everyone is searching for.
The World Cup is a once-every-four-years traffic spike. You have one summer to capture it.
Bracket and prediction apps
Power your World Cup bracket, pick'em, or survivor pool with live fixtures, group standings, and odds-implied probabilities.
Betting and odds models
3-way moneyline, spreads, and totals across 6 books. Build pre-match models without scraping a single page.
Fantasy and games
Player stats and team metadata in one schema to drive fantasy lineups and daily games during the tournament.
Content and media sites
Auto-generate 104 match previews, group tables, and odds widgets. SEO-ready content at World Cup scale.
World Cup API, answered.
Is there a FIFA World Cup API?+
Yes. ClearSports API provides FIFA World Cup 2026 data through a simple REST API: all 48 national teams, the full 104-match schedule, live odds (3-way moneyline with the draw, spreads, totals), group standings, and player stats. Get a free API key and your first call in about 30 seconds.
Where can I get FIFA World Cup 2026 odds via API?+
ClearSports exposes World Cup odds at GET /api/v1/world-cup/game-odds. It returns true 3-way soccer markets, meaning home, draw, and away moneyline, plus spreads and totals, aggregated across 6 major sportsbooks with timestamped snapshots.
What World Cup data does ClearSports provide?+
Teams, fixtures (group stage and knockouts), live odds with the draw, group standings (points, W/D/L, goals), and player stats. Everything lives under /api/v1/world-cup/ in the same unified JSON schema used for every other soccer league.
Does the World Cup API include the draw (3-way moneyline)?+
Yes. Unlike US-sport APIs, ClearSports World Cup odds are full 3-way soccer markets, so you get home win, draw, and away win prices, plus spreads (handicaps) and totals (over/under).
How do I get World Cup match schedules and group standings?+
Call GET /api/v1/world-cup/games for the full 104-match schedule (group plus knockout) and GET /api/v1/world-cup/team-stats for live group standings including points, wins, draws, losses, and goals for and against.
How much does the World Cup API cost?+
You can start free with 1,000 API calls per month and no credit card. Paid plans start at $49/month for higher volume. There are no sales calls, no contracts, and no minimums.
Can I build a World Cup bracket or prediction app with this?+
Absolutely. The fixtures, group standings, and live odds endpoints give you everything needed for brackets, pick'em games, prediction models, and content sites, in one consistent schema with a 30-second setup.
Kickoff is coming. Start now.
Grab a free key, point it at the World Cup slug, and ship before the group stage ends.