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 WFC0–0Leicester City
- Sat 16 May, 12:00 UTCWest Ham1–4Manchester City
- Sat 16 May, 12:00 UTCLondon City Lionesses2–1Aston Villa
- Sat 16 May, 12:00 UTCLiverpool FC1–3Arsenal
- Sat 16 May, 12:00 UTCEverton1–0Leicester City
- Sat 16 May, 12:00 UTCChelsea FC1–0Manchester United
- Sat 16 May, 12:00 UTCBrighton1–2Tottenham FC
- Wed 13 May, 18:00 UTCArsenal1–0Everton
- Sat 09 May, 11:00 UTCAston Villa0–3Arsenal
- Wed 06 May, 18:45 UTCBrighton1–1Arsenal
- Mon 04 May, 12:00 UTCAston Villa0–2West Ham
- Sun 03 May, 13:30 UTCLeicester City1–3Chelsea FC
- Sun 03 May, 11:00 UTCTottenham FC2–1London City Lionesses
- Sun 03 May, 11:00 UTCManchester City1–0Liverpool FC
- Sat 02 May, 11:00 UTCManchester United1–1Brighton
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.