EUROPE · RESULTS

National League Results

Latest National League results: Boreham Wood 2-2 Rochdale, Rochdale 2-1 Scunthorpe United, Carlisle United 1-1 Boreham Wood. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:40 UTC
  • Sun 10 May, 14:00 UTCBoreham Wood22Rochdale
  • Sun 03 May, 14:00 UTCRochdale21Scunthorpe United
  • Sun 03 May, 11:30 UTCCarlisle United11Boreham Wood
  • Wed 29 Apr, 18:45 UTCBoreham Wood00Forest Green Rovers
  • Tue 28 Apr, 18:45 UTCScunthorpe United10Southend United
  • Sat 25 Apr, 11:30 UTCAldershot Town02Truro City
  • Sat 25 Apr, 11:30 UTCAltrincham00Gateshead
  • Sat 25 Apr, 11:30 UTCBoreham Wood10Sutton United
  • Sat 25 Apr, 11:30 UTCBoston United31Hartlepool United
  • Sat 25 Apr, 11:30 UTCCarlisle United30Brackley Town
  • Sat 25 Apr, 11:30 UTCForest Green Rovers50Morecambe
  • Sat 25 Apr, 11:30 UTCRochdale11York City
  • Sat 25 Apr, 11:30 UTCScunthorpe United01Eastleigh
  • Sat 25 Apr, 11:30 UTCSouthend United21Wealdstone
  • Sat 25 Apr, 11:30 UTCTamworth51Braintree Town
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_7247462&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_5878",
      "matchday": 29,
      "status": "finished",
      "utc_date": "2026-05-10T14:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Boreham Wood"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Rochdale"
      },
      "score": {
        "home": 2,
        "away": 2
      }
    }
  ]
}

Frequently Asked Questions

What was the latest National League result?

Boreham Wood 2-2 Rochdale on Sunday 10 May.

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.