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-Riyadh10Al-Okhdood
  • Thu 21 May, 18:00 UTCNeom SC11Al-Ettifaq
  • Thu 21 May, 18:00 UTCAl-Nassr41Damac FC
  • Thu 21 May, 18:00 UTCAl-Kholood00Al-Fateh
  • Thu 21 May, 18:00 UTCAl-Ittihad15Al-Qadsiah
  • Thu 21 May, 18:00 UTCAl-Hazem20Al-Taawoun
  • Thu 21 May, 18:00 UTCAl-Fayha01Al-Hilal
  • Wed 20 May, 18:00 UTCAl-Najma SC10Al-Shabab
  • Wed 20 May, 18:00 UTCAl-Khaleej14Al-Ahli
  • Sun 17 May, 18:00 UTCAl-Shabab32Al-Ittihad
  • Sat 16 May, 18:00 UTCAl-Ahli30Al-Kholood
  • Sat 16 May, 16:05 UTCAl-Okhdood31Al-Khaleej
  • Sat 16 May, 16:05 UTCAl-Hilal20Neom SC
  • Fri 15 May, 18:00 UTCAl-Taawoun11Al-Riyadh
  • Fri 15 May, 16:15 UTCDamac FC30Al-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.