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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Harrogate Town | 1 | 1 | 0 | 0 | 5 | 2 | +3 | 3 |
| 2 | Hornchurch | 1 | 1 | 0 | 0 | 3 | 0 | +3 | 3 |
| 3 | Sutton United | 1 | 1 | 0 | 0 | 3 | 0 | +3 | 3 |
| 4 | Southend United | 1 | 1 | 0 | 0 | 3 | 1 | +2 | 3 |
| 5 | Hartlepool United | 1 | 1 | 0 | 0 | 2 | 0 | +2 | 3 |
| 6 | Forest Green Rovers | 1 | 1 | 0 | 0 | 3 | 2 | +1 | 3 |
| 7 | Worthing FC | 1 | 1 | 0 | 0 | 3 | 2 | +1 | 3 |
| 8 | Eastleigh | 1 | 1 | 0 | 0 | 2 | 1 | +1 | 3 |
| 9 | Aldershot Town | 1 | 1 | 0 | 0 | 1 | 0 | +1 | 3 |
| 10 | Boreham Wood | 1 | 0 | 1 | 0 | 3 | 3 | 0 | 1 |
| 11 | Tamworth | 1 | 0 | 1 | 0 | 3 | 3 | 0 | 1 |
| 12 | AFC Fylde | 1 | 0 | 1 | 0 | 2 | 2 | 0 | 1 |
| 13 | Wealdstone | 1 | 0 | 1 | 0 | 2 | 2 | 0 | 1 |
| 14 | Scunthorpe United | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 1 |
| 15 | Yeovil Town | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 1 |
| 16 | Carlisle United | 1 | 0 | 0 | 1 | 2 | 3 | -1 | 0 |
| 17 | FC Halifax Town | 1 | 0 | 0 | 1 | 2 | 3 | -1 | 0 |
| 18 | Gateshead | 1 | 0 | 0 | 1 | 1 | 2 | -1 | 0 |
| 19 | Boston United | 1 | 0 | 0 | 1 | 0 | 1 | -1 | 0 |
| 20 | Altrincham | 1 | 0 | 0 | 1 | 1 | 3 | -2 | 0 |
| 21 | Barrow AFC | 1 | 0 | 0 | 1 | 0 | 2 | -2 | 0 |
| 22 | Solihull Moors | 1 | 0 | 0 | 1 | 2 | 5 | -3 | 0 |
| 23 | Kidderminster Harriers | 1 | 0 | 0 | 1 | 0 | 3 | -3 | 0 |
| 24 | Woking | 1 | 0 | 0 | 1 | 0 | 3 | -3 | 0 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_5878/seasons/sn_1361687/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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
}
]
}National League resources
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.