AFRICA · FIXTURES
CAF Champions League Fixtures
Next CAF Champions League fixtures: Gor Mahia FC v Pyramids FC (Saturday 5 September), El Merriekh Bentiu v FC Heegan (Saturday 5 September), AS Port v Zamalek SC (Saturday 5 September). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 17 Aug 2026, 02:01 UTC
- Sat 05 Sept, 15:00 UTCGor Mahia FCvPyramids FC
- Sat 05 Sept, 15:00 UTCEl Merriekh BentiuvFC Heegan
- Sat 05 Sept, 15:00 UTCAS PortvZamalek SC
- Sat 05 Sept, 15:00 UTCFC Les Aigles du CongovAPR FC
- Sat 05 Sept, 15:00 UTCSwehly SCvKVZ FC
- Sat 05 Sept, 15:00 UTCGaborone UnitedvYoung Africans Sport Club
- Sat 05 Sept, 15:00 UTCCentre de Formation de Football d'AndoharanofotsyvLijabatho FC
- Sat 05 Sept, 15:00 UTCLa Cure Sylvester SCvOrlando Pirates
- Sat 05 Sept, 15:00 UTCAS MangasportvAfrican Stars FC
- Sat 05 Sept, 15:00 UTCUnião Desportiva do SongovAtlético Petróleos de Luanda
- Sat 05 Sept, 15:00 UTCAigle Noir SCvAl-Hilal Omdurman
- Sat 05 Sept, 15:00 UTCMAS de FèsvRahimo FC
- Sat 05 Sept, 15:00 UTCASC KaravASEC Mimosas
- Sat 05 Sept, 15:00 UTCFC CanchungovTeungueth
- Sat 05 Sept, 15:00 UTCColombe FCvStade Malien
Get this via API
Get CAF Champions League fixtures via API
Fetch upcoming CAF Champions League matches with competition_id=comp_08478.
GET /football/matches?competition_id=comp_08478&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_08478&season_id=sn_8469446&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_08478",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-05T15:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Gor Mahia FC"
},
"away_team": {
"id": "tm_yyyy",
"name": "Pyramids FC"
}
}
]
}Frequently Asked Questions
When is the next CAF Champions League match?
Gor Mahia FC play Pyramids FC on Saturday 5 September.
How do I get CAF Champions League fixtures via API?
Call the matches endpoint with competition_id=comp_08478 and status=scheduled. 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.