ASIA · RESULTS

Persian Gulf Pro League Results

Latest Persian Gulf Pro League results: Sepahan S.C. 0-2 Tractor FC, Aluminium Arak 0-0 Chador Malu Yazd, Nassaji Mazandaran FC 0-1 Esteghlal FC. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 18 Aug 2026, 21:21 UTC
  • Tue 18 Aug, 16:30 UTCSepahan S.C.02Tractor FC
  • Tue 18 Aug, 16:00 UTCAluminium Arak00Chador Malu Yazd
  • Tue 18 Aug, 15:45 UTCNassaji Mazandaran FC01Esteghlal FC
  • Tue 18 Aug, 15:45 UTCPaykan00Gol Gohar Sirjan
  • Sat 15 Aug, 16:35 UTCSanat Naft Abadan11Malavan Bandar Anzali FC
  • Sat 15 Aug, 16:00 UTCZob Ahan00Foolad Khuzestan
  • Sat 15 Aug, 16:00 UTCShams Azar Qazvin02Persepolis FC
  • Fri 14 Aug, 16:45 UTCGol Gohar Sirjan10Nassaji Mazandaran FC
  • Fri 14 Aug, 16:30 UTCChador Malu Yazd02Sepahan S.C.
  • Fri 14 Aug, 16:30 UTCEsteghlal Khuzestan02Aluminium Arak
  • Fri 14 Aug, 16:00 UTCEsteghlal FC40Mes Shahr Babak
  • Fri 14 Aug, 16:00 UTCKheybar Khorramabad FC11Fajr Sepasi FC
  • Fri 14 Aug, 14:30 UTCTractor FC20Paykan
Get this via API

Get Persian Gulf Pro League results via API

Fetch the latest final Persian Gulf Pro League scores with competition_id=comp_45001.

GET /football/matches?competition_id=comp_45001&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_45001&season_id=sn_9646944&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_45001",
      "matchday": 2,
      "status": "finished",
      "utc_date": "2026-08-18T16:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Sepahan S.C."
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Tractor FC"
      },
      "score": {
        "home": 0,
        "away": 2
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Persian Gulf Pro League result?

Sepahan S.C. 0-2 Tractor FC on Tuesday 18 August.

How do I get Persian Gulf Pro League results via API?

Call the matches endpoint with competition_id=comp_45001 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Persian Gulf Pro League data via API

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