Africa Cup of Nations Table
The Africa Cup of Nations 25/26 is played across 6 groups. A is led by Morocco on 7 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 | Morocco | 3 | 2 | 1 | 0 | 6 | 1 | +5 | 7 |
| 2 | Mali | 3 | 0 | 3 | 0 | 2 | 2 | 0 | 3 |
| 3 | Comoros | 3 | 0 | 2 | 1 | 0 | 2 | -2 | 2 |
| 4 | Zambia | 3 | 0 | 2 | 1 | 1 | 4 | -3 | 2 |
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Egypt | 3 | 2 | 1 | 0 | 3 | 1 | +2 | 7 |
| 2 | South Africa | 3 | 2 | 0 | 1 | 5 | 4 | +1 | 6 |
| 3 | Angola | 3 | 0 | 2 | 1 | 2 | 3 | -1 | 2 |
| 4 | Zimbabwe | 3 | 0 | 1 | 2 | 4 | 6 | -2 | 1 |
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Nigeria | 3 | 3 | 0 | 0 | 8 | 4 | +4 | 9 |
| 2 | Tunisia | 3 | 1 | 1 | 1 | 6 | 5 | +1 | 4 |
| 3 | Tanzania | 3 | 0 | 2 | 1 | 3 | 4 | -1 | 2 |
| 4 | Uganda | 3 | 0 | 1 | 2 | 3 | 7 | -4 | 1 |
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Senegal | 3 | 2 | 1 | 0 | 7 | 1 | +6 | 7 |
| 2 | DR Congo | 3 | 2 | 1 | 0 | 5 | 1 | +4 | 7 |
| 3 | Benin | 3 | 1 | 0 | 2 | 1 | 4 | -3 | 3 |
| 4 | Botswana | 3 | 0 | 0 | 3 | 0 | 7 | -7 | 0 |
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Algeria | 3 | 3 | 0 | 0 | 7 | 1 | +6 | 9 |
| 2 | Burkina Faso | 3 | 2 | 0 | 1 | 4 | 2 | +2 | 6 |
| 3 | Sudan | 3 | 1 | 0 | 2 | 1 | 5 | -4 | 3 |
| 4 | Equatorial Guinea | 3 | 0 | 0 | 3 | 2 | 6 | -4 | 0 |
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Côte d'Ivoire | 3 | 2 | 1 | 0 | 5 | 3 | +2 | 7 |
| 2 | Cameroon | 3 | 2 | 1 | 0 | 4 | 2 | +2 | 7 |
| 3 | Mozambique | 3 | 1 | 0 | 2 | 4 | 5 | -1 | 3 |
| 4 | Gabon | 3 | 0 | 0 | 3 | 4 | 7 | -3 | 0 |
Get the Africa Cup of Nations table via API
Fetch the live Africa Cup of Nations standings with competition_id=comp_1554. The same shape works for every competition and season.
GET /football/competitions/comp_1554/seasons/{season_id}/standings
curl "https://api.thestatsapi.com/api/football/competitions/comp_1554/seasons/sn_6116249/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"team": {
"id": "tm_xxxx",
"name": "Morocco"
},
"position": 1,
"matches_played": 3,
"wins": 2,
"draws": 1,
"losses": 0,
"goals_for": 6,
"goals_against": 1,
"goal_difference": 5,
"points": 7
}
]
}Africa Cup of Nations resources
Fixtures, results, player and team stats for Africa Cup of Nations.
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 Africa Cup of Nations?
The Africa Cup of Nations 25/26 is contested across 6 groups, each with its own table sorted by points, goal difference and goals scored.
How do I get the Africa Cup of Nations table via API?
Call the standings endpoint with competition_id=comp_1554 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 Africa Cup of Nations data are available?
TheStatsAPI has 4 seasons of Africa Cup of Nations data, going back to 2019, including historical final tables.
Get Africa Cup of Nations data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.