ASIA · FIXTURES
Saudi Pro League Fixtures
Next Saudi Pro League fixtures: Al-Fateh v Al-Ittihad (Saturday 29 August), Al-Ettifaq v Al-Diraiyah Club (Saturday 29 August), Al-Hazem v Al-Shabab (Sunday 30 August). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 18 Aug 2026, 12:35 UTC
- Sat 29 Aug, 18:00 UTCAl-FatehvAl-Ittihad
- Sat 29 Aug, 18:00 UTCAl-EttifaqvAl-Diraiyah Club
- Sun 30 Aug, 16:05 UTCAl-HazemvAl-Shabab
- Sun 30 Aug, 18:00 UTCAl-QadsiahvAl-Faisaly
- Tue 01 Sept, 18:00 UTCAl-HilalvAl-Ahli
- Thu 03 Sept, 15:55 UTCAl-FayhavAl-Kholood
- Thu 03 Sept, 16:30 UTCNeom SCvAl-Khaleej
- Thu 03 Sept, 18:00 UTCAl-Diraiyah ClubvAl-Qadsiah
- Fri 04 Sept, 16:00 UTCAbhavAl-Ettifaq
- Fri 04 Sept, 18:00 UTCAl-ShababvAl-Hilal
- Fri 04 Sept, 18:00 UTCAl-AhlivAl-Riyadh
- Sat 05 Sept, 15:50 UTCAl-FaisalyvAl-Hazem
- Sat 05 Sept, 15:55 UTCAl-TaawounvAl-Fateh
- Sat 05 Sept, 18:00 UTCAl-IttihadvAl-Nassr
- Mon 07 Sept, 15:30 UTCAl-KhaleejvAl-Riyadh
Get this via API
Get Saudi Pro League fixtures via API
Fetch upcoming Saudi Pro League matches with competition_id=comp_45025.
GET /football/matches?competition_id=comp_45025&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_45025&season_id=sn_4515588&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_45025",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-08-29T18:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Al-Fateh"
},
"away_team": {
"id": "tm_yyyy",
"name": "Al-Ittihad"
}
}
]
}Frequently Asked Questions
When is the next Saudi Pro League match?
Al-Fateh play Al-Ittihad on Saturday 29 August.
How do I get Saudi Pro League fixtures via API?
Call the matches endpoint with competition_id=comp_45025 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get Saudi Pro League data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.