ASIA · FIXTURES
Malaysia Super League Fixtures
Next Malaysia Super League fixtures: Johor Darul Ta'zim v Negeri Sembilan (Friday 11 September), Penang v Kelantan Red Warrior FC (Saturday 12 September), Melaka FC v Kuching City (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 08 Sept 2026, 21:32 UTC
- Fri 11 Sept, 13:00 UTCJohor Darul Ta'zimvNegeri Sembilan
- Sat 12 Sept, 08:45 UTCPenangvKelantan Red Warrior FC
- Sat 12 Sept, 12:15 UTCMelaka FCvKuching City
- Sat 12 Sept, 13:00 UTCImmigration FCvTerengganu
- Sun 13 Sept, 11:30 UTCSabah FCvBrunei DPMM FC
- Sun 13 Sept, 12:15 UTCKuala Lumpur City FCvSelangor Football Club
- Fri 16 Oct, 13:00 UTCKelantan Red Warrior FCvImmigration FC
Get this via API
Get Malaysia Super League fixtures via API
Fetch upcoming Malaysia Super League matches with competition_id=comp_13553.
GET /football/matches?competition_id=comp_13553&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_13553&season_id=sn_3025464&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_13553",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-11T13:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Johor Darul Ta'zim"
},
"away_team": {
"id": "tm_yyyy",
"name": "Negeri Sembilan"
}
}
]
}Frequently Asked Questions
When is the next Malaysia Super League match?
Johor Darul Ta'zim play Negeri Sembilan on Friday 11 September.
How do I get Malaysia Super League fixtures via API?
Call the matches endpoint with competition_id=comp_13553 and status=scheduled. 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.