ASIA · RESULTS

UAE Pro League Results

Latest UAE Pro League results: Al-Dhafra 0-1 Al-Wahda FC, Al-Nasr Dubai 1-2 Ajman, Shabab Al-Ahli Dubai 1-3 Al-Jazira. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 08 Sept 2026, 21:34 UTC
  • Sun 06 Sept, 16:15 UTCAl-Dhafra01Al-Wahda FC
  • Sun 06 Sept, 13:45 UTCAl-Nasr Dubai12Ajman
  • Sat 05 Sept, 16:15 UTCShabab Al-Ahli Dubai13Al-Jazira
  • Sat 05 Sept, 13:45 UTCBaniyas01Hatta
  • Sat 05 Sept, 13:45 UTCAl-Sharjah43United
  • Fri 04 Sept, 16:15 UTCAl Wasl52Khor Fakkan
  • Fri 04 Sept, 13:45 UTCAl-Ittihad Kalba02Al-Ain
  • Sun 30 Aug, 16:30 UTCAl-Wahda FC21Baniyas
  • Sun 30 Aug, 13:55 UTCHatta03Al-Sharjah
  • Sat 29 Aug, 16:30 UTCAl-Ain21Al-Nasr Dubai
  • Sat 29 Aug, 13:55 UTCKhor Fakkan20Al-Dhafra
  • Sat 29 Aug, 13:55 UTCAl-Jazira30Ajman
  • Fri 28 Aug, 16:30 UTCAl Wasl01Shabab Al-Ahli Dubai
  • Fri 28 Aug, 13:55 UTCUnited41Al-Ittihad Kalba
  • Sun 23 Aug, 16:35 UTCAl-Sharjah02Al-Jazira
Get this via API

Get UAE Pro League results via API

Fetch the latest final UAE Pro League scores with competition_id=comp_29522.

GET /football/matches?competition_id=comp_29522&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_29522&season_id=sn_5749355&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_29522",
      "matchday": 4,
      "status": "finished",
      "utc_date": "2026-09-06T16:15:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Al-Dhafra"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Al-Wahda FC"
      },
      "score": {
        "home": 0,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest UAE Pro League result?

Al-Dhafra 0-1 Al-Wahda FC on Sunday 6 September.

How do I get UAE Pro League results via API?

Call the matches endpoint with competition_id=comp_29522 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get UAE Pro League data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.