EUROPE · LEAGUE TABLE

League Two Table

As of 9 September 2026, Bristol Rovers lead the League Two 26/27 with 12 points from 5 matches, 2 points clear of Swindon Town. Port Vale sit bottom on 2. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 05:42 UTC
League Two league table
#TeamPWDLGFGAGDPts
1Bristol Rovers5401126+612
2Swindon Town531186+210
3Barnet5230128+49
4Tranmere Rovers523095+49
5Walsall523084+49
6Fleetwood Town523063+39
7Crewe Alexandra523053+29
8Cheltenham Town5221109+18
9York City522198+18
10Oldham Athletic521275+27
11Grimsby Town514076+17
12Colchester United521268-27
13Gillingham51316606
14Northampton Town51313306
15Salford City520346-26
16Exeter City51224405
17Chesterfield512267-15
18Rotherham United512267-15
19Accrington Stanley5122911-25
20Newport County5113910-14
21Crawley Town511358-34
22Rochdale5104510-53
23Shrewsbury Town5104210-83
24Port Vale502327-52
Get this via API

Get the League Two table via API

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

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

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

Frequently Asked Questions

Who is top of the League Two?

Bristol Rovers are top of the League Two 26/27 with 12 points from 5 matches, 2 points clear of Swindon Town.

How many teams are in the League Two?

24 teams compete in the League Two 26/27.

How do I get the League Two table via API?

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

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

Get League Two data via API

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