AFRICA · FIXTURES

CAF Confederations Cup Fixtures

Next CAF Confederations Cup fixtures: AFAD Plateau v East End Lions FC (Friday 4 September), The Panthers CF v ASPAC FC (Friday 4 September), FC Diarra v Nations FC (Friday 4 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 18 Aug 2026, 21:17 UTC
  • Fri 04 Sept, 16:00 UTCAFAD PlateauvEast End Lions FC
  • Fri 04 Sept, 16:00 UTCThe Panthers CFvASPAC FC
  • Fri 04 Sept, 16:00 UTCFC DiarravNations FC
  • Fri 04 Sept, 16:00 UTCDC VirungavBazar Brothers FC
  • Sat 05 Sept, 15:00 UTCEl Kanemi WarriorsvUDIB
  • Sat 05 Sept, 15:00 UTCAS DouanesvHafia FC
  • Sat 05 Sept, 15:00 UTCAS PSIvCO Korhogo
  • Sat 05 Sept, 15:00 UTCAl Ghazala WauvSingida Black Stars SC
  • Sat 05 Sept, 15:00 UTCAl Ahli Wad MadanivTusker Football Club
  • Sat 05 Sept, 15:00 UTCKMKMvAl Ahli Tripoli
  • Sat 05 Sept, 15:00 UTCAl Hilal Al Sahil SCvWelwalu Adigrat
  • Sat 05 Sept, 15:00 UTCES ZarzisvASC Diambars
  • Sat 05 Sept, 15:00 UTCShooting StarsvCS Sfaxien
  • Sat 05 Sept, 15:00 UTCVitesse FCvAS Real Bamako
  • Sat 05 Sept, 15:00 UTCAS de ZamvASKO Kara
Get this via API

Get CAF Confederations Cup fixtures via API

Fetch upcoming CAF Confederations Cup matches with competition_id=comp_45714.

GET /football/matches?competition_id=comp_45714&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_45714&season_id=sn_7203226&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_45714",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-04T16:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "AFAD Plateau"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "East End Lions FC"
      }
    }
  ]
}

Frequently Asked Questions

When is the next CAF Confederations Cup match?

AFAD Plateau play East End Lions FC on Friday 4 September.

How do I get CAF Confederations Cup fixtures via API?

Call the matches endpoint with competition_id=comp_45714 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get CAF Confederations Cup data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.