AFRICA · RESULTS
CAF Champions League Results
Latest CAF Champions League results: MAS de Fès 4-1 Rahimo FC, ASC Kara 1-1 ASEC Mimosas, ASN Nigelec 0-0 MC Alger. 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:16 UTC
- Sun 06 Sept, 19:00 UTCMAS de Fès4–1Rahimo FC
- Sun 06 Sept, 15:30 UTCASC Kara1–1ASEC Mimosas
- Sun 06 Sept, 15:30 UTCASN Nigelec0–0MC Alger
- Sun 06 Sept, 15:00 UTCColombe FC0–0Stade Malien
- Sun 06 Sept, 15:00 UTCMedeama0–1Tout Puissant Mazembe
- Sun 06 Sept, 15:00 UTCWiliete SC4–0Foresters FC
- Sun 06 Sept, 15:00 UTCEnugu Rangers International1–1AS Sobemap FC
- Sun 06 Sept, 13:00 UTCFC Les Aigles du Congo1–0APR FC
- Sun 06 Sept, 13:00 UTCUnião Desportiva do Songo0–1Atlético Petróleos de Luanda
- Sun 06 Sept, 13:00 UTCScottland FC1–0Nsingizini Hotspur
- Sun 06 Sept, 13:00 UTCMighty Mukuru Wanderers0–1Simba SC
- Sun 06 Sept, 12:00 UTCGor Mahia FC0–2Pyramids FC
- Sun 06 Sept, 11:30 UTCLa Cure Sylvester SC0–0Orlando Pirates
- Sat 05 Sept, 18:00 UTCClub Africain1–0Djoliba AC
- Sat 05 Sept, 17:00 UTCGaborone United1–1Young Africans Sport Club
Get this via API
Get CAF Champions League results via API
Fetch the latest final CAF Champions League scores with competition_id=comp_08478.
GET /football/matches?competition_id=comp_08478&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_08478&season_id=sn_8469446&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_08478",
"matchday": 1,
"status": "finished",
"utc_date": "2026-09-06T19:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "MAS de Fès"
},
"away_team": {
"id": "tm_yyyy",
"name": "Rahimo FC"
},
"score": {
"home": 4,
"away": 1
}
}
]
}Frequently Asked Questions
What was the latest CAF Champions League result?
MAS de Fès 4-1 Rahimo FC on Sunday 6 September.
How do I get CAF Champions League results via API?
Call the matches endpoint with competition_id=comp_08478 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get CAF Champions League data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.