ASIA · RESULTS

Saudi Pro League Results

Latest Saudi Pro League results: Al-Ittihad 2-1 Al-Fayha, Al-Qadsiah 3-2 Al-Ahli, Al-Hazem 1-0 Al-Taawoun. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 05:58 UTC
  • Tue 08 Sept, 18:00 UTCAl-Ittihad21Al-Fayha
  • Tue 08 Sept, 18:00 UTCAl-Qadsiah32Al-Ahli
  • Tue 08 Sept, 15:55 UTCAl-Hazem10Al-Taawoun
  • Tue 08 Sept, 15:30 UTCAl-Ettifaq00Al-Faisaly
  • Mon 07 Sept, 18:00 UTCAl-Hilal02Neom SC
  • Mon 07 Sept, 15:30 UTCAl-Khaleej00Al-Riyadh
  • Sat 05 Sept, 18:00 UTCAl-Ittihad21Al-Nassr
  • Sat 05 Sept, 15:55 UTCAl-Taawoun00Al-Fateh
  • Sat 05 Sept, 15:50 UTCAl-Faisaly00Al-Hazem
  • Fri 04 Sept, 18:00 UTCAl-Shabab02Al-Hilal
  • Fri 04 Sept, 18:00 UTCAl-Ahli50Al-Riyadh
  • Fri 04 Sept, 16:00 UTCAbha01Al-Ettifaq
  • Thu 03 Sept, 18:00 UTCAl-Diraiyah Club02Al-Qadsiah
  • Thu 03 Sept, 16:30 UTCNeom SC30Al-Khaleej
  • Thu 03 Sept, 15:55 UTCAl-Fayha22Al-Kholood
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": 6,
      "status": "finished",
      "utc_date": "2026-09-08T18:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Al-Ittihad"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Al-Fayha"
      },
      "score": {
        "home": 2,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Saudi Pro League result?

Al-Ittihad 2-1 Al-Fayha on Tuesday 8 September.

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.