NORTH AMERICA · LEAGUE TABLE

MLS Table

As of 15 August 2026, Nashville SC lead the MLS 2026 with 40 points from 18 matches, 2 points clear of Inter Miami CF. Atlanta United sit bottom on 12. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 15 Aug 2026, 19:21 UTC
MLS league table
#TeamPWDLGFGAGDPts
1Nashville SC1812423514+2140
2Inter Miami CF1811524532+1338
3Vancouver Whitecaps1710433817+2134
4Los Angeles FC1910453519+1634
5San Jose Earthquakes1810353724+1333
6Houston Dynamo1810262724+332
7New England Revolution189362823+530
8Chicago Fire179263223+929
9Real Salt Lake178362925+427
10FC Dallas187653225+727
11New York City FC187563124+726
12FC Cincinnati187564544+126
13St.Louis City187562424026
14Charlotte FC187472927+225
15New York Red Bulls187472939-1025
16Portland Timbers187383333024
17Seattle Sounders FC177372022-224
18Minnesota United186662025-524
19DC United185852629-323
20Colorado Rapids1871102725+222
21LA Galaxy195772429-522
22San Diego FC185673229+321
23Orlando City SC1862103047-1720
24Columbus Crew185582628-220
25Austin FC184592236-1417
26Toronto FC183872432-817
27Philadelphia Union1844102533-816
28CF Montréal1844102435-1116
29Sporting Kansas City1842121846-2814
30Atlanta United1833121933-1412
Get this via API

Get the MLS table via API

Fetch the live MLS standings with competition_id=comp_9799. The same shape works for every competition and season.

GET /football/competitions/comp_9799/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_9799/seasons/sn_8454787/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Nashville SC"
      },
      "position": 1,
      "matches_played": 18,
      "wins": 12,
      "draws": 4,
      "losses": 2,
      "goals_for": 35,
      "goals_against": 14,
      "goal_difference": 21,
      "points": 40
    }
  ]
}

Frequently Asked Questions

Who is top of the MLS?

Nashville SC are top of the MLS 2026 with 40 points from 18 matches, 2 points clear of Inter Miami CF.

How many teams are in the MLS?

30 teams compete in the MLS 2026.

How do I get the MLS table via API?

Call the standings endpoint with competition_id=comp_9799 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of MLS data are available?

TheStatsAPI has 7 seasons of MLS data, going back to 2020, including historical final tables.

Get MLS data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.