ASIA · LEAGUE TABLE

Malaysia Super League Table

As of 9 September 2026, Johor Darul Ta'zim lead the Malaysia Super League 26/27 with 12 points from 4 matches, 3 points clear of Kuching City. Kelantan Red Warrior FC sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 03:26 UTC
Malaysia Super League league table
#TeamPWDLGFGAGDPts
1Johor Darul Ta'zim4400220+2212
2Kuching City4301133+109
3Selangor Football Club3300103+79
4Sabah FC320153+26
5Kuala Lumpur City FC4202410-66
6Negeri Sembilan311164+24
7Terengganu31113304
8Melaka FC310247-33
9Brunei DPMM FC310214-33
10Penang301203-31
11Immigration FC3012312-91
12Kelantan Red Warrior FC4004221-190
Get this via API

Get the Malaysia Super League table via API

Fetch the live Malaysia Super League standings with competition_id=comp_13553. The same shape works for every competition and season.

GET /football/competitions/comp_13553/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_13553/seasons/sn_3025464/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Johor Darul Ta'zim"
      },
      "position": 1,
      "matches_played": 4,
      "wins": 4,
      "draws": 0,
      "losses": 0,
      "goals_for": 22,
      "goals_against": 0,
      "goal_difference": 22,
      "points": 12
    }
  ]
}

Frequently Asked Questions

Who is top of the Malaysia Super League?

Johor Darul Ta'zim are top of the Malaysia Super League 26/27 with 12 points from 4 matches, 3 points clear of Kuching City.

How many teams are in the Malaysia Super League?

12 teams compete in the Malaysia Super League 26/27.

How do I get the Malaysia Super League table via API?

Call the standings endpoint with competition_id=comp_13553 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of Malaysia Super League data are available?

TheStatsAPI has 6 seasons of Malaysia Super League data, going back to 2021, including historical final tables.

Get Malaysia Super League data via API

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