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érica30Atlético San Luis
  • Sun 16 Aug, 18:00 UTCPumas UNAM00Querétaro FC
  • Sun 16 Aug, 03:10 UTCAtlas FC21Tigres UANL
  • Sun 16 Aug, 01:10 UTCCF Monterrey61FC Juárez
  • Sat 15 Aug, 23:00 UTCAtlante FC00CD Toluca
  • Mon 03 Aug, 01:10 UTCCD Toluca31Club Necaxa
  • Sun 02 Aug, 23:00 UTCClub América30Santos Laguna
  • Sun 02 Aug, 03:00 UTCCruz Azul23Atlante FC
  • Sun 02 Aug, 01:06 UTCClub León10CF Pachuca
  • Sun 02 Aug, 01:05 UTCAtlas FC02CF Monterrey
  • Sat 01 Aug, 23:00 UTCQuerétaro FC32Tigres UANL
  • Sat 01 Aug, 03:00 UTCFC Juárez15Pumas UNAM
  • Sat 01 Aug, 03:00 UTCAtlético San Luis00Club Tijuana
  • Sat 01 Aug, 01:00 UTCClub Puebla11CD Guadalajara
  • Mon 27 Jul, 01:00 UTCCF Pachuca12Queré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.