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 UTCIraq21United Arab Emirates
  • Thu 13 Nov, 16:00 UTCUnited Arab Emirates11Iraq
  • Tue 14 Oct, 18:45 UTCSaudi Arabia00Iraq
  • Tue 14 Oct, 17:00 UTCQatar21United Arab Emirates
  • Sat 11 Oct, 19:30 UTCIraq10Indonesia
  • Sat 11 Oct, 17:15 UTCUnited Arab Emirates21Oman
  • Wed 08 Oct, 17:15 UTCIndonesia23Saudi Arabia
  • Wed 08 Oct, 15:00 UTCOman00Qatar
  • Tue 10 Jun, 18:15 UTCSaudi Arabia12Australia
  • Tue 10 Jun, 18:15 UTCPalestine11Oman
  • Tue 10 Jun, 18:15 UTCJordan01Iraq
  • Tue 10 Jun, 16:00 UTCIran30North Korea
  • Tue 10 Jun, 13:45 UTCKyrgyzstan11United Arab Emirates
  • Tue 10 Jun, 13:45 UTCUzbekistan30Qatar
  • Tue 10 Jun, 11:00 UTCSouth Korea40Kuwait
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
      }
    }
  ]
}

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.