AFRICA · LEAGUE TABLE

CAF Confederations Cup Table

The CAF Confederations Cup 25/26 is played across 4 groups. A is led by USM Alger on 14 points. Full group tables - points, goal difference and form for every team - are below and available via API.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:32 UTC
A
CAF Confederations Cup league table
#TeamPWDLGFGAGDPts
1USM Alger642094+514
2Olympic Safi641174+313
3Djoliba AC611457-24
4FC San Pedro6105814-63
B
CAF Confederations Cup league table
#TeamPWDLGFGAGDPts
1Wydad Casablanca650192+715
2Maniema Union640283+512
3Azam FC630346-29
4Nairobi United6006111-100
C
CAF Confederations Cup league table
#TeamPWDLGFGAGDPts
1CR Belouizdad6501115+615
2AS Otohô6303106+49
3Singida Black Stars SC612336-35
4Stellenbosch612329-75
D
CAF Confederations Cup league table
#TeamPWDLGFGAGDPts
1Zamalek SC632164+211
2Al-Masry631297+210
3Kaizer Chiefs631276+110
4ZESCO United610538-53
Get this via API

Get the CAF Confederations Cup table via API

Fetch the live CAF Confederations Cup standings with competition_id=comp_45714. The same shape works for every competition and season.

GET /football/competitions/comp_45714/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_45714/seasons/sn_6142413/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "USM Alger"
      },
      "position": 1,
      "matches_played": 6,
      "wins": 4,
      "draws": 2,
      "losses": 0,
      "goals_for": 9,
      "goals_against": 4,
      "goal_difference": 5,
      "points": 14
    }
  ]
}

Frequently Asked Questions

How many groups are in the CAF Confederations Cup?

The CAF Confederations Cup 25/26 is contested across 4 groups, each with its own table sorted by points, goal difference and goals scored.

How do I get the CAF Confederations Cup table via API?

Call the standings endpoint with competition_id=comp_45714 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of CAF Confederations Cup data are available?

TheStatsAPI has 7 seasons of CAF Confederations Cup data, going back to 19/20, including historical final tables.

Get CAF Confederations Cup data via API

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