ASIA · RESULTS
UAE Pro League Results
Latest UAE Pro League results: Al-Wahda FC 2-2 Al-Ittihad Kalba, Al-Jazira 3-1 Khor Fakkan, Baniyas 2-0 Al Wasl. Full results with goals, dates and match ids for joining stats and odds are below.
FINAL·Season 25/26·Updated 26 Jul 2026, 03:42 UTC
- Thu 09 Apr, 13:55 UTCAl-Wahda FC2–2Al-Ittihad Kalba
- Mon 16 Mar, 17:30 UTCAl-Jazira3–1Khor Fakkan
- Sat 07 Mar, 17:30 UTCBaniyas2–0Al Wasl
- Fri 06 Feb, 13:25 UTCAl-Dhafra2–3Khor Fakkan
- Mon 19 Jan, 15:45 UTCShabab Al-Ahli Dubai7–0Dibba Al-Fujairah
- Fri 02 Jan, 15:45 UTCBaniyas1–2Al-Nasr Dubai
- Sun 21 Dec, 15:30 UTCAl-Jazira4–2Al-Dhafra
- Fri 21 Nov, 12:40 UTCDibba Al-Fujairah1–1Al-Wahda FC
- Sun 21 Sept, 13:30 UTCAl Bataeh0–1Al Wasl
- Fri 12 Sept, 13:40 UTCAl-Dhafra2–1Dibba Al-Fujairah
- Thu 11 Sept, 16:15 UTCShabab Al-Ahli Dubai1–0Baniyas
- Sat 16 Aug, 16:30 UTCAl-Ain2–1Al Bataeh
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_4504621&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_29522",
"matchday": 22,
"status": "finished",
"utc_date": "2026-04-09T13:55:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Al-Wahda FC"
},
"away_team": {
"id": "tm_yyyy",
"name": "Al-Ittihad Kalba"
},
"score": {
"home": 2,
"away": 2
}
}
]
}Frequently Asked Questions
What was the latest UAE Pro League result?
Al-Wahda FC 2-2 Al-Ittihad Kalba on Thursday 9 April.
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.