INTERNATIONAL · RESULTS

Club World Championship Results

Latest Club World Championship results: Chelsea 3-0 Paris Saint-Germain, Paris Saint-Germain 4-0 Real Madrid, Fluminense 0-2 Chelsea. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 2025·Updated 26 Jul 2026, 03:37 UTC
  • Sun 13 Jul, 19:00 UTCChelsea30Paris Saint-Germain
  • Wed 09 Jul, 19:10 UTCParis Saint-Germain40Real Madrid
  • Tue 08 Jul, 19:00 UTCFluminense02Chelsea
  • Sat 05 Jul, 20:00 UTCReal Madrid32Borussia Dortmund
  • Sat 05 Jul, 16:00 UTCParis Saint-Germain20FC Bayern München
  • Sat 05 Jul, 01:00 UTCPalmeiras12Chelsea
  • Fri 04 Jul, 19:00 UTCFluminense21Al-Hilal
  • Wed 02 Jul, 01:00 UTCBorussia Dortmund21CF Monterrey
  • Tue 01 Jul, 19:00 UTCReal Madrid10Juventus
  • Tue 01 Jul, 01:00 UTCManchester City22Al-Hilal
  • Mon 30 Jun, 19:00 UTCInter02Fluminense
  • Sun 29 Jun, 20:00 UTCFlamengo24FC Bayern München
  • Sun 29 Jun, 16:00 UTCParis Saint-Germain40Inter Miami CF
  • Sat 28 Jun, 20:00 UTCBenfica11Chelsea
  • Sat 28 Jun, 16:00 UTCPalmeiras00Botafogo
Get this via API

Get Club World Championship results via API

Fetch the latest final Club World Championship scores with competition_id=comp_3872.

GET /football/matches?competition_id=comp_3872&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_3872&season_id=sn_7225999&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_3872",
      "matchday": 29,
      "status": "finished",
      "utc_date": "2025-07-13T19:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Chelsea"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Paris Saint-Germain"
      },
      "score": {
        "home": 3,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Club World Championship result?

Chelsea 3-0 Paris Saint-Germain on Sunday 13 July.

How do I get Club World Championship results via API?

Call the matches endpoint with competition_id=comp_3872 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Club World Championship data via API

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