ASIA · LEAGUE TABLE

Stars League Table

As of 9 September 2026, Al-Sadd lead the Stars League 26/27 with 9 points from 3 matches, 2 points clear of Al Shamal SC. Al-Sailiya sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 03:12 UTC
Stars League league table
#TeamPWDLGFGAGDPts
1Al-Sadd3300134+99
2Al Shamal SC321095+47
3Al-Rayyan321042+27
4Al-Arabi SC312053+25
5Al Duhail312042+25
6Lusail SC311174+34
7Al-Ahli Doha311156-14
8Al-Shahaniya310268-23
9Al-Gharafa310248-43
10Qatar SC301249-51
11Al-Wakrah301238-51
12Al-Sailiya300327-50
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_9640108/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Al-Sadd"
      },
      "position": 1,
      "matches_played": 3,
      "wins": 3,
      "draws": 0,
      "losses": 0,
      "goals_for": 13,
      "goals_against": 4,
      "goal_difference": 9,
      "points": 9
    }
  ]
}

Frequently Asked Questions

Who is top of the Stars League?

Al-Sadd are top of the Stars League 26/27 with 9 points from 3 matches, 2 points clear of Al Shamal SC.

How many teams are in the Stars League?

12 teams compete in the Stars League 26/27.

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