AFRICA · RESULTS

Africa Cup of Nations Qual. Results

Latest Africa Cup of Nations Qual. results: Mauritius 0-0 Somalia, Eswatini 1-2 Eritrea, Ethiopia 1-0 São Tomé and Príncipe. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 2026·Updated 26 Jul 2026, 03:36 UTC
  • Tue 31 Mar, 15:00 UTCMauritius00Somalia
  • Tue 31 Mar, 14:00 UTCEswatini12Eritrea
  • Tue 31 Mar, 13:00 UTCEthiopia10São Tomé and Príncipe
  • Tue 31 Mar, 13:00 UTCBurundi40Chad
  • Sun 29 Mar, 15:00 UTCLesotho21Seychelles
  • Sun 29 Mar, 13:00 UTCSouth Sudan01Djibouti
  • Fri 27 Mar, 16:00 UTCSão Tomé and Príncipe03Ethiopia
  • Fri 27 Mar, 13:00 UTCChad04Burundi
  • Fri 27 Mar, 13:00 UTCSomalia00Mauritius
  • Thu 26 Mar, 14:00 UTCSeychelles00Lesotho
  • Thu 26 Mar, 13:00 UTCDjibouti04South Sudan
  • Wed 25 Mar, 16:00 UTCEritrea20Eswatini
Get this via API

Get Africa Cup of Nations Qual. results via API

Fetch the latest final Africa Cup of Nations Qual. scores with competition_id=comp_83579.

GET /football/matches?competition_id=comp_83579&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_83579&season_id=sn_1308770&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_83579",
      "matchday": 29,
      "status": "finished",
      "utc_date": "2026-03-31T15:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Mauritius"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Somalia"
      },
      "score": {
        "home": 0,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Africa Cup of Nations Qual. result?

Mauritius 0-0 Somalia on Tuesday 31 March.

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

Call the matches endpoint with competition_id=comp_83579 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Africa Cup of Nations Qual. data via API

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