EUROPE · LEAGUE TABLE

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.

LIVE DATA·Season 26/27·Updated 08 Sept 2026, 21:27 UTC
Women's Super League league table
#TeamPWDLGFGAGDPts
1Liverpool FC110040+43
2Manchester City110031+23
3Tottenham FC110031+23
4London City Lionesses110021+13
5Arsenal110010+13
6Crystal Palace110010+13
7Chelsea FC10101101
8Aston Villa10101101
9Manchester United100112-10
10Everton100101-10
11Brighton100101-10
12West Ham100113-20
13Birmingham City W.F.C.100113-20
14Charlton Athletic WFC100104-40
Get this via API

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_08207/seasons/sn_2989293/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "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
    }
  ]
}

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.