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 Club3–2Melaka FC
- Sat 05 Sept, 13:00 UTCTerengganu0–0Penang
- Sat 05 Sept, 11:30 UTCSabah FC0–2Kuching City
- Sat 05 Sept, 08:45 UTCNegeri Sembilan2–2Immigration FC
- Fri 04 Sept, 13:00 UTCKelantan Red Warrior FC1–3Kuala Lumpur City FC
- Fri 04 Sept, 12:15 UTCJohor Darul Ta'zim3–0Brunei DPMM FC
- Sun 30 Aug, 12:15 UTCMelaka FC2–1Negeri Sembilan
- Sat 29 Aug, 12:15 UTCJohor Darul Ta'zim7–0Immigration FC
- Sat 29 Aug, 09:30 UTCKuala Lumpur City FC1–0Brunei DPMM FC
- Sat 29 Aug, 09:00 UTCKelantan Red Warrior FC0–5Kuching City
- Fri 28 Aug, 13:00 UTCTerengganu0–3Selangor Football Club
- Fri 28 Aug, 11:30 UTCSabah FC2–0Penang
- Wed 26 Aug, 13:00 UTCKuala Lumpur City FC0–6Kuching City
- Wed 26 Aug, 12:15 UTCJohor Darul Ta'zim9–0Kelantan Red Warrior FC
- Mon 24 Aug, 12:15 UTCSabah FC3–1Immigration 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.