ASIA · LEAGUE TABLE

Malaysia Super League Table

Malaysia Super League 25/26 final table: Johor Darul Ta'zim finished top with 70 points from 24 matches, 17 points ahead of Kuching City. PDRM FC sit bottom on 11. Full table with goal difference and form below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:34 UTC
Malaysia Super League league table
#TeamPWDLGFGAGDPts
1Johor Darul Ta'zim24231011710+10770
2Kuching City2416534514+3153
3Selangor Football Club2416445920+3952
4Kuala Lumpur City FC2412754029+1143
5Terengganu2410683934+536
6Immigration FC2495103843-532
7Negeri Sembilan2461173935+429
8Penang2467112641-1525
9Sabah FC2458112944-1523
10Brunei DPMM FC2465133057-2723
11Melaka FC2447131845-2719
12Kelantan Darul Naim2443171763-4615
13PDRM FC2425171779-6211
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_4504642/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Johor Darul Ta'zim"
      },
      "position": 1,
      "matches_played": 24,
      "wins": 23,
      "draws": 1,
      "losses": 0,
      "goals_for": 117,
      "goals_against": 10,
      "goal_difference": 107,
      "points": 70
    }
  ]
}

Frequently Asked Questions

Who is top of the Malaysia Super League?

Johor Darul Ta'zim finished top of the Malaysia Super League 25/26 with 70 points, 17 ahead of Kuching City.

How many teams are in the Malaysia Super League?

13 teams compete in the Malaysia Super League 25/26.

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 5 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.