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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Al-Sadd | 22 | 14 | 3 | 5 | 56 | 30 | +26 | 45 |
| 2 | Al Shamal SC | 22 | 12 | 4 | 6 | 39 | 28 | +11 | 40 |
| 3 | Al-Rayyan | 22 | 11 | 5 | 6 | 46 | 32 | +14 | 38 |
| 4 | Al-Gharafa | 22 | 11 | 3 | 8 | 36 | 36 | 0 | 36 |
| 5 | Al Duhail | 22 | 9 | 6 | 7 | 40 | 27 | +13 | 33 |
| 6 | Qatar SC | 22 | 9 | 5 | 8 | 34 | 32 | +2 | 32 |
| 7 | Al-Arabi SC | 22 | 9 | 5 | 8 | 37 | 41 | -4 | 32 |
| 8 | Al-Wakrah | 22 | 7 | 6 | 9 | 32 | 36 | -4 | 27 |
| 9 | Al-Ahli Doha | 22 | 8 | 2 | 12 | 34 | 43 | -9 | 26 |
| 10 | Al-Sailiya | 22 | 6 | 4 | 12 | 25 | 38 | -13 | 22 |
| 11 | Al-Shahaniya | 22 | 6 | 3 | 13 | 22 | 39 | -17 | 21 |
| 12 | Umm-Salal SC | 22 | 6 | 2 | 14 | 37 | 56 | -19 | 20 |
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_3062374/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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.