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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Sheffield Wednesday | 5 | 4 | 0 | 1 | 13 | 6 | +7 | 12 |
| 2 | Huddersfield Town | 5 | 3 | 2 | 0 | 10 | 4 | +6 | 11 |
| 3 | Stockport County | 5 | 3 | 0 | 2 | 13 | 6 | +7 | 9 |
| 4 | Bradford City | 5 | 3 | 0 | 2 | 5 | 4 | +1 | 9 |
| 5 | Burton Albion | 5 | 2 | 2 | 1 | 10 | 7 | +3 | 8 |
| 6 | Cambridge United | 5 | 2 | 2 | 1 | 9 | 8 | +1 | 8 |
| 7 | Luton Town | 5 | 2 | 2 | 1 | 11 | 11 | 0 | 8 |
| 8 | Reading | 4 | 2 | 1 | 1 | 11 | 5 | +6 | 7 |
| 9 | Leyton Orient | 5 | 2 | 1 | 2 | 10 | 6 | +4 | 7 |
| 10 | Oxford United | 4 | 2 | 1 | 1 | 9 | 6 | +3 | 7 |
| 11 | Blackpool | 5 | 2 | 1 | 2 | 9 | 7 | +2 | 7 |
| 12 | Notts County | 5 | 1 | 4 | 0 | 7 | 6 | +1 | 7 |
| 13 | Plymouth Argyle | 5 | 2 | 1 | 2 | 7 | 8 | -1 | 7 |
| 14 | Barnsley | 5 | 2 | 1 | 2 | 6 | 8 | -2 | 7 |
| 15 | AFC Wimbledon | 5 | 2 | 1 | 2 | 4 | 7 | -3 | 7 |
| 16 | Stevenage | 5 | 1 | 3 | 1 | 9 | 6 | +3 | 6 |
| 17 | Mansfield Town | 5 | 2 | 0 | 3 | 8 | 11 | -3 | 6 |
| 18 | Leicester City | 5 | 1 | 2 | 2 | 4 | 7 | -3 | 5 |
| 19 | Milton Keynes Dons | 5 | 0 | 4 | 1 | 7 | 9 | -2 | 4 |
| 20 | Peterborough United | 5 | 1 | 1 | 3 | 3 | 9 | -6 | 4 |
| 21 | Bromley | 5 | 1 | 1 | 3 | 4 | 15 | -11 | 4 |
| 22 | Doncaster Rovers | 5 | 0 | 3 | 2 | 6 | 8 | -2 | 3 |
| 23 | Wycombe Wanderers | 5 | 0 | 3 | 2 | 7 | 12 | -5 | 3 |
| 24 | Wigan Athletic | 5 | 1 | 0 | 4 | 5 | 11 | -6 | 3 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_0196/seasons/sn_3014087/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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.