ASIA · RESULTS

Malaysia Super League Results

Latest Malaysia Super League results: Kuching City 1-0 Kuala Lumpur City FC, Selangor Football Club 6-0 PDRM FC, Immigration FC 1-1 Melaka FC. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:39 UTC
  • Sun 17 May, 12:15 UTCKuching City10Kuala Lumpur City FC
  • Sun 17 May, 12:15 UTCSelangor Football Club60PDRM FC
  • Sat 16 May, 13:00 UTCImmigration FC11Melaka FC
  • Sat 16 May, 13:00 UTCNegeri Sembilan21Kelantan Darul Naim
  • Fri 15 May, 11:30 UTCSabah FC01Terengganu
  • Fri 15 May, 09:00 UTCPenang21Brunei DPMM FC
  • Sun 10 May, 13:00 UTCKelantan Darul Naim114Johor Darul Ta'zim
  • Sun 10 May, 12:15 UTCKuala Lumpur City FC22Negeri Sembilan
  • Sat 09 May, 12:30 UTCMelaka FC13Kuching City
  • Sat 09 May, 12:15 UTCBrunei DPMM FC01Sabah FC
  • Fri 08 May, 13:00 UTCPDRM FC11Penang
  • Fri 08 May, 13:00 UTCTerengganu13Immigration FC
  • Sun 03 May, 13:00 UTCNegeri Sembilan00Melaka FC
  • Sun 03 May, 13:00 UTCImmigration FC31Brunei DPMM FC
  • Sat 02 May, 13:00 UTCSelangor Football Club40Penang
Get this via API

Get Malaysia Super League results via API

Fetch the latest final Malaysia Super League scores with competition_id=comp_13553.

GET /football/matches?competition_id=comp_13553&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_13553&season_id=sn_4504642&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_13553",
      "matchday": 26,
      "status": "finished",
      "utc_date": "2026-05-17T12:15:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Kuching City"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Kuala Lumpur City FC"
      },
      "score": {
        "home": 1,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Malaysia Super League result?

Kuching City 1-0 Kuala Lumpur City FC on Sunday 17 May.

How do I get Malaysia Super League results via API?

Call the matches endpoint with competition_id=comp_13553 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Malaysia Super League data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.