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-Sadd41Al-Gharafa
  • Sat 05 Sept, 14:00 UTCAl-Rayyan11Al Duhail
  • Fri 04 Sept, 16:15 UTCLusail SC40Al-Wakrah
  • Fri 04 Sept, 14:00 UTCAl Shamal SC42Al-Shahaniya
  • Thu 03 Sept, 16:15 UTCAl-Sailiya02Al-Arabi SC
  • Thu 03 Sept, 14:00 UTCAl-Ahli Doha10Qatar SC
  • Sat 29 Aug, 16:30 UTCAl-Shahaniya32Al-Sailiya
  • Sat 29 Aug, 14:15 UTCAl Duhail11Al-Arabi SC
  • Fri 28 Aug, 16:30 UTCQatar SC26Al-Sadd
  • Fri 28 Aug, 14:15 UTCAl-Ahli Doha33Lusail SC
  • Thu 27 Aug, 16:30 UTCAl-Wakrah12Al-Rayyan
  • Thu 27 Aug, 14:15 UTCAl-Gharafa13Al Shamal SC
  • Sat 22 Aug, 16:30 UTCAl-Sadd31Al-Ahli Doha
  • Sat 22 Aug, 14:15 UTCAl Duhail20Al-Sailiya
  • Fri 21 Aug, 16:30 UTCAl-Arabi SC22Al 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.