AFRICA · LEAGUE TABLE

CAF Champions League Table

The CAF Champions League 25/26 is played across 4 groups. A is led by Pyramids FC on 16 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 Champions League league table
#TeamPWDLGFGAGDPts
1Pyramids FC6510142+1216
2RS Berkane631286+210
3Power Dynamos621347-37
4Rivers United6015213-111
B
CAF Champions League league table
#TeamPWDLGFGAGDPts
1Al Ahly FC624083+510
2AS FAR Rabat623132+19
3Young Africans Sport Club622254+18
4JS Kabylie603318-73
C
CAF Champions League league table
#TeamPWDLGFGAGDPts
1Al-Hilal Omdurman632197+211
2Mamelodi Sundowns623196+39
3MC Alger621356-17
4FC Saint-Éloi Lupopo612348-45
D
CAF Champions League league table
#TeamPWDLGFGAGDPts
1Stade Malien632152+311
2Espérance Tunis623164+29
3Atlético Petróleos de Luanda613236-36
4Simba SC612357-25
Get this via API

Get the CAF Champions League table via API

Fetch the live CAF Champions League standings with competition_id=comp_08478. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_08478/seasons/sn_3076701/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Pyramids FC"
      },
      "position": 1,
      "matches_played": 6,
      "wins": 5,
      "draws": 1,
      "losses": 0,
      "goals_for": 14,
      "goals_against": 2,
      "goal_difference": 12,
      "points": 16
    }
  ]
}

Frequently Asked Questions

How many groups are in the CAF Champions League?

The CAF Champions League 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 Champions League table via API?

Call the standings endpoint with competition_id=comp_08478 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 Champions League data are available?

TheStatsAPI has 6 seasons of CAF Champions League data, going back to 20/21, including historical final tables.

Get CAF Champions League data via API

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