EUROPE · RESULTS
Women's Super League Results
Latest Women's Super League results: Manchester City 3-1 Birmingham City W.F.C., Crystal Palace 1-0 Everton, Charlton Athletic WFC 0-4 Liverpool FC. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 09 Sept 2026, 06:39 UTC
- Sun 06 Sept, 13:30 UTCManchester City3–1Birmingham City W.F.C.
- Sun 06 Sept, 13:00 UTCCrystal Palace1–0Everton
- Sun 06 Sept, 13:00 UTCCharlton Athletic WFC0–4Liverpool FC
- Sun 06 Sept, 11:00 UTCBrighton0–1Arsenal
- Sun 06 Sept, 11:00 UTCTottenham FC3–1West Ham
- Sat 05 Sept, 11:30 UTCChelsea FC1–1Aston Villa
- Fri 04 Sept, 18:00 UTCLondon City Lionesses2–1Manchester United
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_2989293&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_08207",
"matchday": 1,
"status": "finished",
"utc_date": "2026-09-06T13:30:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Manchester City"
},
"away_team": {
"id": "tm_yyyy",
"name": "Birmingham City W.F.C."
},
"score": {
"home": 3,
"away": 1
}
}
]
}Frequently Asked Questions
What was the latest Women's Super League result?
Manchester City 3-1 Birmingham City W.F.C. on Sunday 6 September.
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.