ASIA · RESULTS
Saudi Pro League Results
Latest Saudi Pro League results: Al-Nassr 3-0 Al-Fateh, Al-Ittihad 1-1 Al-Kholood, Al-Taawoun 0-0 Al-Khaleej. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 18 Aug 2026, 16:19 UTC
- Sat 15 Aug, 18:00 UTCAl-Nassr3–0Al-Fateh
- Sat 15 Aug, 18:00 UTCAl-Ittihad1–1Al-Kholood
- Sat 15 Aug, 16:15 UTCAl-Taawoun0–0Al-Khaleej
- Fri 14 Aug, 18:00 UTCAl-Hilal4–2Al-Faisaly
- Fri 14 Aug, 18:00 UTCAl-Ettifaq4–2Al-Riyadh
- Fri 14 Aug, 16:50 UTCNeom SC2–1Al-Fayha
- Thu 13 Aug, 18:00 UTCAl-Diraiyah Club0–1Al-Ahli
- Thu 13 Aug, 18:00 UTCAl-Shabab1–3Al-Qadsiah
- Thu 13 Aug, 16:15 UTCAbha1–2Al-Hazem
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_4515588&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_45025",
"matchday": 1,
"status": "finished",
"utc_date": "2026-08-15T18:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Al-Nassr"
},
"away_team": {
"id": "tm_yyyy",
"name": "Al-Fateh"
},
"score": {
"home": 3,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest Saudi Pro League result?
Al-Nassr 3-0 Al-Fateh on Saturday 15 August.
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.