NORTH AMERICA · RESULTS
Liga MX, Apertura Results
Latest Liga MX, Apertura results: Club América 3-0 Atlético San Luis, Pumas UNAM 0-0 Querétaro FC, Atlas FC 2-1 Tigres UANL. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 2026·Updated 17 Aug 2026, 02:01 UTC
- Sun 16 Aug, 23:00 UTCClub América3–0Atlético San Luis
- Sun 16 Aug, 18:00 UTCPumas UNAM0–0Querétaro FC
- Sun 16 Aug, 03:10 UTCAtlas FC2–1Tigres UANL
- Sun 16 Aug, 01:10 UTCCF Monterrey6–1FC Juárez
- Sat 15 Aug, 23:00 UTCAtlante FC0–0CD Toluca
- Mon 03 Aug, 01:10 UTCCD Toluca3–1Club Necaxa
- Sun 02 Aug, 23:00 UTCClub América3–0Santos Laguna
- Sun 02 Aug, 03:00 UTCCruz Azul2–3Atlante FC
- Sun 02 Aug, 01:06 UTCClub León1–0CF Pachuca
- Sun 02 Aug, 01:05 UTCAtlas FC0–2CF Monterrey
- Sat 01 Aug, 23:00 UTCQuerétaro FC3–2Tigres UANL
- Sat 01 Aug, 03:00 UTCFC Juárez1–5Pumas UNAM
- Sat 01 Aug, 03:00 UTCAtlético San Luis0–0Club Tijuana
- Sat 01 Aug, 01:00 UTCClub Puebla1–1CD Guadalajara
- Mon 27 Jul, 01:00 UTCCF Pachuca1–2Querétaro FC
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": 4,
"status": "finished",
"utc_date": "2026-08-16T23:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Club América"
},
"away_team": {
"id": "tm_yyyy",
"name": "Atlético San Luis"
},
"score": {
"home": 3,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest Liga MX, Apertura result?
Club América 3-0 Atlético San Luis on Sunday 16 August.
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.