ASIA · LEAGUE TABLE

Saudi Pro League Table

As of 9 September 2026, Al-Hilal lead the Saudi Pro League 26/27 with 15 points from 6 matches, level on points with Al-Qadsiah. Abha sit bottom on 1. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 07:08 UTC
Saudi Pro League league table
#TeamPWDLGFGAGDPts
1Al-Hilal6501175+1215
2Al-Qadsiah6501135+815
3Al-Ittihad642095+414
4Al-Nassr5401135+812
5Neom SC640294+512
6Al-Ettifaq631288010
7Al-Ahli6303139+49
8Al-Kholood5230107+39
9Al-Hazem62226608
10Al-Diraiyah Club521254+17
11Al-Fayha6123711-45
12Al-Riyadh6123616-105
13Al-Khaleej604229-74
14Al-Taawoun603336-33
15Al-Shabab503259-43
16Al-Fateh503215-43
17Al-Faisaly6033410-63
18Abha5014411-71
Get this via API

Get the Saudi Pro League table via API

Fetch the live Saudi Pro League standings with competition_id=comp_45025. The same shape works for every competition and season.

GET /football/competitions/comp_45025/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_45025/seasons/sn_4515588/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Al-Hilal"
      },
      "position": 1,
      "matches_played": 6,
      "wins": 5,
      "draws": 0,
      "losses": 1,
      "goals_for": 17,
      "goals_against": 5,
      "goal_difference": 12,
      "points": 15
    }
  ]
}

Frequently Asked Questions

Who is top of the Saudi Pro League?

Al-Hilal are top of the Saudi Pro League 26/27 with 15 points from 6 matches.

How many teams are in the Saudi Pro League?

18 teams compete in the Saudi Pro League 26/27.

How do I get the Saudi Pro League table via API?

Call the standings endpoint with competition_id=comp_45025 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of Saudi Pro League data are available?

TheStatsAPI has 7 seasons of Saudi Pro League data, going back to 20/21, including historical final tables.

Get Saudi Pro League data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.