EUROPE · LEAGUE TABLE

League One Table

As of 8 September 2026, Sheffield Wednesday lead the League One 26/27 with 12 points from 5 matches, 1 point clear of Huddersfield Town. Wigan Athletic sit bottom on 3. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 08 Sept 2026, 21:25 UTC
League One league table
#TeamPWDLGFGAGDPts
1Sheffield Wednesday5401136+712
2Huddersfield Town5320104+611
3Stockport County5302136+79
4Bradford City530254+19
5Burton Albion5221107+38
6Cambridge United522198+18
7Luton Town5221111108
8Reading4211115+67
9Leyton Orient5212106+47
10Oxford United421196+37
11Blackpool521297+27
12Notts County514076+17
13Plymouth Argyle521278-17
14Barnsley521268-27
15AFC Wimbledon521247-37
16Stevenage513196+36
17Mansfield Town5203811-36
18Leicester City512247-35
19Milton Keynes Dons504179-24
20Peterborough United511339-64
21Bromley5113415-114
22Doncaster Rovers503268-23
23Wycombe Wanderers5032712-53
24Wigan Athletic5104511-63
Get this via API

Get the League One table via API

Fetch the live League One standings with competition_id=comp_0196. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_0196/seasons/sn_3014087/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Sheffield Wednesday"
      },
      "position": 1,
      "matches_played": 5,
      "wins": 4,
      "draws": 0,
      "losses": 1,
      "goals_for": 13,
      "goals_against": 6,
      "goal_difference": 7,
      "points": 12
    }
  ]
}

Frequently Asked Questions

Who is top of the League One?

Sheffield Wednesday are top of the League One 26/27 with 12 points from 5 matches, 1 point clear of Huddersfield Town.

How many teams are in the League One?

24 teams compete in the League One 26/27.

How do I get the League One table via API?

Call the standings endpoint with competition_id=comp_0196 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 League One data are available?

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

Get League One data via API

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