ASIA · LEAGUE TABLE

Saudi Pro League Table

Saudi Pro League 25/26 final table: Al-Nassr finished top with 86 points from 34 matches, 2 points ahead of Al-Hilal. Al-Najma SC sit bottom on 16. Full table with goal difference and form below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:07 UTC
Saudi Pro League league table
#TeamPWDLGFGAGDPts
1Al-Nassr3428249128+6386
2Al-Hilal3425908527+5884
3Al-Ahli3425637125+4681
4Al-Qadsiah3423838334+4977
5Al-Ittihad34167115548+755
6Al-Taawoun34158115946+1353
7Al-Ettifaq34148125155-450
8Neom SC34129134348-545
9Al-Hazem34119143857-1942
10Al-Fayha34108164154-1338
11Al-Fateh34910154155-1437
12Al-Khaleej34107175462-837
13Al-Shabab34811154457-1335
14Al-Kholood3496193961-2233
15Al-Riyadh3479183563-2830
16Damac FC34611173255-2329
17Al-Okhdood3455242770-4320
18Al-Najma SC3437243276-4416
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_5718177/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Al-Nassr"
      },
      "position": 1,
      "matches_played": 34,
      "wins": 28,
      "draws": 2,
      "losses": 4,
      "goals_for": 91,
      "goals_against": 28,
      "goal_difference": 63,
      "points": 86
    }
  ]
}

Frequently Asked Questions

Who is top of the Saudi Pro League?

Al-Nassr finished top of the Saudi Pro League 25/26 with 86 points, 2 ahead of Al-Hilal.

How many teams are in the Saudi Pro League?

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

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 6 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.