AFRICA · LEAGUE TABLE

Africa Cup of Nations Qual. Table

The Africa Cup of Nations Qual. table with points, played, won, drawn, lost, goal difference and form - updated as matches finish, and available in full via API.

Live Africa Cup of Nations Qual. standings are loading. Pull them any time via the API call below.
Get this via API

Get the Africa Cup of Nations Qual. table via API

Fetch the live Africa Cup of Nations Qual. standings with competition_id=comp_83579. The same shape works for every competition and season.

GET /football/competitions/comp_83579/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_83579/seasons/sn_1308770/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Team"
      },
      "position": 1,
      "matches_played": 38,
      "wins": 26,
      "draws": 7,
      "losses": 5,
      "goals_for": 71,
      "goals_against": 27,
      "goal_difference": 44,
      "points": 85
    }
  ]
}

Frequently Asked Questions

How do I get the Africa Cup of Nations Qual. table via API?

Call the standings endpoint with competition_id=comp_83579 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 Qual. data are available?

TheStatsAPI has 4 seasons of Africa Cup of Nations Qual. data, going back to 2021, including historical final tables.

Get Africa Cup of Nations Qual. data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.