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 UTCChelsea3–0Paris Saint-Germain
- Wed 09 Jul, 19:10 UTCParis Saint-Germain4–0Real Madrid
- Tue 08 Jul, 19:00 UTCFluminense0–2Chelsea
- Sat 05 Jul, 20:00 UTCReal Madrid3–2Borussia Dortmund
- Sat 05 Jul, 16:00 UTCParis Saint-Germain2–0FC Bayern München
- Sat 05 Jul, 01:00 UTCPalmeiras1–2Chelsea
- Fri 04 Jul, 19:00 UTCFluminense2–1Al-Hilal
- Wed 02 Jul, 01:00 UTCBorussia Dortmund2–1CF Monterrey
- Tue 01 Jul, 19:00 UTCReal Madrid1–0Juventus
- Tue 01 Jul, 01:00 UTCManchester City2–2Al-Hilal
- Mon 30 Jun, 19:00 UTCInter0–2Fluminense
- Sun 29 Jun, 20:00 UTCFlamengo2–4FC Bayern München
- Sun 29 Jun, 16:00 UTCParis Saint-Germain4–0Inter Miami CF
- Sat 28 Jun, 20:00 UTCBenfica1–1Chelsea
- Sat 28 Jun, 16:00 UTCPalmeiras0–0Botafogo
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.