INTERNATIONAL · LEAGUE TABLE

Club World Championship Table

The Club World Championship 2025 is played across 8 groups. A is led by Palmeiras on 5 points. Full group tables - points, goal difference and form for every team - are below and available via API.

FINAL·Season 2025·Updated 26 Jul 2026, 03:32 UTC
A
Club World Championship league table
#TeamPWDLGFGAGDPts
1Palmeiras312042+25
2Inter Miami CF312043+15
3FC Porto302156-12
4Al Ahly FC302146-22
B
Club World Championship league table
#TeamPWDLGFGAGDPts
1Paris Saint-Germain320161+56
2Botafogo320132+16
3Atlético Madrid320145-16
4Seattle Sounders FC300327-50
C
Club World Championship league table
#TeamPWDLGFGAGDPts
1Benfica321092+77
2FC Bayern München3201122+106
3Boca Juniors302145-12
4Auckland City3012117-161
D
Club World Championship league table
#TeamPWDLGFGAGDPts
1Flamengo321062+47
2Chelsea320163+36
3Espérance Tunis310215-43
4Los Angeles FC301214-31
E
Club World Championship league table
#TeamPWDLGFGAGDPts
1Inter321052+37
2CF Monterrey312051+45
3River Plate31113304
4Urawa Red Diamonds300329-70
F
Club World Championship league table
#TeamPWDLGFGAGDPts
1Borussia Dortmund321053+27
2Fluminense312042+25
3Mamelodi Sundowns31114404
4Ulsan HD300326-40
G
Club World Championship league table
#TeamPWDLGFGAGDPts
1Manchester City3300132+119
2Juventus3201116+56
3Al-Ain3102212-103
4Wydad Casablanca300328-60
H
Club World Championship league table
#TeamPWDLGFGAGDPts
1Real Madrid321072+57
2Al-Hilal312031+25
3Red Bull Salzburg311124-24
4CF Pachuca300327-50
Get this via API

Get the Club World Championship table via API

Fetch the live Club World Championship standings with competition_id=comp_3872. The same shape works for every competition and season.

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

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

Frequently Asked Questions

How many groups are in the Club World Championship?

The Club World Championship 2025 is contested across 8 groups, each with its own table sorted by points, goal difference and goals scored.

How do I get the Club World Championship table via API?

Call the standings endpoint with competition_id=comp_3872 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 Club World Championship data are available?

TheStatsAPI has 6 seasons of Club World Championship data, going back to 19/20, including historical final tables.

Get Club World Championship data via API

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