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-Nassr30Al-Fateh
  • Sat 15 Aug, 18:00 UTCAl-Ittihad11Al-Kholood
  • Sat 15 Aug, 16:15 UTCAl-Taawoun00Al-Khaleej
  • Fri 14 Aug, 18:00 UTCAl-Hilal42Al-Faisaly
  • Fri 14 Aug, 18:00 UTCAl-Ettifaq42Al-Riyadh
  • Fri 14 Aug, 16:50 UTCNeom SC21Al-Fayha
  • Thu 13 Aug, 18:00 UTCAl-Diraiyah Club01Al-Ahli
  • Thu 13 Aug, 18:00 UTCAl-Shabab13Al-Qadsiah
  • Thu 13 Aug, 16:15 UTCAbha12Al-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.