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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | West Ham United | 6 | 3 | 2 | 1 | 14 | 9 | +5 | 11 |
| 2 | Swansea City | 6 | 3 | 2 | 1 | 8 | 4 | +4 | 11 |
| 3 | Middlesbrough | 5 | 3 | 1 | 1 | 8 | 5 | +3 | 10 |
| 4 | Queens Park Rangers | 5 | 3 | 1 | 1 | 7 | 4 | +3 | 10 |
| 5 | Bristol City | 5 | 3 | 1 | 1 | 9 | 7 | +2 | 10 |
| 6 | West Bromwich Albion | 5 | 3 | 1 | 1 | 8 | 6 | +2 | 10 |
| 7 | Charlton Athletic | 5 | 3 | 1 | 1 | 6 | 7 | -1 | 10 |
| 8 | Millwall | 5 | 3 | 0 | 2 | 10 | 8 | +2 | 9 |
| 9 | Sheffield United | 6 | 2 | 3 | 1 | 8 | 8 | 0 | 9 |
| 10 | Wolverhampton | 5 | 2 | 2 | 1 | 13 | 10 | +3 | 8 |
| 11 | Watford | 6 | 2 | 2 | 2 | 6 | 7 | -1 | 8 |
| 12 | Southampton | 6 | 3 | 2 | 1 | 14 | 7 | +7 | 7 |
| 13 | Wrexham | 6 | 1 | 4 | 1 | 7 | 5 | +2 | 7 |
| 14 | Birmingham City | 5 | 1 | 4 | 0 | 7 | 6 | +1 | 7 |
| 15 | Stoke City | 6 | 2 | 1 | 3 | 9 | 10 | -1 | 7 |
| 16 | Norwich City | 5 | 2 | 0 | 3 | 8 | 8 | 0 | 6 |
| 17 | Portsmouth | 5 | 2 | 0 | 3 | 7 | 8 | -1 | 6 |
| 18 | Blackburn Rovers | 6 | 1 | 2 | 3 | 7 | 9 | -2 | 5 |
| 19 | Lincoln City | 5 | 1 | 2 | 2 | 4 | 6 | -2 | 5 |
| 20 | Cardiff City | 6 | 0 | 4 | 2 | 7 | 10 | -3 | 4 |
| 21 | Derby County | 5 | 1 | 1 | 3 | 5 | 10 | -5 | 4 |
| 22 | Bolton Wanderers | 6 | 1 | 1 | 4 | 6 | 12 | -6 | 4 |
| 23 | Burnley | 6 | 0 | 3 | 3 | 7 | 13 | -6 | 3 |
| 24 | Preston North End | 6 | 1 | 0 | 5 | 6 | 12 | -6 | 3 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_8321/seasons/sn_3014533/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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.