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-Dhafra0–1Al-Wahda FC
- Sun 06 Sept, 13:45 UTCAl-Nasr Dubai1–2Ajman
- Sat 05 Sept, 16:15 UTCShabab Al-Ahli Dubai1–3Al-Jazira
- Sat 05 Sept, 13:45 UTCBaniyas0–1Hatta
- Sat 05 Sept, 13:45 UTCAl-Sharjah4–3United
- Fri 04 Sept, 16:15 UTCAl Wasl5–2Khor Fakkan
- Fri 04 Sept, 13:45 UTCAl-Ittihad Kalba0–2Al-Ain
- Sun 30 Aug, 16:30 UTCAl-Wahda FC2–1Baniyas
- Sun 30 Aug, 13:55 UTCHatta0–3Al-Sharjah
- Sat 29 Aug, 16:30 UTCAl-Ain2–1Al-Nasr Dubai
- Sat 29 Aug, 13:55 UTCKhor Fakkan2–0Al-Dhafra
- Sat 29 Aug, 13:55 UTCAl-Jazira3–0Ajman
- Fri 28 Aug, 16:30 UTCAl Wasl0–1Shabab Al-Ahli Dubai
- Fri 28 Aug, 13:55 UTCUnited4–1Al-Ittihad Kalba
- Sun 23 Aug, 16:35 UTCAl-Sharjah0–2Al-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.