NORTH AMERICA · RESULTS

MLS Results

Latest MLS results: San Jose Earthquakes 1-1 LA Galaxy, Portland Timbers 2-1 Real Salt Lake, Los Angeles FC 4-0 Sporting Kansas City. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 04:54 UTC
  • Sun 26 Jul, 02:30 UTCSan Jose Earthquakes11LA Galaxy
  • Sun 26 Jul, 02:30 UTCPortland Timbers21Real Salt Lake
  • Sun 26 Jul, 02:30 UTCLos Angeles FC40Sporting Kansas City
  • Sun 26 Jul, 01:30 UTCSan Diego FC10FC Dallas
  • Sun 26 Jul, 00:46 UTCOrlando City SC10Nashville SC
  • Sun 26 Jul, 00:30 UTCSt.Louis City10Colorado Rapids
  • Sun 26 Jul, 00:30 UTCMinnesota United00Vancouver Whitecaps
  • Sun 26 Jul, 00:30 UTCHouston Dynamo30Austin FC
  • Sat 25 Jul, 23:30 UTCPhiladelphia Union10Seattle Sounders FC
  • Sat 25 Jul, 23:30 UTCCF Montréal01Inter Miami CF
  • Sat 25 Jul, 23:30 UTCNew York City FC31Chicago Fire
  • Sat 25 Jul, 23:30 UTCNew England Revolution41Atlanta United
  • Sat 25 Jul, 23:30 UTCDC United21Toronto FC
  • Sat 25 Jul, 23:15 UTCColumbus Crew21FC Cincinnati
  • Sat 25 Jul, 22:30 UTCNew York Red Bulls02Charlotte FC
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-07-26T02:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "San Jose Earthquakes"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "LA Galaxy"
      },
      "score": {
        "home": 1,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest MLS result?

San Jose Earthquakes 1-1 LA Galaxy on Sunday 26 July.

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.