NORTH AMERICA · RESULTS

MLS Results

Latest MLS results: Seattle Sounders FC 0-2 Vancouver Whitecaps, Austin FC 1-2 FC Dallas, Chicago Fire 2-1 Portland Timbers. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 18 Aug 2026, 18:01 UTC
  • Mon 17 Aug, 02:30 UTCSeattle Sounders FC02Vancouver Whitecaps
  • Mon 17 Aug, 00:30 UTCAustin FC12FC Dallas
  • Sun 16 Aug, 22:00 UTCChicago Fire21Portland Timbers
  • Sun 16 Aug, 22:00 UTCNew York City FC23Philadelphia Union
  • Sun 16 Aug, 02:30 UTCLos Angeles FC01San Diego FC
  • Sun 16 Aug, 02:30 UTCSan Jose Earthquakes13St.Louis City
  • Sun 16 Aug, 01:30 UTCReal Salt Lake11Minnesota United
  • Sun 16 Aug, 01:30 UTCColorado Rapids20Sporting Kansas City
  • Sun 16 Aug, 00:30 UTCHouston Dynamo10LA Galaxy
  • Sun 16 Aug, 00:30 UTCNashville SC41Inter Miami CF
  • Sat 15 Aug, 23:30 UTCToronto FC21New England Revolution
  • Sat 15 Aug, 23:30 UTCOrlando City SC11FC Cincinnati
  • Sat 15 Aug, 23:30 UTCCharlotte FC31Columbus Crew
  • Sat 15 Aug, 23:30 UTCCF Montréal11DC United
  • Sat 15 Aug, 23:30 UTCAtlanta United21New York Red Bulls
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-08-17T02:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Seattle Sounders FC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Vancouver Whitecaps"
      },
      "score": {
        "home": 0,
        "away": 2
      }
    }
  ]
}

Frequently Asked Questions

What was the latest MLS result?

Seattle Sounders FC 0-2 Vancouver Whitecaps on Monday 17 August.

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.