WORLD CUP 2026  ·  FINAL RESULTS

World Cup 2026 API. Final results.

Elo predictions, final group standings, tournament progression probabilities, and team data for the first 48-team World Cup. One unified API, free tier, no credit card.

June 11 – July 19, 2026 · 104 matches · US, Canada, Mexico

Building with the API? See the developer reference for the full endpoint list, code samples, and pricing math.

Data and intelligence. Every angle on the tournament.

All paths below are on the standard gateway at api.bigballsdata.com. Free tier covers everything except /v1/predictions (Solo+).

Tournament progression

GET /v1/formulas/wc2026/progression

Per-team probability of advancing past group, R16, QF, SF, final, and winning the cup. Elo Monte Carlo across 10,000 simulated tournaments.

Final group standings

GET /v1/formulas/wc2026/group-standings

Final group tables with points, GF/GA/GD, and head-to-head tiebreakers per FIFA rules, as they closed.

Match predictions

Solo+

GET /v1/predictions?tournament=wc2026

Win / draw / loss probabilities for all 72 group-stage fixtures, plus the full knockout bracket (Round of 32 through the Final).

Value bet indicator

Solo+

GET /v1/predictions/:matchId

Elo-implied probability vs the market line, surfaced as a value-edge field on each prediction. Single-match alias of /v1/predictions.

Schedule context

Edge+

GET /v1/teams/:id/schedule-context

Days rest per team, travel, and congestion signals. Load the relevant context for matchday previews and fatigue-adjusted models.

H2H + revenge factor

GET /v1/teams/:id/h2h-intelligence

Full meeting history between two nations: record, last meetings, venue splits, revenge spots flagged by recent result asymmetry.

48 qualified nations

GET /v1/teams?tournament=wc2026

The 48 nations with flag URLs. Shorthand filter for the FIFA World Cup 2026 league.

Team form, stats, ATS

GET /v1/teams/:id/{form,stats,ats}

Last-N results, aggregate WC stats (goals, BTTS, over 2.5), and against-the-spread splits, all keyed by canonical team ID.

One curl, every team's chance to win.

The progression endpoint runs an Elo Monte Carlo simulation across the full bracket and returns each nation's final probability of having advanced past every stage, as computed across the completed tournament.

  • · Sorted DESC by win_prob
  • · Cached server-side with a 1-hour TTL
  • · No auth gate beyond the standard API key
curl, tournament favoritesbash
curl https://api.bigballsdata.com/v1/formulas/wc2026/progression \
  -H "Authorization: Bearer bbs_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

# Response (abbreviated):
{
  "data": [
    {
      "team_id": "bb_team_brazil",
      "name": "Brazil",
      "group": "A",
      "elo": 2087.4,
      "group_advance_prob": 0.91,
      "r16_prob": 0.91,
      "qf_prob": 0.62,
      "sf_prob": 0.34,
      "final_prob": 0.17,
      "win_prob": 0.09
    }
    /* + 47 more teams */
  ],
  "meta": { "iterations": 10000, "cached": false, "cache_age_ms": 0 }
}

Get an API key in 30 seconds.

Free tier. 1,000 req/day, no credit card (2,000 if you sign up with GitHub). Magic link or GitHub / Google / X.