EUROPE · LEAGUE TABLE

Premier League Table

Premier League 25/26 final table: Arsenal finished top with 85 points from 38 matches, 7 points ahead of Manchester City. Wolverhampton sit bottom on 20. Full table with goal difference and form below.

FINAL·Season 25/26·Updated 26 Jul 2026, 00:32 UTC
Premier League league table
#TeamPWDLGFGAGDPts
1Arsenal3826757127+4485
2Manchester City3823967735+4278
3Manchester United38201176950+1971
4Aston Villa38198115649+765
5Liverpool38179126353+1060
6Bournemouth38131875854+457
7Sunderland381412124248-654
8Brighton & Hove Albion381411135246+653
9Brentford381411135552+353
10Chelsea381410145852+652
11Fulham38157164751-452
12Newcastle United38147175355-249
13Everton381310154750-349
14Leeds United381114134956-747
15Crystal Palace381112154151-1045
16Nottingham Forest381111164851-344
17Tottenham Hotspur381011174857-941
18West Ham United38109194665-1939
19Burnley38410243875-3722
20Wolverhampton38311242768-4120
Get this via API

Get the Premier League table via API

Fetch the live Premier League standings with competition_id=comp_3039. The same shape works for every competition and season.

GET /football/competitions/comp_3039/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_3039/seasons/sn_6125938/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Arsenal"
      },
      "position": 1,
      "matches_played": 38,
      "wins": 26,
      "draws": 7,
      "losses": 5,
      "goals_for": 71,
      "goals_against": 27,
      "goal_difference": 44,
      "points": 85
    }
  ]
}

Frequently Asked Questions

Who is top of the Premier League?

Arsenal finished top of the Premier League 25/26 with 85 points, 7 ahead of Manchester City.

How many teams are in the Premier League?

20 teams compete in the Premier League 25/26.

How do I get the Premier League table via API?

Call the standings endpoint with competition_id=comp_3039 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 Premier League data are available?

TheStatsAPI has 8 seasons of Premier League data, going back to 18/19, including historical final tables.

Get Premier League data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.