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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Pyramids FC | 6 | 5 | 1 | 0 | 14 | 2 | +12 | 16 |
| 2 | RS Berkane | 6 | 3 | 1 | 2 | 8 | 6 | +2 | 10 |
| 3 | Power Dynamos | 6 | 2 | 1 | 3 | 4 | 7 | -3 | 7 |
| 4 | Rivers United | 6 | 0 | 1 | 5 | 2 | 13 | -11 | 1 |
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Al Ahly FC | 6 | 2 | 4 | 0 | 8 | 3 | +5 | 10 |
| 2 | AS FAR Rabat | 6 | 2 | 3 | 1 | 3 | 2 | +1 | 9 |
| 3 | Young Africans Sport Club | 6 | 2 | 2 | 2 | 5 | 4 | +1 | 8 |
| 4 | JS Kabylie | 6 | 0 | 3 | 3 | 1 | 8 | -7 | 3 |
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Al-Hilal Omdurman | 6 | 3 | 2 | 1 | 9 | 7 | +2 | 11 |
| 2 | Mamelodi Sundowns | 6 | 2 | 3 | 1 | 9 | 6 | +3 | 9 |
| 3 | MC Alger | 6 | 2 | 1 | 3 | 5 | 6 | -1 | 7 |
| 4 | FC Saint-Éloi Lupopo | 6 | 1 | 2 | 3 | 4 | 8 | -4 | 5 |
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Stade Malien | 6 | 3 | 2 | 1 | 5 | 2 | +3 | 11 |
| 2 | Espérance Tunis | 6 | 2 | 3 | 1 | 6 | 4 | +2 | 9 |
| 3 | Atlético Petróleos de Luanda | 6 | 1 | 3 | 2 | 3 | 6 | -3 | 6 |
| 4 | Simba SC | 6 | 1 | 2 | 3 | 5 | 7 | -2 | 5 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_08478/seasons/sn_3076701/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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
}
]
}CAF Champions League resources
Fixtures, results, player and team stats for CAF Champions League.
Upcoming kickoffs with dates and times.
Latest final scores.
See every competition, country, and data type we cover.
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.