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 Azul10Santos Laguna
  • Sun 06 Sept, 03:00 UTCAtlas FC11Atlante FC
  • Sun 06 Sept, 01:00 UTCTigres UANL11Club Necaxa
  • Sat 05 Sept, 23:00 UTCAtlético San Luis03CD Guadalajara
  • Sat 05 Sept, 03:00 UTCFC Juárez02CF Pachuca
  • Mon 31 Aug, 02:10 UTCCF Monterrey13Atlético San Luis
  • Mon 31 Aug, 00:00 UTCCD Toluca40FC Juárez
  • Sun 30 Aug, 03:10 UTCSantos Laguna00Tigres UANL
  • Sun 30 Aug, 01:05 UTCClub América20Club Puebla
  • Sat 29 Aug, 23:00 UTCCF Pachuca11CD Guadalajara
  • Sat 29 Aug, 23:00 UTCAtlas FC13Querétaro FC
  • Sat 29 Aug, 03:10 UTCClub Tijuana20Pumas UNAM
  • Sat 29 Aug, 02:00 UTCAtlante FC11Club León
  • Sat 29 Aug, 01:00 UTCClub Necaxa13Cruz Azul
  • Mon 24 Aug, 01:00 UTCPumas UNAM11Club 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.