EUROPE · FIXTURES

League Two Fixtures

Next League Two fixtures: York City v Swindon Town (Saturday 12 September), Walsall v Rochdale (Saturday 12 September), Walsall v Port Vale (Saturday 19 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 03:09 UTC
  • Sat 12 Sept, 14:00 UTCYork CityvSwindon Town
  • Sat 12 Sept, 14:00 UTCWalsallvRochdale
  • Sat 19 Sept, 11:30 UTCWalsallvPort Vale
  • Sat 19 Sept, 11:30 UTCRochdalevOldham Athletic
  • Sat 19 Sept, 14:00 UTCSalford CityvSwindon Town
  • Sat 19 Sept, 14:00 UTCNorthampton TownvRotherham United
  • Sat 19 Sept, 14:00 UTCExeter CityvTranmere Rovers
  • Sat 19 Sept, 14:00 UTCGrimsby TownvCrawley Town
  • Sat 19 Sept, 14:00 UTCGillinghamvBristol Rovers
  • Sat 19 Sept, 14:00 UTCCrewe AlexandravShrewsbury Town
  • Sat 19 Sept, 14:00 UTCChesterfieldvYork City
  • Sat 19 Sept, 14:00 UTCColchester UnitedvCheltenham Town
  • Sat 19 Sept, 14:00 UTCBarnetvFleetwood Town
  • Sat 19 Sept, 14:00 UTCAccrington StanleyvNewport County
  • Sat 26 Sept, 11:30 UTCCrawley TownvBarnet
Get this via API

Get League Two fixtures via API

Fetch upcoming League Two matches with competition_id=comp_4023.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_4023&season_id=sn_8407455&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_4023",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-12T14:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "York City"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Swindon Town"
      }
    }
  ]
}

Frequently Asked Questions

When is the next League Two match?

York City play Swindon Town on Saturday 12 September.

How do I get League Two fixtures via API?

Call the matches endpoint with competition_id=comp_4023 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get League Two data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.