ASIA · LEAGUE TABLE

Persian Gulf Pro League Table

Persian Gulf Pro League 25/26 final table: Esteghlal FC finished top with 41 points from 22 matches, 2 points ahead of Tractor FC. Mes Rafsanjan FC sit bottom on 15. Full table with goal difference and form below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:34 UTC
Persian Gulf Pro League league table
#TeamPWDLGFGAGDPts
1Esteghlal FC2211932916+1341
2Tractor FC2210933012+1839
3Sepahan S.C.2211652413+1139
4Gol Gohar Sirjan2310672424036
5Chador Malu Yazd229852719+835
6Persepolis FC229762319+434
7Foolad Khuzestan2271152116+531
8Fajr Sepasi FC238692527-230
9Kheybar Khorramabad FC237882224-229
10Malavan Bandar Anzali FC227871321-829
11Esteghlal Khuzestan226791623-725
12Paykan235991521-624
13Shams Azar Qazvin2331371519-422
14Aluminium Arak2257101421-722
15Zob Ahan2131181219-720
16Mes Rafsanjan FC2236131329-1615
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_5717623/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Esteghlal FC"
      },
      "position": 1,
      "matches_played": 22,
      "wins": 11,
      "draws": 9,
      "losses": 3,
      "goals_for": 29,
      "goals_against": 16,
      "goal_difference": 13,
      "points": 41
    }
  ]
}

Frequently Asked Questions

Who is top of the Persian Gulf Pro League?

Esteghlal FC finished top of the Persian Gulf Pro League 25/26 with 41 points, 2 ahead of Tractor FC.

How many teams are in the Persian Gulf Pro League?

16 teams compete in the Persian Gulf Pro League 25/26.

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 6 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.