NORTH AMERICA · FIXTURES

NWSL Fixtures

Next NWSL fixtures: Racing Louisville v NJ/NY Gotham FC (Friday 11 September), Kansas City Current v Orlando Pride (Saturday 12 September), Angel City FC v Denver Summit FC (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 08 Sept 2026, 21:32 UTC
  • Fri 11 Sept, 22:30 UTCRacing LouisvillevNJ/NY Gotham FC
  • Sat 12 Sept, 00:00 UTCKansas City CurrentvOrlando Pride
  • Sat 12 Sept, 02:00 UTCAngel City FCvDenver Summit FC
  • Sat 12 Sept, 22:30 UTCSan Diego Wave FCvNorth Carolina Courage
  • Sun 13 Sept, 00:00 UTCSeattle Reign FCvBay FC
  • Sun 13 Sept, 00:45 UTCHouston DashvUtah Royals FC
  • Sun 13 Sept, 17:00 UTCWashington SpiritvBoston Legacy FC
  • Sun 13 Sept, 23:00 UTCPortland Thorns FCvChicago Stars FC
  • Thu 17 Sept, 01:30 UTCDenver Summit FCvBay FC
  • Thu 17 Sept, 02:00 UTCAngel City FCvSeattle Reign FC
  • Sat 19 Sept, 02:00 UTCSan Diego Wave FCvKansas City Current
  • Sat 19 Sept, 20:00 UTCOrlando PridevPortland Thorns FC
  • Sat 19 Sept, 22:30 UTCNorth Carolina CouragevNJ/NY Gotham FC
  • Sun 20 Sept, 00:45 UTCDenver Summit FCvSeattle Reign FC
  • Sun 20 Sept, 18:00 UTCBoston Legacy 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-09-11T22:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Racing Louisville"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "NJ/NY Gotham FC"
      }
    }
  ]
}

Frequently Asked Questions

When is the next NWSL match?

Racing Louisville play NJ/NY Gotham FC on Friday 11 September.

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.