ASIA · FIXTURES

Malaysia Super League Fixtures

Next Malaysia Super League fixtures: Johor Darul Ta'zim v Kuching City (Friday 21 August), Negeri Sembilan v Kuala Lumpur City FC (Saturday 22 August), Kelantan Red Warrior FC v Selangor Football Club (Saturday 22 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 17 Aug 2026, 02:01 UTC
  • Fri 21 Aug, 13:00 UTCJohor Darul Ta'zimvKuching City
  • Sat 22 Aug, 09:00 UTCNegeri SembilanvKuala Lumpur City FC
  • Sat 22 Aug, 13:00 UTCKelantan Red Warrior FCvSelangor Football Club
  • Sat 22 Aug, 13:00 UTCTerengganuvMelaka FC
  • Sun 23 Aug, 09:00 UTCPenangvBrunei DPMM FC
  • Mon 24 Aug, 12:15 UTCSabah FCvImmigration FC
  • Fri 28 Aug, 11:30 UTCPenangvSabah FC
  • Fri 28 Aug, 13:00 UTCTerengganuvSelangor Football Club
  • Sun 06 Sept, 12:15 UTCSelangor Football ClubvMelaka FC
  • Fri 11 Sept, 13:00 UTCJohor Darul Ta'zimvNegeri Sembilan
  • Sun 13 Sept, 09:30 UTCKuala Lumpur City FCvSelangor Football Club
  • Sun 13 Sept, 11:30 UTCSabah FCvBrunei DPMM 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-08-21T13:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Johor Darul Ta'zim"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Kuching City"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Malaysia Super League match?

Johor Darul Ta'zim play Kuching City on Friday 21 August.

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.