AFRICA · LEAGUE TABLE

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.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:32 UTC
A
Africa Cup of Nations league table
#TeamPWDLGFGAGDPts
1Morocco321061+57
2Mali30302203
3Comoros302102-22
4Zambia302114-32
B
Africa Cup of Nations league table
#TeamPWDLGFGAGDPts
1Egypt321031+27
2South Africa320154+16
3Angola302123-12
4Zimbabwe301246-21
C
Africa Cup of Nations league table
#TeamPWDLGFGAGDPts
1Nigeria330084+49
2Tunisia311165+14
3Tanzania302134-12
4Uganda301237-41
D
Africa Cup of Nations league table
#TeamPWDLGFGAGDPts
1Senegal321071+67
2DR Congo321051+47
3Benin310214-33
4Botswana300307-70
E
Africa Cup of Nations league table
#TeamPWDLGFGAGDPts
1Algeria330071+69
2Burkina Faso320142+26
3Sudan310215-43
4Equatorial Guinea300326-40
F
Africa Cup of Nations league table
#TeamPWDLGFGAGDPts
1Côte d'Ivoire321053+27
2Cameroon321042+27
3Mozambique310245-13
4Gabon300347-30
Get this via API

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

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

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.