NORTH AMERICA · RESULTS

NWSL Results

Latest NWSL results: Angel City FC 1-1 Washington Spirit, North Carolina Courage 2-3 Houston Dash, Portland Thorns FC 2-1 Orlando Pride. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 17 Aug 2026, 18:29 UTC
  • Mon 17 Aug, 01:00 UTCAngel City FC11Washington Spirit
  • Sun 16 Aug, 23:00 UTCNorth Carolina Courage23Houston Dash
  • Sun 16 Aug, 00:45 UTCPortland Thorns FC21Orlando Pride
  • Sat 15 Aug, 22:30 UTCRacing Louisville41Boston Legacy FC
  • Sat 15 Aug, 02:00 UTCUtah Royals FC32Bay FC
  • Sat 15 Aug, 02:00 UTCSan Diego Wave FC11Denver Summit FC
  • Sat 15 Aug, 02:00 UTCSeattle Reign FC10Chicago Stars FC
  • Sat 15 Aug, 00:00 UTCNJ/NY Gotham FC21Kansas City Current
  • Mon 10 Aug, 01:00 UTCSeattle Reign FC22Angel City FC
  • Sun 09 Aug, 23:00 UTCChicago Stars FC00Bay FC
  • Sun 09 Aug, 20:00 UTCBoston Legacy FC34Portland Thorns FC
  • Sun 09 Aug, 02:00 UTCDenver Summit FC21Utah Royals FC
  • Sun 09 Aug, 00:45 UTCHouston Dash11Kansas City Current
  • Sat 08 Aug, 22:30 UTCWashington Spirit34North Carolina Courage
  • Sat 08 Aug, 00:25 UTCNJ/NY Gotham FC10San Diego Wave FC
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-08-17T01:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Angel City FC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Washington Spirit"
      },
      "score": {
        "home": 1,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest NWSL result?

Angel City FC 1-1 Washington Spirit on Monday 17 August.

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.