EUROPE · RESULTS
National League Results
Latest National League results: Woking 0-3 Sutton United, Scunthorpe United 1-1 Yeovil Town, Hornchurch 3-0 Kidderminster Harriers. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 15 Aug 2026, 07:54 UTC
- Sat 08 Aug, 14:00 UTCWoking0–3Sutton United
- Sat 08 Aug, 14:00 UTCScunthorpe United1–1Yeovil Town
- Sat 08 Aug, 14:00 UTCHornchurch3–0Kidderminster Harriers
- Sat 08 Aug, 14:00 UTCHartlepool United2–0Barrow AFC
- Sat 08 Aug, 14:00 UTCHarrogate Town5–2Solihull Moors
- Sat 08 Aug, 14:00 UTCForest Green Rovers3–2FC Halifax Town
- Sat 08 Aug, 14:00 UTCEastleigh2–1Gateshead
- Sat 08 Aug, 14:00 UTCCarlisle United2–3Worthing FC
- Sat 08 Aug, 14:00 UTCBoston United0–1Aldershot Town
- Sat 08 Aug, 14:00 UTCBoreham Wood3–3Tamworth
- Sat 08 Aug, 14:00 UTCAltrincham1–3Southend United
- Sat 08 Aug, 14:00 UTCAFC Fylde2–2Wealdstone
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": 1,
"status": "finished",
"utc_date": "2026-08-08T14:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Woking"
},
"away_team": {
"id": "tm_yyyy",
"name": "Sutton United"
},
"score": {
"home": 0,
"away": 3
}
}
]
}Frequently Asked Questions
What was the latest National League result?
Woking 0-3 Sutton United on Saturday 8 August.
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.