INTERNATIONAL · LEAGUE TABLE

FIFA World Cup Table

The FIFA World Cup 2026 is played across 12 groups. A is led by Mexico on 9 points. Full group tables - points, goal difference and form for every team - are below and available via API.

FINAL·Season 2026·Updated 26 Jul 2026, 03:33 UTC
A
FIFA World Cup league table
#TeamPWDLGFGAGDPts
1Mexico330060+69
2South Africa311123-14
3South Korea310223-13
4Czechia301226-41
B
FIFA World Cup league table
#TeamPWDLGFGAGDPts
1Switzerland321073+47
2Canada311183+54
3Bosnia & Herzegovina311156-14
4Qatar3012210-81
C
FIFA World Cup league table
#TeamPWDLGFGAGDPts
1Brazil321071+67
2Morocco321063+37
3Scotland310214-33
4Haiti300328-60
D
FIFA World Cup league table
#TeamPWDLGFGAGDPts
1USA320184+46
2Australia31112204
3Paraguay311124-24
4Türkiye310235-23
E
FIFA World Cup league table
#TeamPWDLGFGAGDPts
1Germany3201104+66
2Côte d'Ivoire320142+26
3Ecuador31112204
4Curaçao301219-81
F
FIFA World Cup league table
#TeamPWDLGFGAGDPts
1Netherlands3210104+67
2Japan312073+45
3Sweden31117704
4Tunisia3003212-100
G
FIFA World Cup league table
#TeamPWDLGFGAGDPts
1Belgium312062+45
2Egypt312053+25
3Iran30303303
4New Zealand3012410-61
H
FIFA World Cup league table
#TeamPWDLGFGAGDPts
1Spain321050+57
2Cape Verde30302203
3Uruguay302134-12
4Saudi Arabia302115-42
I
FIFA World Cup league table
#TeamPWDLGFGAGDPts
1France3300102+89
2Norway320187+16
3Senegal310286+23
4Iraq3003112-110
J
FIFA World Cup league table
#TeamPWDLGFGAGDPts
1Argentina330081+79
2Austria31116604
3Algeria311157-24
4Jordan300338-50
K
FIFA World Cup league table
#TeamPWDLGFGAGDPts
1Colombia321041+37
2Portugal312061+55
3DR Congo311143+14
4Uzbekistan3003211-90
L
FIFA World Cup league table
#TeamPWDLGFGAGDPts
1England321062+47
2Croatia32015506
3Ghana31112204
4Panama300304-40
Get this via API

Get the FIFA World Cup table via API

Fetch the live FIFA World Cup standings with competition_id=comp_6107. The same shape works for every competition and season.

GET /football/competitions/comp_6107/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_6107/seasons/sn_118868/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Mexico"
      },
      "position": 1,
      "matches_played": 3,
      "wins": 3,
      "draws": 0,
      "losses": 0,
      "goals_for": 6,
      "goals_against": 0,
      "goal_difference": 6,
      "points": 9
    }
  ]
}

Frequently Asked Questions

How many groups are in the FIFA World Cup?

The FIFA World Cup 2026 is contested across 12 groups, each with its own table sorted by points, goal difference and goals scored.

How do I get the FIFA World Cup table via API?

Call the standings endpoint with competition_id=comp_6107 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of FIFA World Cup data are available?

TheStatsAPI has 8 seasons of FIFA World Cup data, going back to 2006, including historical final tables.

Get FIFA World Cup data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.