ASIA · FIXTURES

Persian Gulf Pro League Fixtures

Next Persian Gulf Pro League fixtures: Shams Azar Qazvin v Gol Gohar Sirjan (Thursday 10 September), Esteghlal Khuzestan v Tractor FC (Thursday 10 September), Esteghlal FC v Paykan (Thursday 10 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 08:00 UTC
  • Thu 10 Sept, 15:30 UTCShams Azar QazvinvGol Gohar Sirjan
  • Thu 10 Sept, 15:30 UTCEsteghlal KhuzestanvTractor FC
  • Thu 10 Sept, 15:30 UTCEsteghlal FCvPaykan
  • Sat 12 Sept, 15:30 UTCZob AhanvSepahan S.C.
  • Sat 12 Sept, 16:30 UTCSanat Naft AbadanvChador Malu Yazd
  • Sun 13 Sept, 15:30 UTCKheybar Khorramabad FCvPersepolis FC
  • Sun 13 Sept, 15:30 UTCMes Shahr BabakvNassaji Mazandaran FC
  • Sun 13 Sept, 15:30 UTCMalavan Bandar Anzali FCvFoolad Khuzestan
  • Sun 13 Sept, 16:00 UTCFajr Sepasi FCvAluminium Arak
Get this via API

Get Persian Gulf Pro League fixtures via API

Fetch upcoming Persian Gulf Pro League matches with competition_id=comp_45001.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_45001&season_id=sn_9646944&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_45001",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-10T15:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Shams Azar Qazvin"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Gol Gohar Sirjan"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Persian Gulf Pro League match?

Shams Azar Qazvin play Gol Gohar Sirjan on Thursday 10 September.

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

Call the matches endpoint with competition_id=comp_45001 and status=scheduled. 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.