ASIA · RESULTS
World Championship Qual. AFC Results
Latest World Championship Qual. AFC results: Iraq 2-1 United Arab Emirates, United Arab Emirates 1-1 Iraq, Saudi Arabia 0-0 Iraq. Full results with goals, dates and match ids for joining stats and odds are below.
FINAL·Season 23-25·Updated 26 Jul 2026, 03:42 UTC
- Tue 18 Nov, 16:00 UTCIraq2–1United Arab Emirates
- Thu 13 Nov, 16:00 UTCUnited Arab Emirates1–1Iraq
- Tue 14 Oct, 18:45 UTCSaudi Arabia0–0Iraq
- Tue 14 Oct, 17:00 UTCQatar2–1United Arab Emirates
- Sat 11 Oct, 19:30 UTCIraq1–0Indonesia
- Sat 11 Oct, 17:15 UTCUnited Arab Emirates2–1Oman
- Wed 08 Oct, 17:15 UTCIndonesia2–3Saudi Arabia
- Wed 08 Oct, 15:00 UTCOman0–0Qatar
- Tue 10 Jun, 18:15 UTCSaudi Arabia1–2Australia
- Tue 10 Jun, 18:15 UTCPalestine1–1Oman
- Tue 10 Jun, 18:15 UTCJordan0–1Iraq
- Tue 10 Jun, 16:00 UTCIran3–0North Korea
- Tue 10 Jun, 13:45 UTCKyrgyzstan1–1United Arab Emirates
- Tue 10 Jun, 13:45 UTCUzbekistan3–0Qatar
- Tue 10 Jun, 11:00 UTCSouth Korea4–0Kuwait
Get this via API
Get World Championship Qual. AFC results via API
Fetch the latest final World Championship Qual. AFC scores with competition_id=comp_8973.
GET /football/matches?competition_id=comp_8973&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_8973&season_id=sn_884909&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_8973",
"matchday": 29,
"status": "finished",
"utc_date": "2025-11-18T16:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Iraq"
},
"away_team": {
"id": "tm_yyyy",
"name": "United Arab Emirates"
},
"score": {
"home": 2,
"away": 1
}
}
]
}World Championship Qual. AFC resources
Frequently Asked Questions
What was the latest World Championship Qual. AFC result?
Iraq 2-1 United Arab Emirates on Tuesday 18 November.
How do I get World Championship Qual. AFC results via API?
Call the matches endpoint with competition_id=comp_8973 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get World Championship Qual. AFC data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.