ASIA · RESULTS

Malaysia Super League Results

Latest Malaysia Super League results: Selangor Football Club 3-2 Melaka FC, Terengganu 0-0 Penang, Sabah FC 0-2 Kuching City. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 06:05 UTC
  • Sun 06 Sept, 12:15 UTCSelangor Football Club32Melaka FC
  • Sat 05 Sept, 13:00 UTCTerengganu00Penang
  • Sat 05 Sept, 11:30 UTCSabah FC02Kuching City
  • Sat 05 Sept, 08:45 UTCNegeri Sembilan22Immigration FC
  • Fri 04 Sept, 13:00 UTCKelantan Red Warrior FC13Kuala Lumpur City FC
  • Fri 04 Sept, 12:15 UTCJohor Darul Ta'zim30Brunei DPMM FC
  • Sun 30 Aug, 12:15 UTCMelaka FC21Negeri Sembilan
  • Sat 29 Aug, 12:15 UTCJohor Darul Ta'zim70Immigration FC
  • Sat 29 Aug, 09:30 UTCKuala Lumpur City FC10Brunei DPMM FC
  • Sat 29 Aug, 09:00 UTCKelantan Red Warrior FC05Kuching City
  • Fri 28 Aug, 13:00 UTCTerengganu03Selangor Football Club
  • Fri 28 Aug, 11:30 UTCSabah FC20Penang
  • Wed 26 Aug, 13:00 UTCKuala Lumpur City FC06Kuching City
  • Wed 26 Aug, 12:15 UTCJohor Darul Ta'zim90Kelantan Red Warrior FC
  • Mon 24 Aug, 12:15 UTCSabah FC31Immigration FC
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_3025464&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_13553",
      "matchday": 3,
      "status": "finished",
      "utc_date": "2026-09-06T12:15:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Selangor Football Club"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Melaka FC"
      },
      "score": {
        "home": 3,
        "away": 2
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Malaysia Super League result?

Selangor Football Club 3-2 Melaka FC on Sunday 6 September.

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.