EUROPE · RESULTS
League One Results
Latest League One results: Bolton Wanderers 4-1 Stockport County, Bradford City 0-1 Bolton Wanderers, Stockport County 2-0 Stevenage. Full results with goals, dates and match ids for joining stats and odds are below.
FINAL·Season 25/26·Updated 26 Jul 2026, 03:39 UTC
- Sun 24 May, 12:00 UTCBolton Wanderers4–1Stockport County
- Thu 14 May, 19:00 UTCBradford City0–1Bolton Wanderers
- Wed 13 May, 19:00 UTCStockport County2–0Stevenage
- Sat 09 May, 19:00 UTCBolton Wanderers1–0Bradford City
- Sat 09 May, 14:00 UTCStevenage0–1Stockport County
- Sat 02 May, 14:00 UTCBarnsley1–3Stockport County
- Sat 02 May, 14:00 UTCBolton Wanderers2–3Luton Town
- Sat 02 May, 14:00 UTCExeter City1–2Bradford City
- Sat 02 May, 14:00 UTCLeyton Orient2–2Burton Albion
- Sat 02 May, 14:00 UTCMansfield Town5–4Cardiff City
- Sat 02 May, 14:00 UTCNorthampton Town2–3Plymouth Argyle
- Sat 02 May, 14:00 UTCPeterborough United1–3Doncaster Rovers
- Sat 02 May, 14:00 UTCPort Vale0–2Lincoln City
- Sat 02 May, 14:00 UTCReading0–1Blackpool
- Sat 02 May, 14:00 UTCStevenage1–0Wigan Athletic
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_9673094&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_0196",
"matchday": 29,
"status": "finished",
"utc_date": "2026-05-24T12:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Bolton Wanderers"
},
"away_team": {
"id": "tm_yyyy",
"name": "Stockport County"
},
"score": {
"home": 4,
"away": 1
}
}
]
}Frequently Asked Questions
What was the latest League One result?
Bolton Wanderers 4-1 Stockport County on Sunday 24 May.
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.