ASIA · RESULTS

Persian Gulf Pro League Results

Latest Persian Gulf Pro League results: Foolad Khuzestan 1-0 Fajr Sepasi FC, Persepolis FC 2-0 Zob Ahan, Nassaji Mazandaran FC 1-0 Kheybar Khorramabad FC. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 08 Sept 2026, 23:20 UTC
  • Mon 07 Sept, 16:30 UTCFoolad Khuzestan10Fajr Sepasi FC
  • Mon 07 Sept, 15:30 UTCPersepolis FC20Zob Ahan
  • Mon 07 Sept, 15:30 UTCNassaji Mazandaran FC10Kheybar Khorramabad FC
  • Mon 07 Sept, 15:15 UTCMes Shahr Babak12Malavan Bandar Anzali FC
  • Sun 06 Sept, 15:30 UTCAluminium Arak00Esteghlal FC
  • Sun 06 Sept, 15:30 UTCSepahan S.C.10Esteghlal Khuzestan
  • Sun 06 Sept, 15:30 UTCChador Malu Yazd10Shams Azar Qazvin
  • Sun 06 Sept, 15:15 UTCPaykan20Sanat Naft Abadan
  • Sat 05 Sept, 14:45 UTCTractor FC10Gol Gohar Sirjan
  • Thu 03 Sept, 15:30 UTCFajr Sepasi FC11Mes Shahr Babak
  • Wed 02 Sept, 17:00 UTCSanat Naft Abadan00Sepahan S.C.
  • Wed 02 Sept, 16:00 UTCEsteghlal FC11Persepolis FC
  • Wed 02 Sept, 15:00 UTCKheybar Khorramabad FC20Foolad Khuzestan
  • Wed 02 Sept, 14:30 UTCZob Ahan10Paykan
  • Wed 02 Sept, 14:30 UTCMalavan Bandar Anzali FC01Nassaji Mazandaran FC
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": 6,
      "status": "finished",
      "utc_date": "2026-09-07T16:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Foolad Khuzestan"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Fajr Sepasi FC"
      },
      "score": {
        "home": 1,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Persian Gulf Pro League result?

Foolad Khuzestan 1-0 Fajr Sepasi FC on Monday 7 September.

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.