Women's Super League Table
As of 8 September 2026, Liverpool FC lead the Women's Super League 26/27 with 3 points from 1 matches, level on points with Manchester City. Charlton Athletic WFC sit bottom on 0. Full table with goal difference and form below.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Liverpool FC | 1 | 1 | 0 | 0 | 4 | 0 | +4 | 3 |
| 2 | Manchester City | 1 | 1 | 0 | 0 | 3 | 1 | +2 | 3 |
| 3 | Tottenham FC | 1 | 1 | 0 | 0 | 3 | 1 | +2 | 3 |
| 4 | London City Lionesses | 1 | 1 | 0 | 0 | 2 | 1 | +1 | 3 |
| 5 | Arsenal | 1 | 1 | 0 | 0 | 1 | 0 | +1 | 3 |
| 6 | Crystal Palace | 1 | 1 | 0 | 0 | 1 | 0 | +1 | 3 |
| 7 | Chelsea FC | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 1 |
| 8 | Aston Villa | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 1 |
| 9 | Manchester United | 1 | 0 | 0 | 1 | 1 | 2 | -1 | 0 |
| 10 | Everton | 1 | 0 | 0 | 1 | 0 | 1 | -1 | 0 |
| 11 | Brighton | 1 | 0 | 0 | 1 | 0 | 1 | -1 | 0 |
| 12 | West Ham | 1 | 0 | 0 | 1 | 1 | 3 | -2 | 0 |
| 13 | Birmingham City W.F.C. | 1 | 0 | 0 | 1 | 1 | 3 | -2 | 0 |
| 14 | Charlton Athletic WFC | 1 | 0 | 0 | 1 | 0 | 4 | -4 | 0 |
Get the Women's Super League table via API
Fetch the live Women's Super League standings with competition_id=comp_08207. The same shape works for every competition and season.
GET /football/competitions/comp_08207/seasons/{season_id}/standings
curl "https://api.thestatsapi.com/api/football/competitions/comp_08207/seasons/sn_2989293/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"team": {
"id": "tm_xxxx",
"name": "Liverpool FC"
},
"position": 1,
"matches_played": 1,
"wins": 1,
"draws": 0,
"losses": 0,
"goals_for": 4,
"goals_against": 0,
"goal_difference": 4,
"points": 3
}
]
}Women's Super League resources
Fixtures, results, player and team stats for Women's Super League.
Upcoming kickoffs with dates and times.
Latest final scores.
See every competition, country, and data type we cover.
Frequently Asked Questions
Who is top of the Women's Super League?
Liverpool FC are top of the Women's Super League 26/27 with 3 points from 1 matches.
How many teams are in the Women's Super League?
14 teams compete in the Women's Super League 26/27.
How do I get the Women's Super League table via API?
Call the standings endpoint with competition_id=comp_08207 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.
How many seasons of Women's Super League data are available?
TheStatsAPI has 7 seasons of Women's Super League data, going back to 20/21, including historical final tables.
Get Women's Super League data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.