NORTH AMERICA · RESULTS

MLS Results

Latest MLS results: Vancouver Whitecaps 1-3 St.Louis City, Portland Timbers 5-4 Minnesota United, LA Galaxy 2-1 New England Revolution. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 05:58 UTC
  • Sun 06 Sept, 02:30 UTCVancouver Whitecaps13St.Louis City
  • Sun 06 Sept, 02:30 UTCPortland Timbers54Minnesota United
  • Sun 06 Sept, 01:30 UTCLA Galaxy21New England Revolution
  • Sun 06 Sept, 01:30 UTCReal Salt Lake22Los Angeles FC
  • Sun 06 Sept, 01:05 UTCInter Miami CF22Atlanta United
  • Sun 06 Sept, 00:30 UTCAustin FC11San Jose Earthquakes
  • Sun 06 Sept, 00:30 UTCSeattle Sounders FC00New York Red Bulls
  • Sun 06 Sept, 00:30 UTCFC Dallas43Sporting Kansas City
  • Sat 05 Sept, 23:30 UTCPhiladelphia Union20CF Montréal
  • Sat 05 Sept, 23:30 UTCColumbus Crew30Colorado Rapids
  • Sat 05 Sept, 23:30 UTCToronto FC44Chicago Fire
  • Sat 05 Sept, 23:30 UTCCharlotte FC00Houston Dynamo
  • Sat 05 Sept, 23:30 UTCOrlando City SC10San Diego FC
  • Fri 04 Sept, 23:30 UTCNew York City FC00Nashville SC
  • Sun 30 Aug, 23:00 UTCSt.Louis City33FC Dallas
Get this via API

Get MLS results via API

Fetch the latest final MLS scores with competition_id=comp_9799.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_9799&season_id=sn_8454787&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_9799",
      "matchday": 38,
      "status": "finished",
      "utc_date": "2026-09-06T02:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Vancouver Whitecaps"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "St.Louis City"
      },
      "score": {
        "home": 1,
        "away": 3
      }
    }
  ]
}

Frequently Asked Questions

What was the latest MLS result?

Vancouver Whitecaps 1-3 St.Louis City on Sunday 6 September.

How do I get MLS results via API?

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