ASIA · FIXTURES
UAE Pro League Fixtures
Next UAE Pro League fixtures: Al-Ittihad Kalba v Al Wasl (Friday 21 August), Al-Nasr Dubai v Al-Wahda FC (Friday 21 August), Ajman v Hatta (Saturday 22 August). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 17 Aug 2026, 11:31 UTC
- Fri 21 Aug, 14:00 UTCAl-Ittihad KalbavAl Wasl
- Fri 21 Aug, 16:35 UTCAl-Nasr DubaivAl-Wahda FC
- Sat 22 Aug, 14:00 UTCAjmanvHatta
- Sat 22 Aug, 14:00 UTCShabab Al-Ahli DubaivAl-Dhafra
- Sat 22 Aug, 16:35 UTCAl-AinvKhor Fakkan
- Sun 23 Aug, 14:00 UTCBaniyasvUnited
- Sun 23 Aug, 16:35 UTCAl-SharjahvAl-Jazira
- Fri 28 Aug, 13:55 UTCUnitedvAl-Ittihad Kalba
- Fri 28 Aug, 16:30 UTCAl WaslvShabab Al-Ahli Dubai
- Sat 29 Aug, 13:55 UTCKhor FakkanvAl-Dhafra
- Sat 29 Aug, 13:55 UTCAl-JaziravAjman
- Sat 29 Aug, 16:30 UTCAl-AinvAl-Nasr Dubai
- Sun 30 Aug, 13:55 UTCHattavAl-Sharjah
- Sun 30 Aug, 16:30 UTCAl-Wahda FCvBaniyas
- Fri 04 Sept, 13:45 UTCAl-Ittihad KalbavAl-Ain
Get this via API
Get UAE Pro League fixtures via API
Fetch upcoming UAE Pro League matches with competition_id=comp_29522.
GET /football/matches?competition_id=comp_29522&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_29522&season_id=sn_5749355&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_29522",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-08-21T14:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Al-Ittihad Kalba"
},
"away_team": {
"id": "tm_yyyy",
"name": "Al Wasl"
}
}
]
}Frequently Asked Questions
When is the next UAE Pro League match?
Al-Ittihad Kalba play Al Wasl on Friday 21 August.
How do I get UAE Pro League fixtures via API?
Call the matches endpoint with competition_id=comp_29522 and status=scheduled. 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.