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 UNAM12Cruz Azul
  • Fri 22 May, 02:00 UTCCruz Azul00Pumas UNAM
  • Mon 18 May, 01:00 UTCPumas UNAM10CF Pachuca
  • Sun 17 May, 01:07 UTCCD Guadalajara12Cruz Azul
  • Fri 15 May, 01:00 UTCCF Pachuca10Pumas UNAM
  • Thu 14 May, 02:00 UTCCruz Azul22CD Guadalajara
  • Mon 11 May, 01:15 UTCPumas UNAM33Club América
  • Sun 10 May, 23:00 UTCCF Pachuca20CD Toluca
  • Sun 10 May, 03:15 UTCCruz Azul10Atlas FC
  • Sun 10 May, 01:07 UTCCD Guadalajara20Tigres UANL
  • Mon 04 May, 01:15 UTCCD Toluca01CF Pachuca
  • Sun 03 May, 23:00 UTCClub América33Pumas UNAM
  • Sun 03 May, 03:15 UTCAtlas FC23Cruz Azul
  • Sun 03 May, 01:00 UTCTigres UANL31CD Guadalajara
  • Mon 27 Apr, 01:05 UTCCruz Azul41Club 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.