NORTH AMERICA · LEAGUE TABLE

NWSL Table

As of 26 July 2026, NJ/NY Gotham FC lead the NWSL 2026 with 31 points from 16 matches, 1 point clear of Washington Spirit. Racing Louisville sit bottom on 8. Full table with goal difference and form below.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:34 UTC
NWSL league table
#TeamPWDLGFGAGDPts
1NJ/NY Gotham FC169432112+931
2Washington Spirit159332412+1230
3Utah Royals FC169342617+930
4San Diego Wave FC169252317+629
5Portland Thorns FC178452720+728
6Kansas City Current168172323025
7Orlando Pride177282221+123
8Angel City FC147162214+822
9North Carolina Courage156362123-221
10Denver Summit FC145452119+219
11Houston Dash165471924-519
12Boston Legacy FC175481823-519
13Bay FC155371620-418
14Seattle Reign FC145271519-417
15Chicago Stars FC164012831-2312
16Racing Louisville1422101627-118
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": 16,
      "wins": 9,
      "draws": 4,
      "losses": 3,
      "goals_for": 21,
      "goals_against": 12,
      "goal_difference": 9,
      "points": 31
    }
  ]
}

Frequently Asked Questions

Who is top of the NWSL?

NJ/NY Gotham FC are top of the NWSL 2026 with 31 points from 16 matches, 1 point 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.