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 FC1–1Washington Spirit
- Sun 16 Aug, 23:00 UTCNorth Carolina Courage2–3Houston Dash
- Sun 16 Aug, 00:45 UTCPortland Thorns FC2–1Orlando Pride
- Sat 15 Aug, 22:30 UTCRacing Louisville4–1Boston Legacy FC
- Sat 15 Aug, 02:00 UTCUtah Royals FC3–2Bay FC
- Sat 15 Aug, 02:00 UTCSan Diego Wave FC1–1Denver Summit FC
- Sat 15 Aug, 02:00 UTCSeattle Reign FC1–0Chicago Stars FC
- Sat 15 Aug, 00:00 UTCNJ/NY Gotham FC2–1Kansas City Current
- Mon 10 Aug, 01:00 UTCSeattle Reign FC2–2Angel City FC
- Sun 09 Aug, 23:00 UTCChicago Stars FC0–0Bay FC
- Sun 09 Aug, 20:00 UTCBoston Legacy FC3–4Portland Thorns FC
- Sun 09 Aug, 02:00 UTCDenver Summit FC2–1Utah Royals FC
- Sun 09 Aug, 00:45 UTCHouston Dash1–1Kansas City Current
- Sat 08 Aug, 22:30 UTCWashington Spirit3–4North Carolina Courage
- Sat 08 Aug, 00:25 UTCNJ/NY Gotham FC1–0San 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.