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 Whitecaps1–3St.Louis City
- Sun 06 Sept, 02:30 UTCPortland Timbers5–4Minnesota United
- Sun 06 Sept, 01:30 UTCLA Galaxy2–1New England Revolution
- Sun 06 Sept, 01:30 UTCReal Salt Lake2–2Los Angeles FC
- Sun 06 Sept, 01:05 UTCInter Miami CF2–2Atlanta United
- Sun 06 Sept, 00:30 UTCAustin FC1–1San Jose Earthquakes
- Sun 06 Sept, 00:30 UTCSeattle Sounders FC0–0New York Red Bulls
- Sun 06 Sept, 00:30 UTCFC Dallas4–3Sporting Kansas City
- Sat 05 Sept, 23:30 UTCPhiladelphia Union2–0CF Montréal
- Sat 05 Sept, 23:30 UTCColumbus Crew3–0Colorado Rapids
- Sat 05 Sept, 23:30 UTCToronto FC4–4Chicago Fire
- Sat 05 Sept, 23:30 UTCCharlotte FC0–0Houston Dynamo
- Sat 05 Sept, 23:30 UTCOrlando City SC1–0San Diego FC
- Fri 04 Sept, 23:30 UTCNew York City FC0–0Nashville SC
- Sun 30 Aug, 23:00 UTCSt.Louis City3–3FC 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.