EUROPE · RESULTS

Women's Super League Results

Latest Women's Super League results: Charlton Athletic WFC 0-0 Leicester City, West Ham 1-4 Manchester City, London City Lionesses 2-1 Aston Villa. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:42 UTC
  • Sat 23 May, 11:30 UTCCharlton Athletic WFC00Leicester City
  • Sat 16 May, 12:00 UTCWest Ham14Manchester City
  • Sat 16 May, 12:00 UTCLondon City Lionesses21Aston Villa
  • Sat 16 May, 12:00 UTCLiverpool FC13Arsenal
  • Sat 16 May, 12:00 UTCEverton10Leicester City
  • Sat 16 May, 12:00 UTCChelsea FC10Manchester United
  • Sat 16 May, 12:00 UTCBrighton12Tottenham FC
  • Wed 13 May, 18:00 UTCArsenal10Everton
  • Sat 09 May, 11:00 UTCAston Villa03Arsenal
  • Wed 06 May, 18:45 UTCBrighton11Arsenal
  • Mon 04 May, 12:00 UTCAston Villa02West Ham
  • Sun 03 May, 13:30 UTCLeicester City13Chelsea FC
  • Sun 03 May, 11:00 UTCTottenham FC21London City Lionesses
  • Sun 03 May, 11:00 UTCManchester City10Liverpool FC
  • Sat 02 May, 11:00 UTCManchester United11Brighton
Get this via API

Get Women's Super League results via API

Fetch the latest final Women's Super League scores with competition_id=comp_08207.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_08207&season_id=sn_3075205&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_08207",
      "matchday": 29,
      "status": "finished",
      "utc_date": "2026-05-23T11:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Charlton Athletic WFC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Leicester City"
      },
      "score": {
        "home": 0,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Women's Super League result?

Charlton Athletic WFC 0-0 Leicester City on Saturday 23 May.

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

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