AFRICA · RESULTS

CAF Champions League Results

Latest CAF Champions League results: AS FAR Rabat 1-1 Mamelodi Sundowns, Mamelodi Sundowns 1-0 AS FAR Rabat, RS Berkane 1-0 AS FAR Rabat. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:36 UTC
  • Sun 24 May, 19:00 UTCAS FAR Rabat11Mamelodi Sundowns
  • Sun 17 May, 14:00 UTCMamelodi Sundowns10AS FAR Rabat
  • Sat 18 Apr, 19:00 UTCRS Berkane10AS FAR Rabat
  • Sat 18 Apr, 13:00 UTCMamelodi Sundowns10Espérance Tunis
  • Sun 12 Apr, 19:00 UTCEspérance Tunis01Mamelodi Sundowns
  • Sat 11 Apr, 19:00 UTCAS FAR Rabat20RS Berkane
  • Sun 22 Mar, 16:00 UTCStade Malien20Mamelodi Sundowns
  • Sun 22 Mar, 16:00 UTCAl-Hilal Omdurman01RS Berkane
  • Sat 21 Mar, 19:00 UTCAl Ahly FC23Espérance Tunis
  • Sat 21 Mar, 16:00 UTCPyramids FC12AS FAR Rabat
  • Sun 15 Mar, 21:00 UTCEspérance Tunis10Al Ahly FC
  • Sat 14 Mar, 22:00 UTCRS Berkane11Al-Hilal Omdurman
  • Fri 13 Mar, 22:00 UTCAS FAR Rabat11Pyramids FC
  • Fri 13 Mar, 18:00 UTCMamelodi Sundowns30Stade Malien
  • Sun 15 Feb, 16:00 UTCYoung Africans Sport Club30JS Kabylie
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_3076701&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_08478",
      "matchday": 29,
      "status": "finished",
      "utc_date": "2026-05-24T19:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "AS FAR Rabat"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Mamelodi Sundowns"
      },
      "score": {
        "home": 1,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest CAF Champions League result?

AS FAR Rabat 1-1 Mamelodi Sundowns on Sunday 24 May.

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.