NORTH AMERICA · RESULTS

NWSL Results

Latest NWSL results: Seattle Reign FC 1-0 San Diego Wave FC, Orlando Pride 3-1 Houston Dash, Chicago Stars FC 0-6 North Carolina Courage. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 05:42 UTC
  • Mon 07 Sept, 01:00 UTCSeattle Reign FC10San Diego Wave FC
  • Mon 07 Sept, 00:30 UTCOrlando Pride31Houston Dash
  • Sun 06 Sept, 20:00 UTCChicago Stars FC06North Carolina Courage
  • Sun 06 Sept, 20:00 UTCPortland Thorns FC12Washington Spirit
  • Sun 06 Sept, 18:00 UTCDenver Summit FC30NJ/NY Gotham FC
  • Sat 05 Sept, 22:30 UTCRacing Louisville02Angel City FC
  • Sat 05 Sept, 02:00 UTCBay FC12Kansas City Current
  • Sat 05 Sept, 01:30 UTCUtah Royals FC12Boston Legacy FC
  • Tue 01 Sept, 00:00 UTCBoston Legacy FC25Angel City FC
  • Sun 30 Aug, 23:00 UTCSeattle Reign FC10Houston Dash
  • Sun 30 Aug, 16:30 UTCWashington Spirit10Bay FC
  • Sun 30 Aug, 00:45 UTCDenver Summit FC61Chicago Stars FC
  • Sun 30 Aug, 00:00 UTCOrlando Pride12Utah Royals FC
  • Sat 29 Aug, 22:30 UTCKansas City Current32North Carolina Courage
  • Sat 29 Aug, 02:00 UTCSan Diego Wave FC32Racing Louisville
Get this via API

Get NWSL results via API

Fetch the latest final NWSL scores with competition_id=comp_19988.

GET /football/matches?competition_id=comp_19988&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_19988&season_id=sn_2966891&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_19988",
      "matchday": 1,
      "status": "finished",
      "utc_date": "2026-09-07T01:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Seattle Reign FC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "San Diego Wave FC"
      },
      "score": {
        "home": 1,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest NWSL result?

Seattle Reign FC 1-0 San Diego Wave FC on Monday 7 September.

How do I get NWSL results via API?

Call the matches endpoint with competition_id=comp_19988 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get NWSL data via API

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