NORTH AMERICA · FIXTURES

NWSL Fixtures

Next NWSL fixtures: Kansas City Current v Seattle Reign FC (Saturday 22 August), North Carolina Courage v Boston Legacy FC (Saturday 22 August), Portland Thorns FC v Denver Summit FC (Sunday 23 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 18 Aug 2026, 02:11 UTC
  • Sat 22 Aug, 22:30 UTCKansas City CurrentvSeattle Reign FC
  • Sat 22 Aug, 23:30 UTCNorth Carolina CouragevBoston Legacy FC
  • Sun 23 Aug, 00:45 UTCPortland Thorns FCvDenver Summit FC
  • Sun 23 Aug, 18:00 UTCChicago Stars FCvRacing Louisville
  • Sun 23 Aug, 20:00 UTCWashington SpiritvOrlando Pride
  • Sun 23 Aug, 22:00 UTCBay FCvHouston Dash
  • Mon 24 Aug, 00:00 UTCAngel City FCvNJ/NY Gotham FC
  • Thu 27 Aug, 00:00 UTCNorth Carolina CouragevAngel City FC
  • Sat 29 Aug, 00:00 UTCNJ/NY Gotham FCvPortland Thorns FC
  • Sat 29 Aug, 02:00 UTCSan Diego Wave FCvRacing Louisville
  • Sat 29 Aug, 22:30 UTCKansas City CurrentvNorth Carolina Courage
  • Sat 29 Aug, 23:00 UTCOrlando PridevUtah Royals FC
  • Sun 30 Aug, 00:45 UTCDenver Summit FCvChicago Stars FC
  • Sun 30 Aug, 16:30 UTCWashington SpiritvBay FC
  • Sun 30 Aug, 23:00 UTCSeattle Reign FCvHouston Dash
Get this via API

Get NWSL fixtures via API

Fetch upcoming NWSL matches with competition_id=comp_19988.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_19988&season_id=sn_2966891&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_19988",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-08-22T22:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Kansas City Current"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Seattle Reign FC"
      }
    }
  ]
}

Frequently Asked Questions

When is the next NWSL match?

Kansas City Current play Seattle Reign FC on Saturday 22 August.

How do I get NWSL fixtures via API?

Call the matches endpoint with competition_id=comp_19988 and status=scheduled. 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.