EUROPE · LEAGUE TABLE

National League Table

As of 9 September 2026, Boreham Wood lead the National League 26/27 with 16 points from 6 matches, 3 points clear of Harrogate Town. Solihull Moors sit bottom on 1. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 02:18 UTC
National League league table
#TeamPWDLGFGAGDPts
1Boreham Wood6510168+816
2Harrogate Town6411159+613
3Southend United6411128+413
4Hornchurch6402108+212
5Sutton United640276+112
6AFC Fylde6321139+411
7Yeovil Town6321128+411
8Kidderminster Harriers6321107+311
9Aldershot Town632174+311
10Eastleigh631287+110
11Hartlepool United630354+19
12Altrincham630378-19
13Forest Green Rovers6303710-39
14Carlisle United62221310+38
15Boston United62138807
16Worthing FC62131112-17
17FC Halifax Town6204910-16
18Barrow AFC612389-15
19Tamworth61231216-45
20Wealdstone6123711-45
21Scunthorpe United6114812-44
22Gateshead611459-44
23Woking6114410-64
24Solihull Moors6015617-111
Get this via API

Get the National League table via API

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

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_5878/seasons/sn_1361687/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Boreham Wood"
      },
      "position": 1,
      "matches_played": 6,
      "wins": 5,
      "draws": 1,
      "losses": 0,
      "goals_for": 16,
      "goals_against": 8,
      "goal_difference": 8,
      "points": 16
    }
  ]
}

Frequently Asked Questions

Who is top of the National League?

Boreham Wood are top of the National League 26/27 with 16 points from 6 matches, 3 points clear of Harrogate Town.

How many teams are in the National League?

24 teams compete in the National League 26/27.

How do I get the National League table via API?

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

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

Get National League data via API

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