NORTH AMERICA · LEAGUE TABLE

NWSL Table

As of 15 August 2026, NJ/NY Gotham FC lead the NWSL 2026 with 43 points from 20 matches, 7 points clear of Utah Royals FC. Chicago Stars FC sit bottom on 13. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 15 Aug 2026, 14:50 UTC
NWSL league table
#TeamPWDLGFGAGDPts
1NJ/NY Gotham FC2013432613+1343
2Utah Royals FC2011363523+1236
3Washington Spirit1911352917+1236
4San Diego Wave FC2010372521+433
5Portland Thorns FC199463228+431
6North Carolina Courage189363226+630
7Kansas City Current209383128+330
8Seattle Reign FC188372323027
9Angel City FC177372619+724
10Denver Summit FC196672525024
11Orlando Pride1972102329-623
12Boston Legacy FC195592228-620
13Houston Dash185582026-620
14Bay FC1954102027-719
15Racing Louisville1852112435-1117
16Chicago Stars FC194114934-2513
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": 20,
      "wins": 13,
      "draws": 4,
      "losses": 3,
      "goals_for": 26,
      "goals_against": 13,
      "goal_difference": 13,
      "points": 43
    }
  ]
}

Frequently Asked Questions

Who is top of the NWSL?

NJ/NY Gotham FC are top of the NWSL 2026 with 43 points from 20 matches, 7 points clear of Utah Royals FC.

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.