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ès41Rahimo FC
  • Sun 06 Sept, 15:30 UTCASC Kara11ASEC Mimosas
  • Sun 06 Sept, 15:30 UTCASN Nigelec00MC Alger
  • Sun 06 Sept, 15:00 UTCColombe FC00Stade Malien
  • Sun 06 Sept, 15:00 UTCMedeama01Tout Puissant Mazembe
  • Sun 06 Sept, 15:00 UTCWiliete SC40Foresters FC
  • Sun 06 Sept, 15:00 UTCEnugu Rangers International11AS Sobemap FC
  • Sun 06 Sept, 13:00 UTCFC Les Aigles du Congo10APR FC
  • Sun 06 Sept, 13:00 UTCUnião Desportiva do Songo01Atlético Petróleos de Luanda
  • Sun 06 Sept, 13:00 UTCScottland FC10Nsingizini Hotspur
  • Sun 06 Sept, 13:00 UTCMighty Mukuru Wanderers01Simba SC
  • Sun 06 Sept, 12:00 UTCGor Mahia FC02Pyramids FC
  • Sun 06 Sept, 11:30 UTCLa Cure Sylvester SC00Orlando Pirates
  • Sat 05 Sept, 18:00 UTCClub Africain10Djoliba AC
  • Sat 05 Sept, 17:00 UTCGaborone United11Young 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.