EUROPE · LEAGUE TABLE

Championship Table

Championship 25/26 final table: Coventry City finished top with 95 points from 46 matches, 11 points ahead of Ipswich Town. Sheffield Wednesday sit bottom on 0. Full table with goal difference and form below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:32 UTC
Championship league table
#TeamPWDLGFGAGDPts
1Coventry City46281179745+5295
2Ipswich Town46231588047+3384
3Millwall462411116449+1583
4Southampton462214108256+2680
5Middlesbrough462214107247+2580
6Hull City462110157066+473
7Wrexham461914136965+471
8Derby County46209176759+869
9Norwich City46198196356+765
10Birmingham City461713165756+164
11Swansea City461810185759-264
12Bristol City461711185959062
13Sheffield United46186226666060
14Preston North End461515165562-760
15Queens Park Rangers461610206173-1258
16Watford461415175365-1257
17Stoke City461510215156-555
18Portsmouth461413194964-1555
19Charlton Athletic461314194458-1453
20Blackburn Rovers461313204256-1452
21West Bromwich Albion461314194858-1051
22Oxford United461114214559-1447
23Leicester City461216185868-1046
24Sheffield Wednesday46212322989-600
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_3064530/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Coventry City"
      },
      "position": 1,
      "matches_played": 46,
      "wins": 28,
      "draws": 11,
      "losses": 7,
      "goals_for": 97,
      "goals_against": 45,
      "goal_difference": 52,
      "points": 95
    }
  ]
}

Frequently Asked Questions

Who is top of the Championship?

Coventry City finished top of the Championship 25/26 with 95 points, 11 ahead of Ipswich Town.

How many teams are in the Championship?

24 teams compete in the Championship 25/26.

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