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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Al-Hilal | 6 | 5 | 0 | 1 | 17 | 5 | +12 | 15 |
| 2 | Al-Qadsiah | 6 | 5 | 0 | 1 | 13 | 5 | +8 | 15 |
| 3 | Al-Ittihad | 6 | 4 | 2 | 0 | 9 | 5 | +4 | 14 |
| 4 | Al-Nassr | 5 | 4 | 0 | 1 | 13 | 5 | +8 | 12 |
| 5 | Neom SC | 6 | 4 | 0 | 2 | 9 | 4 | +5 | 12 |
| 6 | Al-Ettifaq | 6 | 3 | 1 | 2 | 8 | 8 | 0 | 10 |
| 7 | Al-Ahli | 6 | 3 | 0 | 3 | 13 | 9 | +4 | 9 |
| 8 | Al-Kholood | 5 | 2 | 3 | 0 | 10 | 7 | +3 | 9 |
| 9 | Al-Hazem | 6 | 2 | 2 | 2 | 6 | 6 | 0 | 8 |
| 10 | Al-Diraiyah Club | 5 | 2 | 1 | 2 | 5 | 4 | +1 | 7 |
| 11 | Al-Fayha | 6 | 1 | 2 | 3 | 7 | 11 | -4 | 5 |
| 12 | Al-Riyadh | 6 | 1 | 2 | 3 | 6 | 16 | -10 | 5 |
| 13 | Al-Khaleej | 6 | 0 | 4 | 2 | 2 | 9 | -7 | 4 |
| 14 | Al-Taawoun | 6 | 0 | 3 | 3 | 3 | 6 | -3 | 3 |
| 15 | Al-Shabab | 5 | 0 | 3 | 2 | 5 | 9 | -4 | 3 |
| 16 | Al-Fateh | 5 | 0 | 3 | 2 | 1 | 5 | -4 | 3 |
| 17 | Al-Faisaly | 6 | 0 | 3 | 3 | 4 | 10 | -6 | 3 |
| 18 | Abha | 5 | 0 | 1 | 4 | 4 | 11 | -7 | 1 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_45025/seasons/sn_4515588/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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
}
]
}Saudi Pro League resources
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.