EUROPE · LEAGUE TABLE

Premier League Table

As of 9 September 2026, Manchester City lead the Premier League 26/27 with 9 points from 3 matches, level on points with Arsenal. Coventry City sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 07:11 UTC
Premier League league table
#TeamPWDLGFGAGDPts
1Manchester City330072+59
2Arsenal330061+59
3Hull City321030+37
4Chelsea320187+16
5Brentford312052+35
6Liverpool312064+25
7Newcastle United312064+25
8Everton312053+25
9Leeds United312032+15
10Brighton & Hove Albion311185+34
11Manchester United311176+14
12Sunderland31113304
13Ipswich Town310248-43
14Crystal Palace310248-43
15Bournemouth302145-12
16Nottingham Forest302123-12
17Tottenham Hotspur301205-51
18Aston Villa301205-51
19Fulham300347-30
20Coventry City300305-50
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_8406098/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Manchester City"
      },
      "position": 1,
      "matches_played": 3,
      "wins": 3,
      "draws": 0,
      "losses": 0,
      "goals_for": 7,
      "goals_against": 2,
      "goal_difference": 5,
      "points": 9
    }
  ]
}

Frequently Asked Questions

Who is top of the Premier League?

Manchester City are top of the Premier League 26/27 with 9 points from 3 matches.

How many teams are in the Premier League?

20 teams compete in the Premier League 26/27.

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