ASIA · RESULTS
Stars League Results
Latest Stars League results: Al-Sadd 4-1 Al-Gharafa, Al-Rayyan 1-1 Al Duhail, Lusail SC 4-0 Al-Wakrah. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 08 Sept 2026, 21:33 UTC
- Sat 05 Sept, 16:15 UTCAl-Sadd4–1Al-Gharafa
- Sat 05 Sept, 14:00 UTCAl-Rayyan1–1Al Duhail
- Fri 04 Sept, 16:15 UTCLusail SC4–0Al-Wakrah
- Fri 04 Sept, 14:00 UTCAl Shamal SC4–2Al-Shahaniya
- Thu 03 Sept, 16:15 UTCAl-Sailiya0–2Al-Arabi SC
- Thu 03 Sept, 14:00 UTCAl-Ahli Doha1–0Qatar SC
- Sat 29 Aug, 16:30 UTCAl-Shahaniya3–2Al-Sailiya
- Sat 29 Aug, 14:15 UTCAl Duhail1–1Al-Arabi SC
- Fri 28 Aug, 16:30 UTCQatar SC2–6Al-Sadd
- Fri 28 Aug, 14:15 UTCAl-Ahli Doha3–3Lusail SC
- Thu 27 Aug, 16:30 UTCAl-Wakrah1–2Al-Rayyan
- Thu 27 Aug, 14:15 UTCAl-Gharafa1–3Al Shamal SC
- Sat 22 Aug, 16:30 UTCAl-Sadd3–1Al-Ahli Doha
- Sat 22 Aug, 14:15 UTCAl Duhail2–0Al-Sailiya
- Fri 21 Aug, 16:30 UTCAl-Arabi SC2–2Al Shamal SC
Get this via API
Get Stars League results via API
Fetch the latest final Stars League scores with competition_id=comp_45551.
GET /football/matches?competition_id=comp_45551&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_45551&season_id=sn_9640108&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_45551",
"matchday": 3,
"status": "finished",
"utc_date": "2026-09-05T16:15:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Al-Sadd"
},
"away_team": {
"id": "tm_yyyy",
"name": "Al-Gharafa"
},
"score": {
"home": 4,
"away": 1
}
}
]
}Frequently Asked Questions
What was the latest Stars League result?
Al-Sadd 4-1 Al-Gharafa on Saturday 5 September.
How do I get Stars League results via API?
Call the matches endpoint with competition_id=comp_45551 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get Stars League data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.