NORTH AMERICA · RESULTS

Liga MX, Apertura Results

Latest Liga MX, Apertura results: CD Guadalajara 1-0 FC Juárez, Atlante FC 1-1 Club América, Club Tijuana 1-0 Club León. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:39 UTC
  • Sat 25 Jul, 23:07 UTCCD Guadalajara10FC Juárez
  • Sat 25 Jul, 03:00 UTCAtlante FC11Club América
  • Sat 25 Jul, 03:00 UTCClub Tijuana10Club León
  • Wed 22 Jul, 03:05 UTCCD Toluca12Pumas UNAM
  • Wed 22 Jul, 01:00 UTCCruz Azul21Club Puebla
  • Sun 19 Jul, 03:10 UTCQuerétaro FC01Club América
  • Sun 19 Jul, 01:07 UTCCD Guadalajara02CD Toluca
  • Sun 19 Jul, 01:05 UTCCF Monterrey32Santos Laguna
  • Sat 18 Jul, 23:00 UTCPumas UNAM03CF Pachuca
  • Sat 18 Jul, 03:00 UTCFC Juárez01Club Puebla
  • Sat 18 Jul, 01:00 UTCAtlético San Luis23Cruz Azul
  • Sat 18 Jul, 01:00 UTCClub León23Atlas FC
  • Fri 17 Jul, 03:10 UTCClub Tijuana31Tigres UANL
  • Fri 17 Jul, 01:00 UTCClub Necaxa21Atlante 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": 2,
      "status": "finished",
      "utc_date": "2026-07-25T23:07:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "CD Guadalajara"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "FC Juárez"
      },
      "score": {
        "home": 1,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Liga MX, Apertura result?

CD Guadalajara 1-0 FC Juárez on Saturday 25 July.

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.