ASIA · FIXTURES
Persian Gulf Pro League Fixtures
Next Persian Gulf Pro League fixtures: Nassaji Mazandaran FC v Esteghlal FC (Tuesday 18 August), Paykan v Gol Gohar Sirjan (Tuesday 18 August), Aluminium Arak v Chador Malu Yazd (Tuesday 18 August). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 17 Aug 2026, 02:01 UTC
- Tue 18 Aug, 15:45 UTCNassaji Mazandaran FCvEsteghlal FC
- Tue 18 Aug, 15:45 UTCPaykanvGol Gohar Sirjan
- Tue 18 Aug, 16:00 UTCAluminium ArakvChador Malu Yazd
- Tue 18 Aug, 16:30 UTCSepahan S.C.vTractor FC
- Wed 19 Aug, 16:00 UTCFajr Sepasi FCvSanat Naft Abadan
- Wed 19 Aug, 16:00 UTCMes Shahr BabakvKheybar Khorramabad FC
- Wed 19 Aug, 16:00 UTCMalavan Bandar Anzali FCvZob Ahan
- Wed 19 Aug, 16:00 UTCPersepolis FCvEsteghlal Khuzestan
- Wed 19 Aug, 17:00 UTCFoolad KhuzestanvShams Azar Qazvin
- Sun 23 Aug, 16:00 UTCShams Azar QazvinvAluminium Arak
- Sun 23 Aug, 16:00 UTCEsteghlal FCvSepahan S.C.
- Sun 23 Aug, 17:00 UTCEsteghlal KhuzestanvNassaji Mazandaran FC
- Mon 24 Aug, 15:00 UTCTractor FCvPersepolis FC
- Mon 24 Aug, 16:00 UTCKheybar Khorramabad FCvPaykan
- Mon 24 Aug, 16:00 UTCZob AhanvMes Shahr Babak
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-08-18T15:45:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Nassaji Mazandaran FC"
},
"away_team": {
"id": "tm_yyyy",
"name": "Esteghlal FC"
}
}
]
}Frequently Asked Questions
When is the next Persian Gulf Pro League match?
Nassaji Mazandaran FC play Esteghlal FC on Tuesday 18 August.
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.