EUROPE · RESULTS
League One Results
Latest League One results: Bromley 0-2 AFC Wimbledon, Burton Albion 2-2 Cambridge United, Reading 3-1 Blackpool. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 09 Sept 2026, 00:30 UTC
- Mon 07 Sept, 19:00 UTCBromley0–2AFC Wimbledon
- Sat 05 Sept, 14:00 UTCBurton Albion2–2Cambridge United
- Sat 05 Sept, 14:00 UTCReading3–1Blackpool
- Sat 05 Sept, 14:00 UTCLeicester City0–4Oxford United
- Sat 05 Sept, 14:00 UTCWycombe Wanderers3–3Milton Keynes Dons
- Sat 05 Sept, 14:00 UTCLuton Town1–1Leyton Orient
- Sat 05 Sept, 14:00 UTCDoncaster Rovers2–3Plymouth Argyle
- Sat 05 Sept, 14:00 UTCBarnsley1–5Stevenage
- Sat 05 Sept, 14:00 UTCBradford City1–0Mansfield Town
- Sat 05 Sept, 14:00 UTCHuddersfield Town1–1Notts County
- Sat 05 Sept, 11:30 UTCWigan Athletic0–4Stockport County
- Sat 05 Sept, 11:30 UTCPeterborough United1–2Sheffield Wednesday
- Wed 02 Sept, 19:00 UTCReading5–0Mansfield Town
- Wed 02 Sept, 18:45 UTCWigan Athletic3–1Milton Keynes Dons
- Wed 02 Sept, 18:45 UTCLuton Town2–0Stockport County
Get this via API
Get League One results via API
Fetch the latest final League One scores with competition_id=comp_0196.
GET /football/matches?competition_id=comp_0196&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_0196&season_id=sn_3014087&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_0196",
"matchday": 5,
"status": "finished",
"utc_date": "2026-09-07T19:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Bromley"
},
"away_team": {
"id": "tm_yyyy",
"name": "AFC Wimbledon"
},
"score": {
"home": 0,
"away": 2
}
}
]
}Frequently Asked Questions
What was the latest League One result?
Bromley 0-2 AFC Wimbledon on Monday 7 September.
How do I get League One results via API?
Call the matches endpoint with competition_id=comp_0196 and status=finished. 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.