NORTH AMERICA · RESULTS
Liga MX, Clausura Results
Latest Liga MX, Clausura results: Pumas UNAM 1-2 Cruz Azul, Cruz Azul 0-0 Pumas UNAM, Pumas UNAM 1-0 CF Pachuca. Full results with goals, dates and match ids for joining stats and odds are below.
FINAL·Season 2026·Updated 26 Jul 2026, 03:39 UTC
- Mon 25 May, 01:00 UTCPumas UNAM1–2Cruz Azul
- Fri 22 May, 02:00 UTCCruz Azul0–0Pumas UNAM
- Mon 18 May, 01:00 UTCPumas UNAM1–0CF Pachuca
- Sun 17 May, 01:07 UTCCD Guadalajara1–2Cruz Azul
- Fri 15 May, 01:00 UTCCF Pachuca1–0Pumas UNAM
- Thu 14 May, 02:00 UTCCruz Azul2–2CD Guadalajara
- Mon 11 May, 01:15 UTCPumas UNAM3–3Club América
- Sun 10 May, 23:00 UTCCF Pachuca2–0CD Toluca
- Sun 10 May, 03:15 UTCCruz Azul1–0Atlas FC
- Sun 10 May, 01:07 UTCCD Guadalajara2–0Tigres UANL
- Mon 04 May, 01:15 UTCCD Toluca0–1CF Pachuca
- Sun 03 May, 23:00 UTCClub América3–3Pumas UNAM
- Sun 03 May, 03:15 UTCAtlas FC2–3Cruz Azul
- Sun 03 May, 01:00 UTCTigres UANL3–1CD Guadalajara
- Mon 27 Apr, 01:05 UTCCruz Azul4–1Club Necaxa
Get this via API
Get Liga MX, Clausura results via API
Fetch the latest final Liga MX, Clausura scores with competition_id=comp_137103.
GET /football/matches?competition_id=comp_137103&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_137103&season_id=sn_7293403&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_137103",
"matchday": 29,
"status": "finished",
"utc_date": "2026-05-25T01:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Pumas UNAM"
},
"away_team": {
"id": "tm_yyyy",
"name": "Cruz Azul"
},
"score": {
"home": 1,
"away": 2
}
}
]
}Frequently Asked Questions
What was the latest Liga MX, Clausura result?
Pumas UNAM 1-2 Cruz Azul on Monday 25 May.
How do I get Liga MX, Clausura results via API?
Call the matches endpoint with competition_id=comp_137103 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get Liga MX, Clausura data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.