EUROPE · LEAGUE TABLE

Championship Table

As of 9 September 2026, West Ham United lead the Championship 26/27 with 11 points from 6 matches, level on points with Swansea City. Preston North End sit bottom on 3. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 07:05 UTC
Championship league table
#TeamPWDLGFGAGDPts
1West Ham United6321149+511
2Swansea City632184+411
3Middlesbrough531185+310
4Queens Park Rangers531174+310
5Bristol City531197+210
6West Bromwich Albion531186+210
7Charlton Athletic531167-110
8Millwall5302108+29
9Sheffield United62318809
10Wolverhampton52211310+38
11Watford622267-18
12Southampton6321147+77
13Wrexham614175+27
14Birmingham City514076+17
15Stoke City6213910-17
16Norwich City52038806
17Portsmouth520378-16
18Blackburn Rovers612379-25
19Lincoln City512246-25
20Cardiff City6042710-34
21Derby County5113510-54
22Bolton Wanderers6114612-64
23Burnley6033713-63
24Preston North End6105612-63
Get this via API

Get the Championship table via API

Fetch the live Championship standings with competition_id=comp_8321. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_8321/seasons/sn_3014533/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "West Ham United"
      },
      "position": 1,
      "matches_played": 6,
      "wins": 3,
      "draws": 2,
      "losses": 1,
      "goals_for": 14,
      "goals_against": 9,
      "goal_difference": 5,
      "points": 11
    }
  ]
}

Frequently Asked Questions

Who is top of the Championship?

West Ham United are top of the Championship 26/27 with 11 points from 6 matches.

How many teams are in the Championship?

24 teams compete in the Championship 26/27.

How do I get the Championship table via API?

Call the standings endpoint with competition_id=comp_8321 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 Championship data are available?

TheStatsAPI has 7 seasons of Championship data, going back to 20/21, including historical final tables.

Get Championship data via API

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