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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Al-Sadd | 3 | 3 | 0 | 0 | 13 | 4 | +9 | 9 |
| 2 | Al Shamal SC | 3 | 2 | 1 | 0 | 9 | 5 | +4 | 7 |
| 3 | Al-Rayyan | 3 | 2 | 1 | 0 | 4 | 2 | +2 | 7 |
| 4 | Al-Arabi SC | 3 | 1 | 2 | 0 | 5 | 3 | +2 | 5 |
| 5 | Al Duhail | 3 | 1 | 2 | 0 | 4 | 2 | +2 | 5 |
| 6 | Lusail SC | 3 | 1 | 1 | 1 | 7 | 4 | +3 | 4 |
| 7 | Al-Ahli Doha | 3 | 1 | 1 | 1 | 5 | 6 | -1 | 4 |
| 8 | Al-Shahaniya | 3 | 1 | 0 | 2 | 6 | 8 | -2 | 3 |
| 9 | Al-Gharafa | 3 | 1 | 0 | 2 | 4 | 8 | -4 | 3 |
| 10 | Qatar SC | 3 | 0 | 1 | 2 | 4 | 9 | -5 | 1 |
| 11 | Al-Wakrah | 3 | 0 | 1 | 2 | 3 | 8 | -5 | 1 |
| 12 | Al-Sailiya | 3 | 0 | 0 | 3 | 2 | 7 | -5 | 0 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_45551/seasons/sn_9640108/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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.