EUROPE · LEAGUE TABLE

Women's Super League Table

Women's Super League 25/26 final table: Manchester City finished top with 55 points from 22 matches, 4 points ahead of Arsenal. Leicester City sit bottom on 9. Full table with goal difference and form below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:35 UTC
Women's Super League league table
#TeamPWDLGFGAGDPts
1Manchester City2218136219+4355
2Arsenal2215615314+3951
3Chelsea FC2215434420+2449
4Manchester United2211743822+1640
5Tottenham FC2211383538-336
6London City Lionesses2283112835-727
7Brighton2275102728-126
8Everton2272132537-1223
9Aston Villa2255122848-2020
10West Ham2254132045-2519
11Liverpool FC2245132134-1317
12Leicester City2223171152-419
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_3075205/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Manchester City"
      },
      "position": 1,
      "matches_played": 22,
      "wins": 18,
      "draws": 1,
      "losses": 3,
      "goals_for": 62,
      "goals_against": 19,
      "goal_difference": 43,
      "points": 55
    }
  ]
}

Frequently Asked Questions

Who is top of the Women's Super League?

Manchester City finished top of the Women's Super League 25/26 with 55 points, 4 ahead of Arsenal.

How many teams are in the Women's Super League?

12 teams compete in the Women's Super League 25/26.

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 6 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.