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 UTCWoking03Sutton United
  • Sat 08 Aug, 14:00 UTCScunthorpe United11Yeovil Town
  • Sat 08 Aug, 14:00 UTCHornchurch30Kidderminster Harriers
  • Sat 08 Aug, 14:00 UTCHartlepool United20Barrow AFC
  • Sat 08 Aug, 14:00 UTCHarrogate Town52Solihull Moors
  • Sat 08 Aug, 14:00 UTCForest Green Rovers32FC Halifax Town
  • Sat 08 Aug, 14:00 UTCEastleigh21Gateshead
  • Sat 08 Aug, 14:00 UTCCarlisle United23Worthing FC
  • Sat 08 Aug, 14:00 UTCBoston United01Aldershot Town
  • Sat 08 Aug, 14:00 UTCBoreham Wood33Tamworth
  • Sat 08 Aug, 14:00 UTCAltrincham13Southend United
  • Sat 08 Aug, 14:00 UTCAFC Fylde22Wealdstone
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.