ASIA · RESULTS
UAE Pro League Results
Latest UAE Pro League results: Baniyas 2-4 Al-Ain, Hatta 0-2 Al-Jazira, Al Wasl 5-1 United. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 17 Aug 2026, 11:31 UTC
- Sun 16 Aug, 16:45 UTCBaniyas2–4Al-Ain
- Sun 16 Aug, 14:10 UTCHatta0–2Al-Jazira
- Sat 15 Aug, 16:45 UTCAl Wasl5–1United
- Sat 15 Aug, 16:45 UTCKhor Fakkan1–5Shabab Al-Ahli Dubai
- Sat 15 Aug, 14:10 UTCAl-Dhafra1–3Al-Sharjah
- Fri 14 Aug, 16:45 UTCAl-Wahda FC2–3Ajman
- Fri 14 Aug, 14:10 UTCAl-Nasr Dubai2–2Al-Ittihad Kalba
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": 1,
"status": "finished",
"utc_date": "2026-08-16T16:45:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Baniyas"
},
"away_team": {
"id": "tm_yyyy",
"name": "Al-Ain"
},
"score": {
"home": 2,
"away": 4
}
}
]
}Frequently Asked Questions
What was the latest UAE Pro League result?
Baniyas 2-4 Al-Ain on Sunday 16 August.
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.