NORTH AMERICA · LEAGUE TABLE

Liga MX, Clausura Table

Liga MX, Clausura 2026 final table: Pumas UNAM finished top with 36 points from 17 matches, level on points with CD Guadalajara. Santos Laguna sit bottom on 12. Full table with goal difference and form below.

FINAL·Season 2026·Updated 26 Jul 2026, 03:33 UTC
Liga MX, Clausura league table
#TeamPWDLGFGAGDPts
1Pumas UNAM1710613417+1736
2CD Guadalajara1711333317+1636
3Cruz Azul179623118+1333
4CF Pachuca179442519+631
5CD Toluca178632816+1230
6Atlas FC177551618-226
7Tigres UANL177462818+1025
8Club América177462017+325
9Club Tijuana175841917+223
10Club León177192232-1022
11Querétaro FC174851721-420
12FC Juárez175482632-619
13CF Monterrey175392224-218
14Atlético San Luis175392427-318
15Club Necaxa175391925-618
16Mazatlán FC1743102237-1515
17Club Puebla1734101326-1313
18Santos Laguna1733112038-1812
Get this via API

Get the Liga MX, Clausura table via API

Fetch the live Liga MX, Clausura standings with competition_id=comp_137103. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_137103/seasons/sn_7293403/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Pumas UNAM"
      },
      "position": 1,
      "matches_played": 17,
      "wins": 10,
      "draws": 6,
      "losses": 1,
      "goals_for": 34,
      "goals_against": 17,
      "goal_difference": 17,
      "points": 36
    }
  ]
}

Frequently Asked Questions

Who is top of the Liga MX, Clausura?

Pumas UNAM finished top of the Liga MX, Clausura 2026 with 36 points.

How many teams are in the Liga MX, Clausura?

18 teams compete in the Liga MX, Clausura 2026.

How do I get the Liga MX, Clausura table via API?

Call the standings endpoint with competition_id=comp_137103 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 Liga MX, Clausura data are available?

TheStatsAPI has 6 seasons of Liga MX, Clausura data, going back to 20/21, including historical final tables.

Get Liga MX, Clausura data via API

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