ASIA · RESULTS
AFC Champions League Two Results
Latest AFC Champions League Two results: Al-Nassr 0-1 Gamba Osaka, Al-Nassr 5-1 Al-Ahli Doha, Al-Ahli Doha 3-1 Al Hussein Irbid. 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 16 May, 17:45 UTCAl-Nassr0–1Gamba Osaka
- Wed 22 Apr, 16:00 UTCAl-Nassr5–1Al-Ahli Doha
- Sun 19 Apr, 19:00 UTCAl-Ahli Doha3–1Al Hussein Irbid
- Sun 19 Apr, 14:00 UTCAl Wasl0–4Al-Nassr
- Wed 15 Apr, 12:15 UTCTrue Bangkok United0–3Gamba Osaka
- Wed 08 Apr, 10:00 UTCGamba Osaka0–1True Bangkok United
- Thu 12 Mar, 12:15 UTCTampines Rovers2–2True Bangkok United
- Wed 11 Mar, 12:15 UTCRatchaburi1–1Gamba Osaka
- Thu 05 Mar, 12:15 UTCTrue Bangkok United2–1Tampines Rovers
- Wed 04 Mar, 10:00 UTCGamba Osaka1–1Ratchaburi
- Thu 19 Feb, 10:00 UTCGamba Osaka2–1Pohang Steelers
- Thu 19 Feb, 07:45 UTCMacarthur FC2–2True Bangkok United
- Wed 18 Feb, 18:15 UTCAl-Nassr1–0Arkadag FK
- Wed 18 Feb, 18:15 UTCAl-Ahli Doha0–0Sepahan S.C.
- Wed 18 Feb, 12:15 UTCPersib Bandung1–0Ratchaburi
Get this via API
Get AFC Champions League Two results via API
Fetch the latest final AFC Champions League Two scores with competition_id=comp_8833.
GET /football/matches?competition_id=comp_8833&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_8833&season_id=sn_7240505&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_8833",
"matchday": 29,
"status": "finished",
"utc_date": "2026-05-16T17:45:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Al-Nassr"
},
"away_team": {
"id": "tm_yyyy",
"name": "Gamba Osaka"
},
"score": {
"home": 0,
"away": 1
}
}
]
}Frequently Asked Questions
What was the latest AFC Champions League Two result?
Al-Nassr 0-1 Gamba Osaka on Saturday 16 May.
How do I get AFC Champions League Two results via API?
Call the matches endpoint with competition_id=comp_8833 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 Two data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.