Liga MX, Apertura Table
As of 9 September 2026, Club América lead the Liga MX, Apertura 2026 with 16 points from 6 matches, 2 points clear of CD Guadalajara. FC Juárez sit bottom on 0. Full table with goal difference and form below.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Club América | 6 | 5 | 1 | 0 | 12 | 2 | +10 | 16 |
| 2 | CD Guadalajara | 7 | 4 | 2 | 1 | 12 | 6 | +6 | 14 |
| 3 | CD Toluca | 6 | 4 | 1 | 1 | 12 | 4 | +8 | 13 |
| 4 | Club Tijuana | 6 | 4 | 1 | 1 | 10 | 7 | +3 | 13 |
| 5 | Atlas FC | 7 | 4 | 1 | 2 | 10 | 9 | +1 | 13 |
| 6 | Cruz Azul | 7 | 4 | 0 | 3 | 12 | 11 | +1 | 12 |
| 7 | Querétaro FC | 6 | 3 | 1 | 2 | 9 | 7 | +2 | 10 |
| 8 | Club León | 6 | 3 | 1 | 2 | 8 | 6 | +2 | 10 |
| 9 | Club Puebla | 6 | 3 | 1 | 2 | 9 | 9 | 0 | 10 |
| 10 | CF Monterrey | 6 | 3 | 0 | 3 | 13 | 10 | +3 | 9 |
| 11 | CF Pachuca | 7 | 2 | 2 | 3 | 10 | 8 | +2 | 8 |
| 12 | Pumas UNAM | 6 | 2 | 2 | 2 | 8 | 8 | 0 | 8 |
| 13 | Club Necaxa | 7 | 2 | 2 | 3 | 9 | 12 | -3 | 8 |
| 14 | Atlante FC | 7 | 1 | 4 | 2 | 7 | 9 | -2 | 7 |
| 15 | Tigres UANL | 7 | 1 | 3 | 3 | 9 | 11 | -2 | 6 |
| 16 | Atlético San Luis | 7 | 1 | 3 | 3 | 8 | 13 | -5 | 6 |
| 17 | Santos Laguna | 7 | 0 | 1 | 6 | 4 | 12 | -8 | 1 |
| 18 | FC Juárez | 7 | 0 | 0 | 7 | 3 | 21 | -18 | 0 |
Get the Liga MX, Apertura table via API
Fetch the live Liga MX, Apertura standings with competition_id=comp_298265. The same shape works for every competition and season.
GET /football/competitions/comp_298265/seasons/{season_id}/standings
curl "https://api.thestatsapi.com/api/football/competitions/comp_298265/seasons/sn_2977262/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"team": {
"id": "tm_xxxx",
"name": "Club América"
},
"position": 1,
"matches_played": 6,
"wins": 5,
"draws": 1,
"losses": 0,
"goals_for": 12,
"goals_against": 2,
"goal_difference": 10,
"points": 16
}
]
}Liga MX, Apertura resources
Frequently Asked Questions
Who is top of the Liga MX, Apertura?
Club América are top of the Liga MX, Apertura 2026 with 16 points from 6 matches, 2 points clear of CD Guadalajara.
How many teams are in the Liga MX, Apertura?
18 teams compete in the Liga MX, Apertura 2026.
How do I get the Liga MX, Apertura table via API?
Call the standings endpoint with competition_id=comp_298265 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, Apertura data are available?
TheStatsAPI has 7 seasons of Liga MX, Apertura data, going back to 20/21, including historical final tables.
Get Liga MX, Apertura data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.