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 UTCMauritius0–0Somalia
- Tue 31 Mar, 14:00 UTCEswatini1–2Eritrea
- Tue 31 Mar, 13:00 UTCEthiopia1–0São Tomé and Príncipe
- Tue 31 Mar, 13:00 UTCBurundi4–0Chad
- Sun 29 Mar, 15:00 UTCLesotho2–1Seychelles
- Sun 29 Mar, 13:00 UTCSouth Sudan0–1Djibouti
- Fri 27 Mar, 16:00 UTCSão Tomé and Príncipe0–3Ethiopia
- Fri 27 Mar, 13:00 UTCChad0–4Burundi
- Fri 27 Mar, 13:00 UTCSomalia0–0Mauritius
- Thu 26 Mar, 14:00 UTCSeychelles0–0Lesotho
- Thu 26 Mar, 13:00 UTCDjibouti0–4South Sudan
- Wed 25 Mar, 16:00 UTCEritrea2–0Eswatini
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
}
}
]
}Africa Cup of Nations Qual. resources
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.