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