AFRICA · RESULTS
African Nations Championship Results
Latest African Nations Championship results: Madagascar 2-3 Morocco, Sudan 1-1 Senegal, Morocco 1-1 Senegal. Full results with goals, dates and match ids for joining stats and odds are below.
FINAL·Season 2025·Updated 26 Jul 2026, 03:36 UTC
- Sat 30 Aug, 15:00 UTCMadagascar2–3Morocco
- Fri 29 Aug, 15:00 UTCSudan1–1Senegal
- Tue 26 Aug, 17:30 UTCMorocco1–1Senegal
- Tue 26 Aug, 14:30 UTCMadagascar0–0Sudan
- Sat 23 Aug, 17:00 UTCSudan1–1Algeria
- Sat 23 Aug, 14:00 UTCUganda0–1Senegal
- Fri 22 Aug, 17:00 UTCTanzania0–1Morocco
- Fri 22 Aug, 14:00 UTCKenya1–1Madagascar
- Tue 19 Aug, 17:00 UTCSudan0–0Senegal
- Tue 19 Aug, 17:00 UTCNigeria2–0Congo Republic
- Mon 18 Aug, 17:00 UTCAlgeria0–0Niger
- Mon 18 Aug, 17:00 UTCSouth Africa3–3Uganda
- Sun 17 Aug, 12:00 UTCDR Congo1–3Morocco
- Sun 17 Aug, 12:00 UTCZambia0–1Kenya
- Sat 16 Aug, 17:00 UTCBurkina Faso1–2Madagascar
Get this via API
Get African Nations Championship results via API
Fetch the latest final African Nations Championship scores with competition_id=comp_3444.
GET /football/matches?competition_id=comp_3444&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_3444&season_id=sn_4502628&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_3444",
"matchday": 29,
"status": "finished",
"utc_date": "2025-08-30T15:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Madagascar"
},
"away_team": {
"id": "tm_yyyy",
"name": "Morocco"
},
"score": {
"home": 2,
"away": 3
}
}
]
}African Nations Championship resources
Frequently Asked Questions
What was the latest African Nations Championship result?
Madagascar 2-3 Morocco on Saturday 30 August.
How do I get African Nations Championship results via API?
Call the matches endpoint with competition_id=comp_3444 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get African Nations Championship data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.