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 FC0–2Vancouver Whitecaps
- Mon 17 Aug, 00:30 UTCAustin FC1–2FC Dallas
- Sun 16 Aug, 22:00 UTCChicago Fire2–1Portland Timbers
- Sun 16 Aug, 22:00 UTCNew York City FC2–3Philadelphia Union
- Sun 16 Aug, 02:30 UTCLos Angeles FC0–1San Diego FC
- Sun 16 Aug, 02:30 UTCSan Jose Earthquakes1–3St.Louis City
- Sun 16 Aug, 01:30 UTCReal Salt Lake1–1Minnesota United
- Sun 16 Aug, 01:30 UTCColorado Rapids2–0Sporting Kansas City
- Sun 16 Aug, 00:30 UTCHouston Dynamo1–0LA Galaxy
- Sun 16 Aug, 00:30 UTCNashville SC4–1Inter Miami CF
- Sat 15 Aug, 23:30 UTCToronto FC2–1New England Revolution
- Sat 15 Aug, 23:30 UTCOrlando City SC1–1FC Cincinnati
- Sat 15 Aug, 23:30 UTCCharlotte FC3–1Columbus Crew
- Sat 15 Aug, 23:30 UTCCF Montréal1–1DC United
- Sat 15 Aug, 23:30 UTCAtlanta United2–1New 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.