NORTH AMERICA · FIXTURES

MLS Fixtures

Next MLS fixtures: San Jose Earthquakes v LA Galaxy (Sunday 26 July), Portland Timbers v Real Salt Lake (Sunday 26 July), Los Angeles FC v Sporting Kansas City (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:40 UTC
  • Sun 26 Jul, 02:30 UTCSan Jose EarthquakesvLA Galaxy
  • Sun 26 Jul, 02:30 UTCPortland TimbersvReal Salt Lake
  • Sun 26 Jul, 02:30 UTCLos Angeles FCvSporting Kansas City
  • Fri 31 Jul, 23:30 UTCNew York City FCvToronto FC
  • Sat 01 Aug, 23:30 UTCVancouver WhitecapsvLos Angeles FC
  • Sat 01 Aug, 23:30 UTCInter Miami CFvColumbus Crew
  • Sat 01 Aug, 23:30 UTCPhiladelphia UnionvAtlanta United
  • Sat 01 Aug, 23:30 UTCNew York Red BullsvOrlando City SC
  • Sat 01 Aug, 23:30 UTCCF MontréalvNew England Revolution
  • Sat 01 Aug, 23:30 UTCFC CincinnativSan Jose Earthquakes
  • Sat 01 Aug, 23:30 UTCDC UnitedvNashville SC
  • Sun 02 Aug, 00:30 UTCSt.Louis CityvReal Salt Lake
  • Sun 02 Aug, 00:30 UTCChicago FirevCharlotte FC
  • Sun 02 Aug, 00:30 UTCMinnesota UnitedvSan Diego FC
  • Sun 02 Aug, 00:30 UTCSporting Kansas CityvHouston Dynamo
Get this via API

Get MLS fixtures via API

Fetch upcoming MLS matches with competition_id=comp_9799.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_9799&season_id=sn_8454787&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_9799",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-07-26T02:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "San Jose Earthquakes"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "LA Galaxy"
      }
    }
  ]
}

Frequently Asked Questions

When is the next MLS match?

San Jose Earthquakes play LA Galaxy on Sunday 26 July.

How do I get MLS fixtures via API?

Call the matches endpoint with competition_id=comp_9799 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get MLS data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.