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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Al-Jazira | 4 | 4 | 0 | 0 | 10 | 1 | +9 | 12 |
| 2 | Al-Ain | 4 | 4 | 0 | 0 | 10 | 3 | +7 | 12 |
| 3 | Al Wasl | 4 | 3 | 0 | 1 | 13 | 4 | +9 | 9 |
| 4 | Shabab Al-Ahli Dubai | 4 | 3 | 0 | 1 | 9 | 4 | +5 | 9 |
| 5 | Al-Sharjah | 4 | 3 | 0 | 1 | 10 | 6 | +4 | 9 |
| 6 | Ajman | 4 | 3 | 0 | 1 | 9 | 9 | 0 | 9 |
| 7 | Al-Wahda FC | 4 | 2 | 0 | 2 | 5 | 5 | 0 | 6 |
| 8 | United | 4 | 2 | 0 | 2 | 11 | 12 | -1 | 6 |
| 9 | Al-Nasr Dubai | 4 | 1 | 1 | 2 | 5 | 6 | -1 | 4 |
| 10 | Hatta | 4 | 1 | 0 | 3 | 4 | 9 | -5 | 3 |
| 11 | Khor Fakkan | 4 | 1 | 0 | 3 | 5 | 12 | -7 | 3 |
| 12 | Al-Ittihad Kalba | 4 | 0 | 1 | 3 | 3 | 11 | -8 | 1 |
| 13 | Baniyas | 4 | 0 | 0 | 4 | 5 | 10 | -5 | 0 |
| 14 | Al-Dhafra | 4 | 0 | 0 | 4 | 1 | 8 | -7 | 0 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_29522/seasons/sn_5749355/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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
}
]
}UAE Pro League resources
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.