Liga MX, Apertura Table
As of 26 July 2026, Club Tijuana lead the Liga MX, Apertura 2026 with 6 points from 2 matches, level on points with Cruz Azul. 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 Tijuana | 2 | 2 | 0 | 0 | 4 | 1 | +3 | 6 |
| 2 | Cruz Azul | 2 | 2 | 0 | 0 | 5 | 3 | +2 | 6 |
| 3 | Club América | 2 | 1 | 1 | 0 | 2 | 1 | +1 | 4 |
| 4 | CF Pachuca | 1 | 1 | 0 | 0 | 3 | 0 | +3 | 3 |
| 5 | Atlas FC | 1 | 1 | 0 | 0 | 3 | 2 | +1 | 3 |
| 6 | CF Monterrey | 1 | 1 | 0 | 0 | 3 | 2 | +1 | 3 |
| 7 | CD Toluca | 2 | 1 | 0 | 1 | 3 | 2 | +1 | 3 |
| 8 | Club Necaxa | 1 | 1 | 0 | 0 | 2 | 1 | +1 | 3 |
| 9 | Club Puebla | 2 | 1 | 0 | 1 | 2 | 2 | 0 | 3 |
| 10 | CD Guadalajara | 2 | 1 | 0 | 1 | 1 | 2 | -1 | 3 |
| 11 | Pumas UNAM | 2 | 1 | 0 | 1 | 2 | 4 | -2 | 3 |
| 12 | Atlante FC | 2 | 0 | 1 | 1 | 2 | 3 | -1 | 1 |
| 13 | Atlético San Luis | 1 | 0 | 0 | 1 | 2 | 3 | -1 | 0 |
| 14 | Santos Laguna | 1 | 0 | 0 | 1 | 2 | 3 | -1 | 0 |
| 15 | Querétaro FC | 1 | 0 | 0 | 1 | 0 | 1 | -1 | 0 |
| 16 | Club León | 2 | 0 | 0 | 2 | 2 | 4 | -2 | 0 |
| 17 | Tigres UANL | 1 | 0 | 0 | 1 | 1 | 3 | -2 | 0 |
| 18 | FC Juárez | 2 | 0 | 0 | 2 | 0 | 2 | -2 | 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 Tijuana"
},
"position": 1,
"matches_played": 2,
"wins": 2,
"draws": 0,
"losses": 0,
"goals_for": 4,
"goals_against": 1,
"goal_difference": 3,
"points": 6
}
]
}Liga MX, Apertura resources
Frequently Asked Questions
Who is top of the Liga MX, Apertura?
Club Tijuana are top of the Liga MX, Apertura 2026 with 6 points from 2 matches.
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.