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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Manchester City | 3 | 3 | 0 | 0 | 7 | 2 | +5 | 9 |
| 2 | Arsenal | 3 | 3 | 0 | 0 | 6 | 1 | +5 | 9 |
| 3 | Hull City | 3 | 2 | 1 | 0 | 3 | 0 | +3 | 7 |
| 4 | Chelsea | 3 | 2 | 0 | 1 | 8 | 7 | +1 | 6 |
| 5 | Brentford | 3 | 1 | 2 | 0 | 5 | 2 | +3 | 5 |
| 6 | Liverpool | 3 | 1 | 2 | 0 | 6 | 4 | +2 | 5 |
| 7 | Newcastle United | 3 | 1 | 2 | 0 | 6 | 4 | +2 | 5 |
| 8 | Everton | 3 | 1 | 2 | 0 | 5 | 3 | +2 | 5 |
| 9 | Leeds United | 3 | 1 | 2 | 0 | 3 | 2 | +1 | 5 |
| 10 | Brighton & Hove Albion | 3 | 1 | 1 | 1 | 8 | 5 | +3 | 4 |
| 11 | Manchester United | 3 | 1 | 1 | 1 | 7 | 6 | +1 | 4 |
| 12 | Sunderland | 3 | 1 | 1 | 1 | 3 | 3 | 0 | 4 |
| 13 | Ipswich Town | 3 | 1 | 0 | 2 | 4 | 8 | -4 | 3 |
| 14 | Crystal Palace | 3 | 1 | 0 | 2 | 4 | 8 | -4 | 3 |
| 15 | Bournemouth | 3 | 0 | 2 | 1 | 4 | 5 | -1 | 2 |
| 16 | Nottingham Forest | 3 | 0 | 2 | 1 | 2 | 3 | -1 | 2 |
| 17 | Tottenham Hotspur | 3 | 0 | 1 | 2 | 0 | 5 | -5 | 1 |
| 18 | Aston Villa | 3 | 0 | 1 | 2 | 0 | 5 | -5 | 1 |
| 19 | Fulham | 3 | 0 | 0 | 3 | 4 | 7 | -3 | 0 |
| 20 | Coventry City | 3 | 0 | 0 | 3 | 0 | 5 | -5 | 0 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_3039/seasons/sn_8406098/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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
}
]
}Premier League resources
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.