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-Ahli0–0Machida Zelvia
- Tue 21 Apr, 16:15 UTCMachida Zelvia1–0Shabab Al-Ahli Dubai
- Mon 20 Apr, 16:15 UTCVissel Kobe1–2Al-Ahli
- Sat 18 Apr, 16:15 UTCBuriram United2–2Shabab Al-Ahli Dubai
- Fri 17 Apr, 18:00 UTCMachida Zelvia1–0Al-Ittihad
- Fri 17 Apr, 14:45 UTCAl-Ahli2–1Johor Darul Ta'zim
- Thu 16 Apr, 16:15 UTCAl-Sadd3–3Vissel Kobe
- Tue 14 Apr, 18:00 UTCAl-Ittihad0–0Al-Wahda FC
- Tue 14 Apr, 14:45 UTCTractor FC0–3Shabab Al-Ahli Dubai
- Mon 13 Apr, 18:00 UTCAl-Hilal3–3Al-Sadd
- Mon 13 Apr, 14:45 UTCAl-Ahli0–0Al Duhail
- Wed 11 Mar, 10:00 UTCSanfrecce Hiroshima1–0Johor Darul Ta'zim
- Wed 11 Mar, 10:00 UTCVissel Kobe2–1FC Seoul
- Tue 10 Mar, 12:15 UTCBuriram United0–0Melbourne City
- Tue 10 Mar, 10:00 UTCMachida Zelvia1–0Gangwon 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
}
}
]
}AFC Champions League Elite resources
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.