EUROPE · FIXTURES

League One Fixtures

Next League One fixtures: Reading v Mansfield Town (Wednesday 2 September), Wigan Athletic v Stockport County (Saturday 5 September), Peterborough United v Sheffield Wednesday (Saturday 5 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 18 Aug 2026, 11:19 UTC
  • Wed 02 Sept, 19:00 UTCReadingvMansfield Town
  • Sat 05 Sept, 11:30 UTCWigan AthleticvStockport County
  • Sat 05 Sept, 11:30 UTCPeterborough UnitedvSheffield Wednesday
  • Sat 05 Sept, 14:00 UTCBurton AlbionvCambridge United
  • Sat 05 Sept, 14:00 UTCReadingvBlackpool
  • Sat 05 Sept, 14:00 UTCLeicester CityvOxford United
  • Sat 05 Sept, 14:00 UTCWycombe WanderersvMilton Keynes Dons
  • Sat 05 Sept, 14:00 UTCLuton TownvLeyton Orient
  • Sat 05 Sept, 14:00 UTCDoncaster RoversvPlymouth Argyle
  • Sat 05 Sept, 14:00 UTCBarnsleyvStevenage
  • Sat 05 Sept, 14:00 UTCBradford CityvMansfield Town
  • Sat 05 Sept, 14:00 UTCHuddersfield TownvNotts County
  • Mon 07 Sept, 19:00 UTCBromleyvAFC Wimbledon
  • Tue 08 Sept, 18:45 UTCOxford UnitedvReading
  • Thu 10 Sept, 19:00 UTCStevenagevLuton Town
Get this via API

Get League One fixtures via API

Fetch upcoming League One matches with competition_id=comp_0196.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_0196&season_id=sn_3014087&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_0196",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-02T19:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Reading"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Mansfield Town"
      }
    }
  ]
}

Frequently Asked Questions

When is the next League One match?

Reading play Mansfield Town on Wednesday 2 September.

How do I get League One fixtures via API?

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

Get League One data via API

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