NORTH AMERICA · FIXTURES

NWSL Fixtures

Next NWSL fixtures: San Diego Wave FC v Seattle Reign FC (Sunday 26 July), Washington Spirit v Denver Summit FC (Sunday 26 July), Angel City FC v Racing Louisville (Monday 27 July). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 04:08 UTC
  • Sun 26 Jul, 21:00 UTCSan Diego Wave FCvSeattle Reign FC
  • Sun 26 Jul, 23:00 UTCWashington SpiritvDenver Summit FC
  • Mon 27 Jul, 01:00 UTCAngel City FCvRacing Louisville
  • Thu 30 Jul, 00:00 UTCKansas City CurrentvRacing Louisville
  • Thu 30 Jul, 01:00 UTCUtah Royals FCvWashington Spirit
  • Thu 30 Jul, 02:00 UTCBay FCvNJ/NY Gotham FC
  • Sat 01 Aug, 00:00 UTCNorth Carolina CouragevOrlando Pride
  • Sat 01 Aug, 20:00 UTCRacing LouisvillevChicago Stars FC
  • Sat 01 Aug, 22:30 UTCKansas City CurrentvAngel City FC
  • Sun 02 Aug, 00:00 UTCHouston DashvNJ/NY Gotham FC
  • Sun 02 Aug, 00:45 UTCBay FCvSeattle Reign FC
  • Sun 02 Aug, 20:00 UTCWashington SpiritvSan Diego Wave FC
  • Sun 02 Aug, 23:00 UTCUtah Royals FCvPortland Thorns FC
  • Mon 03 Aug, 01:00 UTCDenver Summit FCvBoston Legacy FC
  • Thu 06 Aug, 02:00 UTCDenver Summit FCvNorth Carolina Courage
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-07-26T21:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "San Diego Wave FC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Seattle Reign FC"
      }
    }
  ]
}

Frequently Asked Questions

When is the next NWSL match?

San Diego Wave FC play Seattle Reign FC on Sunday 26 July.

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.