NORTH AMERICA · LEAGUE TABLE

MLS Table

As of 10 September 2026, Nashville SC lead the MLS 2026 with 53 points from 24 matches, 7 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 10 Sept 2026, 07:43 UTC
MLS league table
#TeamPWDLGFGAGDPts
1Nashville SC2416534819+2953
2Vancouver Whitecaps2314455221+3146
3Inter Miami CF2412845944+1544
4Houston Dynamo2413473227+543
5New England Revolution2412483930+940
6Los Angeles FC2511774024+1640
7FC Dallas2411764741+640
8Chicago Fire2311664433+1139
9Charlotte FC2411674233+939
10San Jose Earthquakes2411584336+738
11St.Louis City2410863833+538
12Colorado Rapids24102123232032
13Portland Timbers2495104645+132
14Orlando City SC2494114156-1531
15FC Cincinnati238784956-731
16San Diego FC2486104237+530
17Philadelphia Union2486104139+230
18Real Salt Lake2385103737029
19New York City FC247893733+429
20Minnesota United247893539-429
21LA Galaxy2578103039-929
22Toronto FC2461173843-529
23DC United2361073037-728
24Seattle Sounders FC227692429-527
25New York Red Bulls2476113248-1627
26Austin FC2468103043-1326
27Columbus Crew2465133541-623
28Atlanta United2464142943-1422
29CF Montréal2456133150-1921
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": 24,
      "wins": 16,
      "draws": 5,
      "losses": 3,
      "goals_for": 48,
      "goals_against": 19,
      "goal_difference": 29,
      "points": 53
    }
  ]
}

Frequently Asked Questions

Who is top of the MLS?

Nashville SC are top of the MLS 2026 with 53 points from 24 matches, 7 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.