CAF Champions League Fixtures
Next CAF Champions League fixtures: Fomboni FC v FC 15 de Agosto Guinea (Friday 11 September), AS Sobemap FC v Enugu Rangers International (Friday 11 September), APR FC v FC Les Aigles du Congo (Friday 11 September). Full schedule with kickoff times below, joined to results and odds by match id.
- Fri 11 Sept, 14:00 UTCFomboni FCvFC 15 de Agosto Guinea
- Fri 11 Sept, 14:00 UTCAS Sobemap FCvEnugu Rangers International
- Fri 11 Sept, 16:00 UTCAPR FCvFC Les Aigles du Congo
- Fri 11 Sept, 16:00 UTCSimba SCvMighty Mukuru Wanderers
- Sat 12 Sept, 13:00 UTCNsingizini HotspurvScottland FC
- Sat 12 Sept, 13:00 UTCAfrican Stars FCvAS Mangasport
- Sat 12 Sept, 13:00 UTCOrlando PiratesvLa Cure Sylvester SC
- Sat 12 Sept, 13:00 UTCYoung Africans Sport ClubvGaborone United
- Sat 12 Sept, 13:00 UTCFC HeeganvEl Merriekh Bentiu
- Sat 12 Sept, 13:00 UTCTout Puissant MazembevMedeama
- Sat 12 Sept, 13:00 UTCPower DynamosvAl-Merrikh
- Sat 12 Sept, 14:00 UTCLijabatho FCvCentre de Formation de Football d'Andoharanofotsy
- Sat 12 Sept, 15:00 UTCForesters FCvWiliete SC
- Sat 12 Sept, 15:00 UTCAtlético Petróleos de LuandavUnião Desportiva do Songo
- Sat 12 Sept, 15:00 UTCRahimo FCvMAS de Fès
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
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_08478&season_id=sn_8469446&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_08478",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-11T14:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Fomboni FC"
},
"away_team": {
"id": "tm_yyyy",
"name": "FC 15 de Agosto Guinea"
}
}
]
}Frequently Asked Questions
When is the next CAF Champions League match?
Fomboni FC play FC 15 de Agosto Guinea on Friday 11 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.