ASIA · LEAGUE TABLE

Persian Gulf Pro League Table

As of 8 September 2026, Tractor FC lead the Persian Gulf Pro League 26/27 with 16 points from 6 matches, 3 points clear of Persepolis FC. Esteghlal Khuzestan sit bottom on 3. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 08 Sept 2026, 23:36 UTC
Persian Gulf Pro League league table
#TeamPWDLGFGAGDPts
1Tractor FC651080+816
2Persepolis FC6411123+913
3Esteghlal FC633081+712
4Aluminium Arak633083+512
5Sepahan S.C.631254+110
6Foolad Khuzestan623153+29
7Paykan62225508
8Fajr Sepasi FC61413307
9Gol Gohar Sirjan621345-17
10Nassaji Mazandaran FC621335-27
11Malavan Bandar Anzali FC621358-37
12Kheybar Khorramabad FC61328806
13Zob Ahan613235-26
14Shams Azar Qazvin612346-25
15Chador Malu Yazd612328-65
16Mes Shahr Babak604249-54
17Sanat Naft Abadan604216-54
18Esteghlal Khuzestan603339-63
Get this via API

Get the Persian Gulf Pro League table via API

Fetch the live Persian Gulf Pro League standings with competition_id=comp_45001. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_45001/seasons/sn_9646944/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Tractor FC"
      },
      "position": 1,
      "matches_played": 6,
      "wins": 5,
      "draws": 1,
      "losses": 0,
      "goals_for": 8,
      "goals_against": 0,
      "goal_difference": 8,
      "points": 16
    }
  ]
}

Frequently Asked Questions

Who is top of the Persian Gulf Pro League?

Tractor FC are top of the Persian Gulf Pro League 26/27 with 16 points from 6 matches, 3 points clear of Persepolis FC.

How many teams are in the Persian Gulf Pro League?

18 teams compete in the Persian Gulf Pro League 26/27.

How do I get the Persian Gulf Pro League table via API?

Call the standings endpoint with competition_id=comp_45001 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 Persian Gulf Pro League data are available?

TheStatsAPI has 7 seasons of Persian Gulf Pro League data, going back to 20/21, including historical final tables.

Get Persian Gulf Pro League data via API

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