ASIA · RESULTS
Saudi Pro League Results
Latest Saudi Pro League results: Al-Riyadh 1-0 Al-Okhdood, Neom SC 1-1 Al-Ettifaq, Al-Nassr 4-1 Damac FC. Full results with goals, dates and match ids for joining stats and odds are below.
FINAL·Season 25/26·Updated 26 Jul 2026, 03:41 UTC
- Thu 21 May, 18:00 UTCAl-Riyadh1–0Al-Okhdood
- Thu 21 May, 18:00 UTCNeom SC1–1Al-Ettifaq
- Thu 21 May, 18:00 UTCAl-Nassr4–1Damac FC
- Thu 21 May, 18:00 UTCAl-Kholood0–0Al-Fateh
- Thu 21 May, 18:00 UTCAl-Ittihad1–5Al-Qadsiah
- Thu 21 May, 18:00 UTCAl-Hazem2–0Al-Taawoun
- Thu 21 May, 18:00 UTCAl-Fayha0–1Al-Hilal
- Wed 20 May, 18:00 UTCAl-Najma SC1–0Al-Shabab
- Wed 20 May, 18:00 UTCAl-Khaleej1–4Al-Ahli
- Sun 17 May, 18:00 UTCAl-Shabab3–2Al-Ittihad
- Sat 16 May, 18:00 UTCAl-Ahli3–0Al-Kholood
- Sat 16 May, 16:05 UTCAl-Okhdood3–1Al-Khaleej
- Sat 16 May, 16:05 UTCAl-Hilal2–0Neom SC
- Fri 15 May, 18:00 UTCAl-Taawoun1–1Al-Riyadh
- Fri 15 May, 16:15 UTCDamac FC3–0Al-Fayha
Get this via API
Get Saudi Pro League results via API
Fetch the latest final Saudi Pro League scores with competition_id=comp_45025.
GET /football/matches?competition_id=comp_45025&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_45025&season_id=sn_5718177&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_45025",
"matchday": 34,
"status": "finished",
"utc_date": "2026-05-21T18:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Al-Riyadh"
},
"away_team": {
"id": "tm_yyyy",
"name": "Al-Okhdood"
},
"score": {
"home": 1,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest Saudi Pro League result?
Al-Riyadh 1-0 Al-Okhdood on Thursday 21 May.
How do I get Saudi Pro League results via API?
Call the matches endpoint with competition_id=comp_45025 and status=finished. 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.