NORTH AMERICA · LEAGUE TABLE

MLS Table

As of 9 September 2026, Nashville SC lead the MLS 2026 with 53 points from 23 matches, 10 points clear of Vancouver Whitecaps. Sporting Kansas City sit bottom on 15. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 06:03 UTC
MLS league table
#TeamPWDLGFGAGDPts
1Nashville SC2316524717+3053
2Vancouver Whitecaps2213454921+2843
3Inter Miami CF2312745843+1543
4Houston Dynamo2312473026+440
5Chicago Fire2211564332+1138
6New England Revolution2311483729+837
7Los Angeles FC2410773824+1437
8FC Dallas2310764540+537
9St.Louis City2310763631+537
10Charlotte FC2310674032+836
11San Jose Earthquakes2310584034+635
12Colorado Rapids23101123131031
13Portland Timbers2394104443+131
14FC Cincinnati228774951-231
15San Diego FC238694034+630
16Real Salt Lake228593635+129
17New York City FC237883631+529
18Minnesota United237883437-329
19LA Galaxy247893036-629
20Orlando City SC2384113854-1628
21Philadelphia Union2376103639-327
22Seattle Sounders FC227692429-527
23New York Red Bulls2376103246-1427
24Toronto FC2351173642-626
25Austin FC2367102942-1325
26DC United2251072836-825
27Columbus Crew2365123439-523
28Atlanta United2364132740-1322
29CF Montréal2356123048-1821
30Sporting Kansas City2343162358-3515
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": 23,
      "wins": 16,
      "draws": 5,
      "losses": 2,
      "goals_for": 47,
      "goals_against": 17,
      "goal_difference": 30,
      "points": 53
    }
  ]
}

Frequently Asked Questions

Who is top of the MLS?

Nashville SC are top of the MLS 2026 with 53 points from 23 matches, 10 points clear of Vancouver Whitecaps.

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.