EUROPE · FIXTURES

National League Fixtures

Next National League fixtures: Woking v Kidderminster Harriers (Saturday 19 September), Hornchurch v Scunthorpe United (Saturday 19 September), Worthing FC v FC Halifax Town (Saturday 26 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 07:37 UTC
  • Sat 19 Sept, 14:00 UTCWokingvKidderminster Harriers
  • Sat 19 Sept, 16:30 UTCHornchurchvScunthorpe United
  • Sat 26 Sept, 14:00 UTCWorthing FCvFC Halifax Town
  • Sat 26 Sept, 14:00 UTCWealdstonevGateshead
  • Sat 26 Sept, 14:00 UTCSutton UnitedvForest Green Rovers
  • Sat 26 Sept, 14:00 UTCSouthend UnitedvBarrow AFC
  • Sat 26 Sept, 14:00 UTCSolihull MoorsvBoreham Wood
  • Sat 26 Sept, 14:00 UTCScunthorpe UnitedvHartlepool United
  • Sat 26 Sept, 14:00 UTCKidderminster HarriersvYeovil Town
  • Sat 26 Sept, 14:00 UTCHarrogate TownvEastleigh
  • Sat 26 Sept, 14:00 UTCCarlisle UnitedvWoking
  • Sat 26 Sept, 14:00 UTCBoston UnitedvAFC Fylde
  • Sat 26 Sept, 14:00 UTCAltrinchamvHornchurch
  • Sat 26 Sept, 14:00 UTCAldershot TownvTamworth
  • Tue 29 Sept, 18:45 UTCYeovil TownvWorthing FC
Get this via API

Get National League fixtures via API

Fetch upcoming National League matches with competition_id=comp_5878.

GET /football/matches?competition_id=comp_5878&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_5878&season_id=sn_1361687&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_5878",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-19T14:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Woking"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Kidderminster Harriers"
      }
    }
  ]
}

Frequently Asked Questions

When is the next National League match?

Woking play Kidderminster Harriers on Saturday 19 September.

How do I get National League fixtures via API?

Call the matches endpoint with competition_id=comp_5878 and status=scheduled. 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.