AFRICA · RESULTS
Africa Cup of Nations Results
Latest Africa Cup of Nations results: Senegal 0-0 Morocco, Egypt 0-0 Nigeria, Nigeria 0-0 Morocco. Full results with goals, dates and match ids for joining stats and odds are below.
FINAL·Season 25/26·Updated 26 Jul 2026, 03:36 UTC
- Sun 18 Jan, 19:00 UTCSenegal0–0Morocco
- Sat 17 Jan, 16:00 UTCEgypt0–0Nigeria
- Wed 14 Jan, 20:00 UTCNigeria0–0Morocco
- Wed 14 Jan, 17:00 UTCSenegal1–0Egypt
- Sat 10 Jan, 19:00 UTCEgypt3–2Côte d'Ivoire
- Sat 10 Jan, 16:00 UTCAlgeria0–2Nigeria
- Fri 09 Jan, 19:00 UTCCameroon0–2Morocco
- Fri 09 Jan, 16:00 UTCMali0–1Senegal
- Tue 06 Jan, 19:00 UTCCôte d'Ivoire3–0Burkina Faso
- Tue 06 Jan, 16:00 UTCAlgeria0–0DR Congo
- Mon 05 Jan, 19:00 UTCNigeria4–0Mozambique
- Mon 05 Jan, 16:00 UTCEgypt1–1Benin
- Sun 04 Jan, 19:00 UTCSouth Africa1–2Cameroon
- Sun 04 Jan, 16:00 UTCMorocco1–0Tanzania
- Sat 03 Jan, 19:00 UTCMali1–1Tunisia
Get this via API
Get Africa Cup of Nations results via API
Fetch the latest final Africa Cup of Nations scores with competition_id=comp_1554.
GET /football/matches?competition_id=comp_1554&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_1554&season_id=sn_6116249&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_1554",
"matchday": 29,
"status": "finished",
"utc_date": "2026-01-18T19:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Senegal"
},
"away_team": {
"id": "tm_yyyy",
"name": "Morocco"
},
"score": {
"home": 0,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest Africa Cup of Nations result?
Senegal 0-0 Morocco on Sunday 18 January.
How do I get Africa Cup of Nations results via API?
Call the matches endpoint with competition_id=comp_1554 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 data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.