ASIA · RESULTS
Stars League Results
Latest Stars League results: Al-Shahaniya 3-0 Al Kharaitiyat SC, Al-Sadd 3-2 Al Shamal SC, Al-Wakrah 3-1 Al-Sailiya. Full results with goals, dates and match ids for joining stats and odds are below.
FINAL·Season 25/26·Updated 26 Jul 2026, 03:41 UTC
- Fri 08 May, 16:00 UTCAl-Shahaniya3–0Al Kharaitiyat SC
- Mon 27 Apr, 16:30 UTCAl-Sadd3–2Al Shamal SC
- Mon 27 Apr, 14:15 UTCAl-Wakrah3–1Al-Sailiya
- Mon 27 Apr, 14:15 UTCAl-Rayyan4–0Al-Arabi SC
- Mon 27 Apr, 14:15 UTCUmm-Salal SC1–3Al-Ahli Doha
- Mon 27 Apr, 14:15 UTCQatar SC1–2Al Duhail
- Mon 27 Apr, 14:15 UTCAl-Gharafa1–1Al-Shahaniya
- Mon 13 Apr, 16:30 UTCAl-Arabi SC1–2Al-Sailiya
- Mon 13 Apr, 14:15 UTCAl Shamal SC3–0Qatar SC
- Wed 08 Apr, 15:30 UTCAl-Wakrah3–3Al-Gharafa
- Wed 08 Apr, 15:30 UTCAl-Ahli Doha2–1Al Duhail
- Wed 08 Apr, 15:30 UTCAl-Rayyan3–0Umm-Salal SC
- Wed 08 Apr, 15:30 UTCAl-Shahaniya2–0Al Shamal SC
- Wed 08 Apr, 15:30 UTCAl-Sailiya1–3Al-Sadd
- Wed 08 Apr, 15:30 UTCAl-Arabi SC1–1Qatar 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_3062374&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_45551",
"matchday": 1,
"status": "finished",
"utc_date": "2026-05-08T16:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Al-Shahaniya"
},
"away_team": {
"id": "tm_yyyy",
"name": "Al Kharaitiyat SC"
},
"score": {
"home": 3,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest Stars League result?
Al-Shahaniya 3-0 Al Kharaitiyat SC on Friday 8 May.
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.