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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | USM Alger | 6 | 4 | 2 | 0 | 9 | 4 | +5 | 14 |
| 2 | Olympic Safi | 6 | 4 | 1 | 1 | 7 | 4 | +3 | 13 |
| 3 | Djoliba AC | 6 | 1 | 1 | 4 | 5 | 7 | -2 | 4 |
| 4 | FC San Pedro | 6 | 1 | 0 | 5 | 8 | 14 | -6 | 3 |
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Wydad Casablanca | 6 | 5 | 0 | 1 | 9 | 2 | +7 | 15 |
| 2 | Maniema Union | 6 | 4 | 0 | 2 | 8 | 3 | +5 | 12 |
| 3 | Azam FC | 6 | 3 | 0 | 3 | 4 | 6 | -2 | 9 |
| 4 | Nairobi United | 6 | 0 | 0 | 6 | 1 | 11 | -10 | 0 |
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CR Belouizdad | 6 | 5 | 0 | 1 | 11 | 5 | +6 | 15 |
| 2 | AS Otohô | 6 | 3 | 0 | 3 | 10 | 6 | +4 | 9 |
| 3 | Singida Black Stars SC | 6 | 1 | 2 | 3 | 3 | 6 | -3 | 5 |
| 4 | Stellenbosch | 6 | 1 | 2 | 3 | 2 | 9 | -7 | 5 |
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Zamalek SC | 6 | 3 | 2 | 1 | 6 | 4 | +2 | 11 |
| 2 | Al-Masry | 6 | 3 | 1 | 2 | 9 | 7 | +2 | 10 |
| 3 | Kaizer Chiefs | 6 | 3 | 1 | 2 | 7 | 6 | +1 | 10 |
| 4 | ZESCO United | 6 | 1 | 0 | 5 | 3 | 8 | -5 | 3 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_45714/seasons/sn_6142413/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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
}
]
}CAF Confederations Cup resources
Fixtures, results, player and team stats for CAF Confederations Cup.
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 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.