AFRICA · LEAGUE TABLE

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.

FINAL·Season 2025·Updated 26 Jul 2026, 03:32 UTC
A
African Nations Championship league table
#TeamPWDLGFGAGDPts
1Kenya431041+310
2Morocco430183+59
3DR Congo420254+16
4Angola411236-34
5Zambia400428-60
B
African Nations Championship league table
#TeamPWDLGFGAGDPts
1Tanzania431051+410
2Madagascar421153+27
3Mauritania421121+17
4Burkina Faso410357-23
5Central African Republic401327-51
C
African Nations Championship league table
#TeamPWDLGFGAGDPts
1Uganda421186+27
2Algeria413052+36
3South Africa413065+16
4Guinea411236-34
5Niger402203-32
D
African Nations Championship league table
#TeamPWDLGFGAGDPts
1Sudan312051+45
2Senegal312021+15
3Nigeria310225-33
4Congo Republic302124-22
Get this via API

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_3444/seasons/sn_4502628/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "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
    }
  ]
}

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.