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 FC1–0San Diego Wave FC
- Mon 07 Sept, 00:30 UTCOrlando Pride3–1Houston Dash
- Sun 06 Sept, 20:00 UTCChicago Stars FC0–6North Carolina Courage
- Sun 06 Sept, 20:00 UTCPortland Thorns FC1–2Washington Spirit
- Sun 06 Sept, 18:00 UTCDenver Summit FC3–0NJ/NY Gotham FC
- Sat 05 Sept, 22:30 UTCRacing Louisville0–2Angel City FC
- Sat 05 Sept, 02:00 UTCBay FC1–2Kansas City Current
- Sat 05 Sept, 01:30 UTCUtah Royals FC1–2Boston Legacy FC
- Tue 01 Sept, 00:00 UTCBoston Legacy FC2–5Angel City FC
- Sun 30 Aug, 23:00 UTCSeattle Reign FC1–0Houston Dash
- Sun 30 Aug, 16:30 UTCWashington Spirit1–0Bay FC
- Sun 30 Aug, 00:45 UTCDenver Summit FC6–1Chicago Stars FC
- Sun 30 Aug, 00:00 UTCOrlando Pride1–2Utah Royals FC
- Sat 29 Aug, 22:30 UTCKansas City Current3–2North Carolina Courage
- Sat 29 Aug, 02:00 UTCSan Diego Wave FC3–2Racing 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.