NORTH AMERICA · FIXTURES

Liga MX, Apertura Fixtures

Next Liga MX, Apertura fixtures: Santos Laguna v Atlas FC (Sunday 26 July), Tigres UANL v Atlético San Luis (Sunday 26 July), Club Necaxa v CF Monterrey (Sunday 26 July). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:39 UTC
  • Sun 26 Jul, 03:00 UTCSantos LagunavAtlas FC
  • Sun 26 Jul, 03:00 UTCTigres UANLvAtlético San Luis
  • Sun 26 Jul, 23:00 UTCClub NecaxavCF Monterrey
  • Mon 27 Jul, 01:05 UTCCF PachucavQuerétaro FC
  • Sat 01 Aug, 01:00 UTCClub PueblavCD Guadalajara
  • Sat 01 Aug, 03:00 UTCFC JuárezvPumas UNAM
  • Sat 01 Aug, 03:00 UTCAtlético San LuisvClub Tijuana
  • Sat 01 Aug, 23:00 UTCQuerétaro FCvTigres UANL
  • Sun 02 Aug, 01:00 UTCClub LeónvCF Pachuca
  • Sun 02 Aug, 01:00 UTCAtlas FCvCF Monterrey
  • Sun 02 Aug, 03:00 UTCCruz AzulvAtlante FC
  • Mon 03 Aug, 01:00 UTCCD TolucavClub Necaxa
  • Tue 04 Aug, 01:06 UTCClub AméricavSantos Laguna
Get this via API

Get Liga MX, Apertura fixtures via API

Fetch upcoming Liga MX, Apertura matches with competition_id=comp_298265.

GET /football/matches?competition_id=comp_298265&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_298265&season_id=sn_2977262&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_298265",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-07-26T03:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Santos Laguna"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Atlas FC"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Liga MX, Apertura match?

Santos Laguna play Atlas FC on Sunday 26 July.

How do I get Liga MX, Apertura fixtures via API?

Call the matches endpoint with competition_id=comp_298265 and status=scheduled. 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.