NORTH AMERICA · LEAGUE TABLE

NWSL Table

As of 9 September 2026, NJ/NY Gotham FC lead the NWSL 2026 with 45 points from 23 matches, 2 points clear of Washington Spirit. Chicago Stars FC sit bottom on 16. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 03:44 UTC
NWSL league table
#TeamPWDLGFGAGDPts
1NJ/NY Gotham FC2313642717+1045
2Washington Spirit2313463320+1343
3North Carolina Courage2312384633+1339
4Utah Royals FC2312384030+1039
5San Diego Wave FC2312383226+639
6Portland Thorns FC2311573732+538
7Kansas City Current2311483732+537
8Seattle Reign FC2210482726+134
9Angel City FC229583424+1032
10Denver Summit FC228683427+730
11Orlando Pride2392122934-529
12Houston Dash2375112933-426
13Racing Louisville2372143445-1123
14Boston Legacy FC2365122840-1223
15Bay FC2264122230-822
16Chicago Stars FC2351171353-4016
Get this via API

Get the NWSL table via API

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

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_19988/seasons/sn_2966891/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "NJ/NY Gotham FC"
      },
      "position": 1,
      "matches_played": 23,
      "wins": 13,
      "draws": 6,
      "losses": 4,
      "goals_for": 27,
      "goals_against": 17,
      "goal_difference": 10,
      "points": 45
    }
  ]
}

Frequently Asked Questions

Who is top of the NWSL?

NJ/NY Gotham FC are top of the NWSL 2026 with 45 points from 23 matches, 2 points clear of Washington Spirit.

How many teams are in the NWSL?

16 teams compete in the NWSL 2026.

How do I get the NWSL table via API?

Call the standings endpoint with competition_id=comp_19988 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 NWSL data are available?

TheStatsAPI has 6 seasons of NWSL data, going back to 2021, including historical final tables.

Get NWSL data via API

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