ASIA · LEAGUE TABLE

UAE Pro League Table

As of 9 September 2026, Al-Jazira lead the UAE Pro League 26/27 with 12 points from 4 matches, level on points with Al-Ain. Al-Dhafra sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 08:05 UTC
UAE Pro League league table
#TeamPWDLGFGAGDPts
1Al-Jazira4400101+912
2Al-Ain4400103+712
3Al Wasl4301134+99
4Shabab Al-Ahli Dubai430194+59
5Al-Sharjah4301106+49
6Ajman43019909
7Al-Wahda FC42025506
8United42021112-16
9Al-Nasr Dubai411256-14
10Hatta410349-53
11Khor Fakkan4103512-73
12Al-Ittihad Kalba4013311-81
13Baniyas4004510-50
14Al-Dhafra400418-70
Get this via API

Get the UAE Pro League table via API

Fetch the live UAE Pro League standings with competition_id=comp_29522. The same shape works for every competition and season.

GET /football/competitions/comp_29522/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_29522/seasons/sn_5749355/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Al-Jazira"
      },
      "position": 1,
      "matches_played": 4,
      "wins": 4,
      "draws": 0,
      "losses": 0,
      "goals_for": 10,
      "goals_against": 1,
      "goal_difference": 9,
      "points": 12
    }
  ]
}

Frequently Asked Questions

Who is top of the UAE Pro League?

Al-Jazira are top of the UAE Pro League 26/27 with 12 points from 4 matches.

How many teams are in the UAE Pro League?

14 teams compete in the UAE Pro League 26/27.

How do I get the UAE Pro League table via API?

Call the standings endpoint with competition_id=comp_29522 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of UAE Pro League data are available?

TheStatsAPI has 5 seasons of UAE Pro League data, going back to 17/18, including historical final tables.

Get UAE Pro League data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.