ASIA · FIXTURES

Saudi Pro League Fixtures

Next Saudi Pro League fixtures: Al-Kholood v Al-Shabab (Wednesday 9 September), Al-Nassr v Abha (Wednesday 9 September), Al-Fateh v Al-Diraiyah Club (Wednesday 9 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 06:07 UTC
  • Wed 09 Sept, 15:55 UTCAl-KholoodvAl-Shabab
  • Wed 09 Sept, 18:00 UTCAl-NassrvAbha
  • Wed 09 Sept, 18:00 UTCAl-FatehvAl-Diraiyah Club
  • Fri 11 Sept, 15:25 UTCAl-QadsiahvAl-Ettifaq
  • Fri 11 Sept, 15:45 UTCAl-FaisalyvAl-Ittihad
  • Fri 11 Sept, 18:00 UTCAl-AhlivAl-Hazem
  • Sat 12 Sept, 15:50 UTCAl-TaawounvAl-Hilal
  • Sat 12 Sept, 18:00 UTCAl-ShababvAl-Fayha
  • Sat 12 Sept, 18:00 UTCAl-KhaleejvAl-Nassr
  • Sun 13 Sept, 16:20 UTCNeom SCvAl-Fateh
  • Sun 13 Sept, 18:00 UTCAl-Diraiyah ClubvAbha
  • Sun 13 Sept, 18:00 UTCAl-RiyadhvAl-Kholood
  • Thu 17 Sept, 21:00 UTCAbhavAl-Faisaly
  • Thu 17 Sept, 21:00 UTCAl-ShababvAl-Taawoun
  • Thu 17 Sept, 21:00 UTCAl-NassrvAl-Diraiyah Club
Get this via API

Get Saudi Pro League fixtures via API

Fetch upcoming Saudi Pro League matches with competition_id=comp_45025.

GET /football/matches?competition_id=comp_45025&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_45025&season_id=sn_4515588&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_45025",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-09T15:55:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Al-Kholood"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Al-Shabab"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Saudi Pro League match?

Al-Kholood play Al-Shabab on Wednesday 9 September.

How do I get Saudi Pro League fixtures via API?

Call the matches endpoint with competition_id=comp_45025 and status=scheduled. 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.