NORTH AMERICA · FIXTURES
MLS Fixtures
Next MLS fixtures: Portland Timbers v Atlanta United (Sunday 20 September), Inter Miami CF v San Diego FC (Sunday 20 September), Seattle Sounders FC v Real Salt Lake (Thursday 24 September). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 2026·Updated 09 Sept 2026, 06:57 UTC
- Sun 20 Sept, 02:30 UTCPortland TimbersvAtlanta United
- Sun 20 Sept, 23:00 UTCInter Miami CFvSan Diego FC
- Thu 24 Sept, 01:30 UTCSeattle Sounders FCvReal Salt Lake
- Sat 26 Sept, 23:30 UTCPhiladelphia UnionvOrlando City SC
- Sat 26 Sept, 23:30 UTCNew York Red BullsvSt.Louis City
- Sat 26 Sept, 23:30 UTCCF MontréalvFC Cincinnati
- Sat 26 Sept, 23:30 UTCCharlotte FCvChicago Fire
- Sat 26 Sept, 23:30 UTCAtlanta UnitedvNew York City FC
- Sun 27 Sept, 00:30 UTCNashville SCvToronto FC
- Sun 27 Sept, 00:30 UTCSeattle Sounders FCvMinnesota United
- Sun 27 Sept, 00:30 UTCHouston DynamovSporting Kansas City
- Sun 27 Sept, 00:30 UTCFC DallasvLos Angeles FC
- Sun 27 Sept, 00:30 UTCAustin FCvSan Diego FC
- Sun 27 Sept, 01:30 UTCReal Salt LakevNew England Revolution
- Sun 27 Sept, 02:30 UTCLA GalaxyvColorado Rapids
Get this via API
Get MLS fixtures via API
Fetch upcoming MLS matches with competition_id=comp_9799.
GET /football/matches?competition_id=comp_9799&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_9799&season_id=sn_8454787&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_9799",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-20T02:30:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Portland Timbers"
},
"away_team": {
"id": "tm_yyyy",
"name": "Atlanta United"
}
}
]
}Frequently Asked Questions
When is the next MLS match?
Portland Timbers play Atlanta United on Sunday 20 September.
How do I get MLS fixtures via API?
Call the matches endpoint with competition_id=comp_9799 and status=scheduled. 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.