World Cup 2026/USA · Canada · Mexico

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.

Group C · Example fixtureSample
BrazilBRA
vsJun 18, 2026 · 20:00 UTC
ArgentinaARG
Brazil
+135
Draw
+240
Argentina
+205
MetLife Stadium, New Jersey/world-cup/game-odds
ABCDEFGHIJKL
The coverage

The 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.

48

Every national team

All qualified nations with normalized names, abbreviations, and logos. Aliases handled: Türkiye, Czechia, Congo DR, and the rest.

104

The whole schedule

All fixtures across the 12 groups and the knockout bracket, with kickoff times in UTC.

3

Real soccer odds

True 3-way markets. Home, draw, and away moneyline, plus spreads and totals, aggregated across 6 major sportsbooks.

12

Live group tables

Points, wins, draws, losses, goals for and against. Ready to drop into your standings widgets.

11

Player stats

Per-team player stats that fill in as players log tournament minutes.

1

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.

One request

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.

world-cup/game-odds
$ 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"
}
Group standings/world-cup/team-stats
#TeamWDLGDPts
1France300+69
2Croatia111+14
3Morocco11104
4Canada003-70

Top two of each group advance. Illustrative data.

GET/api/v1/world-cup/teamsAll 48 national teams with logos and metadata.
GET/api/v1/world-cup/teams/{teamId}A single national team.
GET/api/v1/world-cup/gamesFull match schedule, group stage plus knockouts.
GET/api/v1/world-cup/game-oddsLive odds: 3-way moneyline (with draw), spreads, totals across books.
GET/api/v1/world-cup/team-statsGroup standings: points, W/D/L, goals for and against.
GET/api/v1/world-cup/player-statsPlayer stats by national team, updated through the tournament.
Ship it

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.

01
Brackets

Bracket and prediction apps

Power your World Cup bracket, pick'em, or survivor pool with live fixtures, group standings, and odds-implied probabilities.

02
Models

Betting and odds models

3-way moneyline, spreads, and totals across 6 books. Build pre-match models without scraping a single page.

03
Fantasy

Fantasy and games

Player stats and team metadata in one schema to drive fantasy lineups and daily games during the tournament.

04
Media

Content and media sites

Auto-generate 104 match previews, group tables, and odds widgets. SEO-ready content at World Cup scale.

Questions

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.