ASIA · FIXTURES
Stars League Fixtures
Next Stars League fixtures: Al-Wakrah v Al Shamal SC (Thursday 10 September), Al-Sailiya v Al-Sadd (Thursday 10 September), Al-Gharafa v Lusail SC (Friday 11 September). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 09 Sept 2026, 04:53 UTC
- Thu 10 Sept, 14:00 UTCAl-WakrahvAl Shamal SC
- Thu 10 Sept, 16:15 UTCAl-SailiyavAl-Sadd
- Fri 11 Sept, 14:00 UTCAl-GharafavLusail SC
- Fri 11 Sept, 16:15 UTCAl-RayyanvAl-Ahli Doha
- Sat 12 Sept, 14:00 UTCAl-Arabi SCvQatar SC
- Sat 12 Sept, 16:15 UTCAl DuhailvAl-Shahaniya
- Thu 08 Oct, 14:00 UTCAl-Ahli DohavAl-Sailiya
- Thu 08 Oct, 14:00 UTCAl Shamal SCvAl Duhail
- Thu 08 Oct, 14:00 UTCAl-ShahaniyavLusail SC
- Thu 08 Oct, 14:00 UTCQatar SCvAl-Rayyan
- Thu 08 Oct, 14:00 UTCAl-SaddvAl-Arabi SC
- Thu 08 Oct, 14:00 UTCAl-WakrahvAl-Gharafa
- Fri 16 Oct, 14:00 UTCAl-Ahli DohavAl-Wakrah
- Fri 16 Oct, 14:00 UTCAl-SaddvAl Duhail
- Fri 16 Oct, 14:00 UTCAl-RayyanvAl-Gharafa
Get this via API
Get Stars League fixtures via API
Fetch upcoming Stars League matches with competition_id=comp_45551.
GET /football/matches?competition_id=comp_45551&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_45551&season_id=sn_9640108&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_45551",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-10T14:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Al-Wakrah"
},
"away_team": {
"id": "tm_yyyy",
"name": "Al Shamal SC"
}
}
]
}Frequently Asked Questions
When is the next Stars League match?
Al-Wakrah play Al Shamal SC on Thursday 10 September.
How do I get Stars League fixtures via API?
Call the matches endpoint with competition_id=comp_45551 and status=scheduled. 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.