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-Shahaniya30Al Kharaitiyat SC
  • Mon 27 Apr, 16:30 UTCAl-Sadd32Al Shamal SC
  • Mon 27 Apr, 14:15 UTCAl-Wakrah31Al-Sailiya
  • Mon 27 Apr, 14:15 UTCAl-Rayyan40Al-Arabi SC
  • Mon 27 Apr, 14:15 UTCUmm-Salal SC13Al-Ahli Doha
  • Mon 27 Apr, 14:15 UTCQatar SC12Al Duhail
  • Mon 27 Apr, 14:15 UTCAl-Gharafa11Al-Shahaniya
  • Mon 13 Apr, 16:30 UTCAl-Arabi SC12Al-Sailiya
  • Mon 13 Apr, 14:15 UTCAl Shamal SC30Qatar SC
  • Wed 08 Apr, 15:30 UTCAl-Wakrah33Al-Gharafa
  • Wed 08 Apr, 15:30 UTCAl-Ahli Doha21Al Duhail
  • Wed 08 Apr, 15:30 UTCAl-Rayyan30Umm-Salal SC
  • Wed 08 Apr, 15:30 UTCAl-Shahaniya20Al Shamal SC
  • Wed 08 Apr, 15:30 UTCAl-Sailiya13Al-Sadd
  • Wed 08 Apr, 15:30 UTCAl-Arabi SC11Qatar 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.