EUROPE · FIXTURES
League One Fixtures
Next League One fixtures: Stockport County v Leicester City (Saturday 12 September), AFC Wimbledon v Milton Keynes Dons (Thursday 17 September), Burton Albion v Mansfield Town (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, 06:25 UTC
- Sat 12 Sept, 14:00 UTCStockport CountyvLeicester City
- Thu 17 Sept, 19:00 UTCAFC WimbledonvMilton Keynes Dons
- Sat 19 Sept, 11:30 UTCBurton AlbionvMansfield Town
- Sat 19 Sept, 11:30 UTCBarnsleyvLeicester City
- Sat 19 Sept, 14:00 UTCWigan AthleticvWycombe Wanderers
- Sat 19 Sept, 14:00 UTCSheffield WednesdayvStockport County
- Sat 19 Sept, 14:00 UTCReadingvNotts County
- Sat 19 Sept, 14:00 UTCLuton TownvBradford City
- Sat 19 Sept, 14:00 UTCOxford UnitedvCambridge United
- Sat 19 Sept, 14:00 UTCLeyton OrientvStevenage
- Sat 19 Sept, 14:00 UTCBromleyvHuddersfield Town
- Sat 19 Sept, 14:00 UTCPeterborough UnitedvDoncaster Rovers
- Sat 19 Sept, 14:00 UTCBlackpoolvPlymouth Argyle
- Sat 26 Sept, 14:00 UTCWycombe WanderersvReading
- Sat 26 Sept, 14:00 UTCCambridge UnitedvAFC Wimbledon
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-12T14:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Stockport County"
},
"away_team": {
"id": "tm_yyyy",
"name": "Leicester City"
}
}
]
}Frequently Asked Questions
When is the next League One match?
Stockport County play Leicester City on Saturday 12 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.