EUROPE · FIXTURES

Women's Super League Fixtures

Next Women's Super League fixtures: West Ham v London City Lionesses (Saturday 12 September), Manchester United v Chelsea FC (Sunday 13 September), Birmingham City W.F.C. v Brighton (Sunday 13 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 02:06 UTC
  • Sat 12 Sept, 11:45 UTCWest HamvLondon City Lionesses
  • Sun 13 Sept, 11:00 UTCManchester UnitedvChelsea FC
  • Sun 13 Sept, 13:00 UTCBirmingham City W.F.C.vBrighton
  • Sun 13 Sept, 13:00 UTCLiverpool FCvTottenham FC
  • Sun 13 Sept, 13:00 UTCEvertonvCharlton Athletic WFC
  • Sun 13 Sept, 13:45 UTCArsenalvCrystal Palace
  • Sun 13 Sept, 17:30 UTCAston VillavManchester City
  • Fri 18 Sept, 18:00 UTCManchester CityvLiverpool FC
  • Sat 19 Sept, 11:30 UTCCharlton Athletic WFCvLondon City Lionesses
  • Sat 19 Sept, 11:45 UTCChelsea FCvBirmingham City W.F.C.
  • Sat 19 Sept, 16:30 UTCArsenalvManchester United
  • Sun 20 Sept, 13:00 UTCWest HamvEverton
  • Sun 20 Sept, 13:00 UTCBrightonvAston Villa
  • Sun 20 Sept, 13:00 UTCCrystal PalacevTottenham FC
  • Sat 26 Sept, 12:30 UTCCharlton Athletic WFCvManchester City
Get this via API

Get Women's Super League fixtures via API

Fetch upcoming Women's Super League matches with competition_id=comp_08207.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_08207&season_id=sn_2989293&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_08207",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-12T11:45:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "West Ham"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "London City Lionesses"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Women's Super League match?

West Ham play London City Lionesses on Saturday 12 September.

How do I get Women's Super League fixtures via API?

Call the matches endpoint with competition_id=comp_08207 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Women's Super League data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.