NORTH AMERICA · RESULTS

NWSL Results

Latest NWSL results: North Carolina Courage 1-4 Utah Royals FC, Boston Legacy FC 1-0 Kansas City Current, Portland Thorns FC 2-2 NJ/NY Gotham FC. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:40 UTC
  • Sat 25 Jul, 23:45 UTCNorth Carolina Courage14Utah Royals FC
  • Sat 25 Jul, 21:00 UTCBoston Legacy FC10Kansas City Current
  • Sat 25 Jul, 02:00 UTCPortland Thorns FC22NJ/NY Gotham FC
  • Sat 25 Jul, 00:00 UTCOrlando Pride10Chicago Stars FC
  • Sat 25 Jul, 00:00 UTCHouston Dash10Bay FC
  • Sun 19 Jul, 23:00 UTCBoston Legacy FC12Washington Spirit
  • Sun 19 Jul, 01:05 UTCRacing Louisville11Houston Dash
  • Sun 19 Jul, 00:45 UTCUtah Royals FC10Orlando Pride
  • Sat 18 Jul, 22:30 UTCChicago Stars FC02Angel City FC
  • Sat 18 Jul, 20:00 UTCBay FC30North Carolina Courage
  • Sat 18 Jul, 18:00 UTCDenver Summit FC21Portland Thorns FC
  • Sat 18 Jul, 16:00 UTCNJ/NY Gotham FC32Seattle Reign FC
  • Sat 18 Jul, 00:00 UTCKansas City Current22San Diego Wave FC
  • Thu 16 Jul, 00:00 UTCNJ/NY Gotham FC10Washington Spirit
  • Wed 15 Jul, 23:00 UTCOrlando Pride01Boston Legacy 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-07-25T23:45:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "North Carolina Courage"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Utah Royals FC"
      },
      "score": {
        "home": 1,
        "away": 4
      }
    }
  ]
}

Frequently Asked Questions

What was the latest NWSL result?

North Carolina Courage 1-4 Utah Royals FC on Saturday 25 July.

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.