AFRICA · FIXTURES

CAF Confederations Cup Fixtures

Next CAF Confederations Cup fixtures: The Panthers CF v ASPAC FC (Thursday 10 September), ASPAC FC v The Panthers CF (Thursday 10 September), Primeiro de Agosto v Green Mamba FC (Friday 11 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 08 Sept 2026, 21:51 UTC
  • Thu 10 Sept, 15:00 UTCThe Panthers CFvASPAC FC
  • Thu 10 Sept, 15:00 UTCASPAC FCvThe Panthers CF
  • Fri 11 Sept, 15:00 UTCPrimeiro de AgostovGreen Mamba FC
  • Fri 11 Sept, 16:00 UTCHafia FCvAS Douanes
  • Fri 11 Sept, 16:00 UTCAS Real BamakovVitesse FC
  • Sat 12 Sept, 12:00 UTCTusker Football ClubvAl Ahli Wad Madani
  • Sat 12 Sept, 13:00 UTCKitara FCvMogadishu City Club
  • Sat 12 Sept, 13:00 UTCWelwalu AdigratvAl Hilal Al Sahil SC
  • Sat 12 Sept, 14:30 UTCInate FC RougevRed Arrows
  • Sat 12 Sept, 16:00 UTCRayon Sports FCvPanthere Sportive du Nde
  • Sat 12 Sept, 16:00 UTCEast End Lions FCvAFAD Plateau
  • Sat 12 Sept, 16:30 UTCAssociação Black BullsvAtomic Ngomé
  • Sat 12 Sept, 17:00 UTCASASvZED FC
  • Sat 12 Sept, 17:00 UTCAl Ahli TripolivKMKM
  • Sat 12 Sept, 17:00 UTCJwaneng Galaxy FCvAS Port-Louis 2000
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-10T15:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "The Panthers CF"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "ASPAC FC"
      }
    }
  ]
}

Frequently Asked Questions

When is the next CAF Confederations Cup match?

The Panthers CF play ASPAC FC on Thursday 10 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.