ASIA · RESULTS
AFC Champions League Elite Results
Latest AFC Champions League Elite results: Al-Jazira 1-4 Al-Ittihad, Pakhtakor Tashkent 3-0 Al Hussein Irbid, Gangwon FC 0-0 Gamba Osaka. Full results with goals, dates and match ids for joining stats and odds are below.
FINAL·Season 26/27·Updated 18 Aug 2026, 10:09 UTC
- Tue 11 Aug, 16:00 UTCAl-Jazira1–4Al-Ittihad
- Tue 11 Aug, 15:00 UTCPakhtakor Tashkent3–0Al Hussein Irbid
- Tue 11 Aug, 10:30 UTCGangwon FC0–0Gamba Osaka
- Tue 11 Aug, 09:30 UTCAdelaide United0–2Công An Hà Nội
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_3020530&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_5432",
"matchday": 300,
"status": "finished",
"utc_date": "2026-08-11T16:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Al-Jazira"
},
"away_team": {
"id": "tm_yyyy",
"name": "Al-Ittihad"
},
"score": {
"home": 1,
"away": 4
}
}
]
}AFC Champions League Elite resources
Frequently Asked Questions
What was the latest AFC Champions League Elite result?
Al-Jazira 1-4 Al-Ittihad on Tuesday 11 August.
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.