NORTH AMERICA · LEAGUE TABLE

MLS Table

As of 26 July 2026, Nashville SC lead the MLS 2026 with 39 points from 17 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 26 Jul 2026, 05:27 UTC
MLS league table
#TeamPWDLGFGAGDPts
1Nashville SC1712323312+2139
2Inter Miami CF1711424330+1337
3Vancouver Whitecaps1610333716+2133
4Los Angeles FC1810353418+1633
5San Jose Earthquakes1710343520+1533
6New England Revolution169252619+729
7Chicago Fire168263022+826
8Real Salt Lake168262824+426
9Houston Dynamo168262324-126
10FC Dallas177553225+726
11New York City FC177463023+725
12Charlotte FC177462825+325
13St.Louis City177462323025
14Seattle Sounders FC167361920-124
15FC Cincinnati176564142-123
16Minnesota United176561924-523
17New York Red Bulls176472637-1122
18DC United175752427-322
19Portland Timbers176383132-121
20LA Galaxy185672429-521
21Orlando City SC176292844-1620
22San Diego FC175573128+320
23Colorado Rapids1761102625+119
24Columbus Crew175482426-219
25Austin FC174582235-1317
26Toronto FC173772331-816
27CF Montréal1743102233-1115
28Sporting Kansas City1742111844-2614
29Philadelphia Union1734102231-913
30Atlanta United1733111730-1312
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": 17,
      "wins": 12,
      "draws": 3,
      "losses": 2,
      "goals_for": 33,
      "goals_against": 12,
      "goal_difference": 21,
      "points": 39
    }
  ]
}

Frequently Asked Questions

Who is top of the MLS?

Nashville SC are top of the MLS 2026 with 39 points from 17 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.