ASIA · FIXTURES
AFC Champions League Elite Fixtures
Next AFC Champions League Elite fixtures: Neftchi Fargona v Al-Quwa Al-Jawiya (Monday 14 September), Shabab Al-Ahli Dubai v Tractor FC (Monday 14 September), Al Shamal SC v Al-Ittihad (Monday 14 September). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 09 Sept 2026, 05:27 UTC
- Mon 14 Sept, 13:45 UTCNeftchi FargonavAl-Quwa Al-Jawiya
- Mon 14 Sept, 16:00 UTCShabab Al-Ahli DubaivTractor FC
- Mon 14 Sept, 16:00 UTCAl Shamal SCvAl-Ittihad
- Mon 14 Sept, 18:15 UTCAl-AhlivPakhtakor Tashkent
- Mon 14 Sept, 18:15 UTCAl-QadsiahvAl Wasl
- Mon 14 Sept, 18:15 UTCEsteghlal FCvAl-Sadd
- Tue 15 Sept, 10:00 UTCKashima AntlersvNewcastle Jets
- Tue 15 Sept, 10:00 UTCRatchaburivShanghai Port
- Tue 15 Sept, 10:00 UTCGamba OsakavCông An Hà Nội
- Tue 15 Sept, 10:00 UTCDaejeon Hana CitizenvKyoto Sanga FC
- Tue 15 Sept, 12:15 UTCBeijing GuoanvPohang Steelers
- Tue 15 Sept, 12:15 UTCJohor Darul Ta'zimvBuriram United
- Tue 15 Sept, 16:00 UTCAl-AinvAl-Nassr
- Tue 15 Sept, 18:15 UTCAl-HilalvAl-Gharafa
- Wed 16 Sept, 10:00 UTCJeonbuk Hyundai MotorsvKashiwa Reysol
Get this via API
Get AFC Champions League Elite fixtures via API
Fetch upcoming AFC Champions League Elite matches with competition_id=comp_5432.
GET /football/matches?competition_id=comp_5432&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_5432&season_id=sn_3020530&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_5432",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-14T13:45:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Neftchi Fargona"
},
"away_team": {
"id": "tm_yyyy",
"name": "Al-Quwa Al-Jawiya"
}
}
]
}AFC Champions League Elite resources
Frequently Asked Questions
When is the next AFC Champions League Elite match?
Neftchi Fargona play Al-Quwa Al-Jawiya on Monday 14 September.
How do I get AFC Champions League Elite fixtures via API?
Call the matches endpoint with competition_id=comp_5432 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 Elite data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.