EUROPE · FIXTURES

National League Fixtures

Next National League fixtures: Yeovil Town v AFC Fylde (Saturday 12 September), Woking v Altrincham (Saturday 12 September), Sutton United v Scunthorpe United (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 17 Aug 2026, 02:01 UTC
  • Sat 12 Sept, 14:00 UTCYeovil TownvAFC Fylde
  • Sat 12 Sept, 14:00 UTCWokingvAltrincham
  • Sat 12 Sept, 14:00 UTCSutton UnitedvScunthorpe United
  • Sat 12 Sept, 14:00 UTCSolihull MoorsvAldershot Town
  • Sat 12 Sept, 16:30 UTCCarlisle UnitedvSouthend United
  • Tue 15 Sept, 18:45 UTCWorthing FCvHornchurch
  • Tue 15 Sept, 18:45 UTCWealdstonevFC Halifax Town
  • Tue 15 Sept, 18:45 UTCSutton UnitedvEastleigh
  • Tue 15 Sept, 18:45 UTCSouthend UnitedvTamworth
  • Tue 15 Sept, 18:45 UTCSolihull MoorsvBarrow AFC
  • Tue 15 Sept, 18:45 UTCHarrogate TownvAFC Fylde
  • Tue 15 Sept, 18:45 UTCCarlisle UnitedvForest Green Rovers
  • Tue 15 Sept, 18:45 UTCBoston UnitedvWoking
  • Tue 15 Sept, 18:45 UTCAldershot TownvYeovil Town
  • Wed 16 Sept, 18:45 UTCScunthorpe UnitedvBoreham Wood
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-12T14:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Yeovil Town"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "AFC Fylde"
      }
    }
  ]
}

Frequently Asked Questions

When is the next National League match?

Yeovil Town play AFC Fylde on Saturday 12 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.