EUROPE · LEAGUE TABLE

National League Table

As of 15 August 2026, Harrogate Town lead the National League 26/27 with 3 points from 1 matches, level on points with Hornchurch. Woking sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 05:18 UTC
National League league table
#TeamPWDLGFGAGDPts
1Harrogate Town110052+33
2Hornchurch110030+33
3Sutton United110030+33
4Southend United110031+23
5Hartlepool United110020+23
6Forest Green Rovers110032+13
7Worthing FC110032+13
8Eastleigh110021+13
9Aldershot Town110010+13
10Boreham Wood10103301
11Tamworth10103301
12AFC Fylde10102201
13Wealdstone10102201
14Scunthorpe United10101101
15Yeovil Town10101101
16Carlisle United100123-10
17FC Halifax Town100123-10
18Gateshead100112-10
19Boston United100101-10
20Altrincham100113-20
21Barrow AFC100102-20
22Solihull Moors100125-30
23Kidderminster Harriers100103-30
24Woking100103-30
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": "Harrogate Town"
      },
      "position": 1,
      "matches_played": 1,
      "wins": 1,
      "draws": 0,
      "losses": 0,
      "goals_for": 5,
      "goals_against": 2,
      "goal_difference": 3,
      "points": 3
    }
  ]
}

Frequently Asked Questions

Who is top of the National League?

Harrogate Town are top of the National League 26/27 with 3 points from 1 matches.

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.