NORTH AMERICA · FIXTURES

Liga MX, Apertura Fixtures

Next Liga MX, Apertura fixtures: Pumas UNAM v Club León (Friday 11 September), Club Necaxa v Club Puebla (Saturday 12 September), Club Tijuana v Querétaro FC (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 05:32 UTC
  • Fri 11 Sept, 03:05 UTCPumas UNAMvClub León
  • Sat 12 Sept, 01:00 UTCClub NecaxavClub Puebla
  • Sat 12 Sept, 03:00 UTCClub TijuanavQuerétaro FC
  • Sat 12 Sept, 03:00 UTCAtlante FCvCF Pachuca
  • Sat 12 Sept, 23:00 UTCCD TolucavAtlas FC
  • Sun 13 Sept, 01:10 UTCCF MonterreyvTigres UANL
  • Sun 13 Sept, 03:15 UTCCruz AzulvClub América
  • Mon 14 Sept, 00:00 UTCSantos LagunavFC Juárez
  • Mon 14 Sept, 01:07 UTCCD GuadalajaravPumas UNAM
  • Tue 15 Sept, 01:00 UTCClub LeónvAtlético San Luis
  • Wed 16 Sept, 01:00 UTCClub PueblavCD Toluca
  • Sat 19 Sept, 01:00 UTCClub PueblavAtlante FC
  • Sat 19 Sept, 03:00 UTCFC JuárezvTigres UANL
  • Sat 19 Sept, 23:00 UTCAtlas FCvPumas UNAM
  • Sat 19 Sept, 23:00 UTCAtlético San LuisvClub Necaxa
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-09-11T03:05:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Pumas UNAM"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Club León"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Liga MX, Apertura match?

Pumas UNAM play Club León on Friday 11 September.

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.