ASIA · RESULTS

AFC Champions League Elite Results

Latest AFC Champions League Elite results: Al-Ahli 0-0 Machida Zelvia, Machida Zelvia 1-0 Shabab Al-Ahli Dubai, Vissel Kobe 1-2 Al-Ahli. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:35 UTC
  • Sat 25 Apr, 16:15 UTCAl-Ahli00Machida Zelvia
  • Tue 21 Apr, 16:15 UTCMachida Zelvia10Shabab Al-Ahli Dubai
  • Mon 20 Apr, 16:15 UTCVissel Kobe12Al-Ahli
  • Sat 18 Apr, 16:15 UTCBuriram United22Shabab Al-Ahli Dubai
  • Fri 17 Apr, 18:00 UTCMachida Zelvia10Al-Ittihad
  • Fri 17 Apr, 14:45 UTCAl-Ahli21Johor Darul Ta'zim
  • Thu 16 Apr, 16:15 UTCAl-Sadd33Vissel Kobe
  • Tue 14 Apr, 18:00 UTCAl-Ittihad00Al-Wahda FC
  • Tue 14 Apr, 14:45 UTCTractor FC03Shabab Al-Ahli Dubai
  • Mon 13 Apr, 18:00 UTCAl-Hilal33Al-Sadd
  • Mon 13 Apr, 14:45 UTCAl-Ahli00Al Duhail
  • Wed 11 Mar, 10:00 UTCSanfrecce Hiroshima10Johor Darul Ta'zim
  • Wed 11 Mar, 10:00 UTCVissel Kobe21FC Seoul
  • Tue 10 Mar, 12:15 UTCBuriram United00Melbourne City
  • Tue 10 Mar, 10:00 UTCMachida Zelvia10Gangwon FC
Get this via API

Get AFC Champions League Elite results via API

Fetch the latest final AFC Champions League Elite scores with competition_id=comp_5432.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_5432&season_id=sn_1397677&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_5432",
      "matchday": 29,
      "status": "finished",
      "utc_date": "2026-04-25T16:15:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Al-Ahli"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Machida Zelvia"
      },
      "score": {
        "home": 0,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest AFC Champions League Elite result?

Al-Ahli 0-0 Machida Zelvia on Saturday 25 April.

How do I get AFC Champions League Elite results via API?

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

Get AFC Champions League Elite data via API

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