AFRICA · RESULTS
CAF Confederations Cup Results
Latest CAF Confederations Cup results: ZED FC 4-0 ASAS, Vitesse FC 1-2 AS Real Bamako, AFAD Plateau 1-1 East End Lions FC. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 09 Sept 2026, 02:41 UTC
- Sun 06 Sept, 17:00 UTCZED FC4–0ASAS
- Sun 06 Sept, 16:00 UTCVitesse FC1–2AS Real Bamako
- Sun 06 Sept, 16:00 UTCAFAD Plateau1–1East End Lions FC
- Sun 06 Sept, 15:00 UTCEl Kanemi Warriors3–0UDIB
- Sun 06 Sept, 14:00 UTCAl Ahli Wad Madani2–2Tusker Football Club
- Sun 06 Sept, 13:30 UTCAl Ghazala Wau1–7Singida Black Stars SC
- Sun 06 Sept, 13:30 UTCMogadishu City Club1–2Kitara FC
- Sun 06 Sept, 13:00 UTCDurban City FC1–0Rukinzo FC
- Sat 05 Sept, 16:00 UTCKabuscorp SCP2–0University of Namibia FC
- Sat 05 Sept, 16:00 UTCAS Douanes2–2Hafia FC
- Sat 05 Sept, 16:00 UTCFC Diarra1–0Nations FC
- Sat 05 Sept, 15:30 UTCAS de Zam0–5ASKO Kara
- Sat 05 Sept, 15:00 UTCShooting Stars1–0CS Sfaxien
- Sat 05 Sept, 13:00 UTCKMKM0–3Al Ahli Tripoli
- Sat 05 Sept, 13:00 UTCRed Arrows2–0Inate FC Rouge
Get this via API
Get CAF Confederations Cup results via API
Fetch the latest final CAF Confederations Cup scores with competition_id=comp_45714.
GET /football/matches?competition_id=comp_45714&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_45714&season_id=sn_7203226&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_45714",
"matchday": 1,
"status": "finished",
"utc_date": "2026-09-06T17:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "ZED FC"
},
"away_team": {
"id": "tm_yyyy",
"name": "ASAS"
},
"score": {
"home": 4,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest CAF Confederations Cup result?
ZED FC 4-0 ASAS on Sunday 6 September.
How do I get CAF Confederations Cup results via API?
Call the matches endpoint with competition_id=comp_45714 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get CAF Confederations Cup data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.