ASIA · FIXTURES

UAE Pro League Fixtures

Next UAE Pro League fixtures: Al-Jazira v Al-Nasr Dubai (Thursday 10 September), United v Shabab Al-Ahli Dubai (Thursday 10 September), Al-Ain v Al Wasl (Thursday 10 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 08 Sept 2026, 21:34 UTC
  • Thu 10 Sept, 13:40 UTCAl-JaziravAl-Nasr Dubai
  • Thu 10 Sept, 13:40 UTCUnitedvShabab Al-Ahli Dubai
  • Thu 10 Sept, 16:15 UTCAl-AinvAl Wasl
  • Fri 11 Sept, 13:40 UTCKhor FakkanvBaniyas
  • Fri 11 Sept, 13:40 UTCHattavAl-Dhafra
  • Fri 11 Sept, 16:15 UTCAl-Wahda FCvAl-Sharjah
  • Fri 11 Sept, 16:15 UTCAjmanvAl-Ittihad Kalba
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-09-10T13:40:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Al-Jazira"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Al-Nasr Dubai"
      }
    }
  ]
}

Frequently Asked Questions

When is the next UAE Pro League match?

Al-Jazira play Al-Nasr Dubai on Thursday 10 September.

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.