NORTH AMERICA · FIXTURES

MLS Fixtures

Next MLS fixtures: Sporting Kansas City v Vancouver Whitecaps (Sunday 30 August), Colorado Rapids v Real Salt Lake (Sunday 30 August), San Diego FC v LA Galaxy (Sunday 30 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 15 Aug 2026, 13:18 UTC
  • Sun 30 Aug, 00:30 UTCSporting Kansas CityvVancouver Whitecaps
  • Sun 30 Aug, 01:30 UTCColorado RapidsvReal Salt Lake
  • Sun 30 Aug, 02:30 UTCSan Diego FCvLA Galaxy
  • Sun 30 Aug, 02:30 UTCPortland TimbersvAustin FC
  • Sun 30 Aug, 23:00 UTCSt.Louis CityvFC Dallas
  • Fri 04 Sept, 23:30 UTCNew York City FCvNashville SC
  • Sat 05 Sept, 23:30 UTCInter Miami CFvAtlanta United
  • Sat 05 Sept, 23:30 UTCPhiladelphia UnionvCF Montréal
  • Sat 05 Sept, 23:30 UTCColumbus CrewvColorado Rapids
  • Sat 05 Sept, 23:30 UTCToronto FCvChicago Fire
  • Sat 05 Sept, 23:30 UTCCharlotte FCvHouston Dynamo
  • Sat 05 Sept, 23:30 UTCFC CincinnativDC United
  • Sat 05 Sept, 23:30 UTCOrlando City SCvSan Diego FC
  • Sun 06 Sept, 00:30 UTCAustin FCvSan Jose Earthquakes
  • Sun 06 Sept, 00:30 UTCSeattle Sounders FCvNew York Red Bulls
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-08-30T00:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Sporting Kansas City"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Vancouver Whitecaps"
      }
    }
  ]
}

Frequently Asked Questions

When is the next MLS match?

Sporting Kansas City play Vancouver Whitecaps on Sunday 30 August.

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.