EUROPE · RESULTS
National League Results
Latest National League results: Boreham Wood 2-1 Carlisle United, Wealdstone 1-4 Kidderminster Harriers, Tamworth 2-2 Boston United. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 08 Sept 2026, 22:56 UTC
- Sat 05 Sept, 16:30 UTCBoreham Wood2–1Carlisle United
- Sat 05 Sept, 14:00 UTCWealdstone1–4Kidderminster Harriers
- Sat 05 Sept, 14:00 UTCTamworth2–2Boston United
- Sat 05 Sept, 14:00 UTCScunthorpe United0–2Harrogate Town
- Sat 05 Sept, 14:00 UTCHornchurch0–1Forest Green Rovers
- Sat 05 Sept, 14:00 UTCHartlepool United1–0Woking
- Sat 05 Sept, 14:00 UTCGateshead1–1Solihull Moors
- Sat 05 Sept, 14:00 UTCBarrow AFC3–0Sutton United
- Sat 05 Sept, 14:00 UTCAFC Fylde2–2Worthing FC
- Sat 05 Sept, 11:30 UTCSouthend United3–2Yeovil Town
- Sat 05 Sept, 11:30 UTCAldershot Town1–0FC Halifax Town
- Fri 04 Sept, 18:45 UTCAltrincham2–1Eastleigh
- Tue 01 Sept, 18:45 UTCFC Halifax Town1–0Hartlepool United
- Mon 31 Aug, 14:00 UTCYeovil Town3–2Tamworth
- Mon 31 Aug, 14:00 UTCWorthing FC2–3Boreham Wood
Get this via API
Get National League results via API
Fetch the latest final National League scores with competition_id=comp_5878.
GET /football/matches?competition_id=comp_5878&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_5878&season_id=sn_1361687&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_5878",
"matchday": 6,
"status": "finished",
"utc_date": "2026-09-05T16:30:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Boreham Wood"
},
"away_team": {
"id": "tm_yyyy",
"name": "Carlisle United"
},
"score": {
"home": 2,
"away": 1
}
}
]
}Frequently Asked Questions
What was the latest National League result?
Boreham Wood 2-1 Carlisle United on Saturday 5 September.
How do I get National League results via API?
Call the matches endpoint with competition_id=comp_5878 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get National League data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.