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 Wanderers41Stockport County
  • Thu 14 May, 19:00 UTCBradford City01Bolton Wanderers
  • Wed 13 May, 19:00 UTCStockport County20Stevenage
  • Sat 09 May, 19:00 UTCBolton Wanderers10Bradford City
  • Sat 09 May, 14:00 UTCStevenage01Stockport County
  • Sat 02 May, 14:00 UTCBarnsley13Stockport County
  • Sat 02 May, 14:00 UTCBolton Wanderers23Luton Town
  • Sat 02 May, 14:00 UTCExeter City12Bradford City
  • Sat 02 May, 14:00 UTCLeyton Orient22Burton Albion
  • Sat 02 May, 14:00 UTCMansfield Town54Cardiff City
  • Sat 02 May, 14:00 UTCNorthampton Town23Plymouth Argyle
  • Sat 02 May, 14:00 UTCPeterborough United13Doncaster Rovers
  • Sat 02 May, 14:00 UTCPort Vale02Lincoln City
  • Sat 02 May, 14:00 UTCReading01Blackpool
  • Sat 02 May, 14:00 UTCStevenage10Wigan 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.