ASIA · FIXTURES
AFC Champions League Two Fixtures
Next AFC Champions League Two fixtures: Arkadag FK v Al-Muharraq (Tuesday 15 September), Gol Gohar Sirjan v Al-Jazira (Tuesday 15 September), FC Seoul v Persib Bandung (Wednesday 16 September). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 09 Sept 2026, 08:38 UTC
- Tue 15 Sept, 13:45 UTCArkadag FKvAl-Muharraq
- Tue 15 Sept, 13:45 UTCGol Gohar SirjanvAl-Jazira
- Wed 16 Sept, 10:00 UTCFC SeoulvPersib Bandung
- Wed 16 Sept, 12:15 UTCThể Công - ViettelvMelbourne Victory
- Wed 16 Sept, 16:00 UTCAl Hussein IrbidvEast Bengal FC
- Wed 16 Sept, 16:00 UTCAl-NahdavAl-Taawoun
- Wed 16 Sept, 16:00 UTCAl-Wahda FCvAl Kuwait SC
- Wed 16 Sept, 16:00 UTCAl KhalidiyahvNasaf Qarshi
- Wed 16 Sept, 18:15 UTCAl-RayyanvAl Faisaly SC
- Wed 16 Sept, 18:15 UTCAl-ShortavAl Seeb
- Thu 17 Sept, 10:00 UTCMachida ZelviavSvay Rieng FC
- Thu 17 Sept, 10:00 UTCLion City SailorsvBG Pathum United
- Thu 17 Sept, 10:00 UTCAdelaide UnitedvWofoo Tai Po
- Thu 17 Sept, 12:15 UTCPhnom Penh CrownvKuching City
- Thu 17 Sept, 12:15 UTCKitchee SCvGangwon FC
Get this via API
Get AFC Champions League Two fixtures via API
Fetch upcoming AFC Champions League Two matches with competition_id=comp_8833.
GET /football/matches?competition_id=comp_8833&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_8833&season_id=sn_4582107&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_8833",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-15T13:45:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Arkadag FK"
},
"away_team": {
"id": "tm_yyyy",
"name": "Al-Muharraq"
}
}
]
}Frequently Asked Questions
When is the next AFC Champions League Two match?
Arkadag FK play Al-Muharraq on Tuesday 15 September.
How do I get AFC Champions League Two fixtures via API?
Call the matches endpoint with competition_id=comp_8833 and status=scheduled. 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.