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 UTCMadagascar23Morocco
  • Fri 29 Aug, 15:00 UTCSudan11Senegal
  • Tue 26 Aug, 17:30 UTCMorocco11Senegal
  • Tue 26 Aug, 14:30 UTCMadagascar00Sudan
  • Sat 23 Aug, 17:00 UTCSudan11Algeria
  • Sat 23 Aug, 14:00 UTCUganda01Senegal
  • Fri 22 Aug, 17:00 UTCTanzania01Morocco
  • Fri 22 Aug, 14:00 UTCKenya11Madagascar
  • Tue 19 Aug, 17:00 UTCSudan00Senegal
  • Tue 19 Aug, 17:00 UTCNigeria20Congo Republic
  • Mon 18 Aug, 17:00 UTCAlgeria00Niger
  • Mon 18 Aug, 17:00 UTCSouth Africa33Uganda
  • Sun 17 Aug, 12:00 UTCDR Congo13Morocco
  • Sun 17 Aug, 12:00 UTCZambia01Kenya
  • Sat 16 Aug, 17:00 UTCBurkina Faso12Madagascar
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
      }
    }
  ]
}

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.