NORTH AMERICA · RESULTS
Liga MX, Apertura Results
Latest Liga MX, Apertura results: Cruz Azul 1-0 Santos Laguna, Atlas FC 1-1 Atlante FC, Tigres UANL 1-1 Club Necaxa. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 2026·Updated 09 Sept 2026, 08:55 UTC
- Sun 06 Sept, 23:00 UTCCruz Azul1–0Santos Laguna
- Sun 06 Sept, 03:00 UTCAtlas FC1–1Atlante FC
- Sun 06 Sept, 01:00 UTCTigres UANL1–1Club Necaxa
- Sat 05 Sept, 23:00 UTCAtlético San Luis0–3CD Guadalajara
- Sat 05 Sept, 03:00 UTCFC Juárez0–2CF Pachuca
- Mon 31 Aug, 02:10 UTCCF Monterrey1–3Atlético San Luis
- Mon 31 Aug, 00:00 UTCCD Toluca4–0FC Juárez
- Sun 30 Aug, 03:10 UTCSantos Laguna0–0Tigres UANL
- Sun 30 Aug, 01:05 UTCClub América2–0Club Puebla
- Sat 29 Aug, 23:00 UTCCF Pachuca1–1CD Guadalajara
- Sat 29 Aug, 23:00 UTCAtlas FC1–3Querétaro FC
- Sat 29 Aug, 03:10 UTCClub Tijuana2–0Pumas UNAM
- Sat 29 Aug, 02:00 UTCAtlante FC1–1Club León
- Sat 29 Aug, 01:00 UTCClub Necaxa1–3Cruz Azul
- Mon 24 Aug, 01:00 UTCPumas UNAM1–1Club Necaxa
Get this via API
Get Liga MX, Apertura results via API
Fetch the latest final Liga MX, Apertura scores with competition_id=comp_298265.
GET /football/matches?competition_id=comp_298265&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_298265&season_id=sn_2977262&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_298265",
"matchday": 7,
"status": "finished",
"utc_date": "2026-09-06T23:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Cruz Azul"
},
"away_team": {
"id": "tm_yyyy",
"name": "Santos Laguna"
},
"score": {
"home": 1,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest Liga MX, Apertura result?
Cruz Azul 1-0 Santos Laguna on Sunday 6 September.
How do I get Liga MX, Apertura results via API?
Call the matches endpoint with competition_id=comp_298265 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get Liga MX, Apertura data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.