ASIA · LEAGUE TABLE

Stars League Table

Stars League 25/26 final table: Al-Sadd finished top with 45 points from 22 matches, 5 points ahead of Al Shamal SC. Umm-Salal SC sit bottom on 20. Full table with goal difference and form below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:34 UTC
Stars League league table
#TeamPWDLGFGAGDPts
1Al-Sadd2214355630+2645
2Al Shamal SC2212463928+1140
3Al-Rayyan2211564632+1438
4Al-Gharafa2211383636036
5Al Duhail229674027+1333
6Qatar SC229583432+232
7Al-Arabi SC229583741-432
8Al-Wakrah227693236-427
9Al-Ahli Doha2282123443-926
10Al-Sailiya2264122538-1322
11Al-Shahaniya2263132239-1721
12Umm-Salal SC2262143756-1920
Get this via API

Get the Stars League table via API

Fetch the live Stars League standings with competition_id=comp_45551. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_45551/seasons/sn_3062374/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Al-Sadd"
      },
      "position": 1,
      "matches_played": 22,
      "wins": 14,
      "draws": 3,
      "losses": 5,
      "goals_for": 56,
      "goals_against": 30,
      "goal_difference": 26,
      "points": 45
    }
  ]
}

Frequently Asked Questions

Who is top of the Stars League?

Al-Sadd finished top of the Stars League 25/26 with 45 points, 5 ahead of Al Shamal SC.

How many teams are in the Stars League?

12 teams compete in the Stars League 25/26.

How do I get the Stars League table via API?

Call the standings endpoint with competition_id=comp_45551 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 Stars League data are available?

TheStatsAPI has 6 seasons of Stars League data, going back to 20/21, including historical final tables.

Get Stars League data via API

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