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 UTCBromley02AFC Wimbledon
  • Sat 05 Sept, 14:00 UTCBurton Albion22Cambridge United
  • Sat 05 Sept, 14:00 UTCReading31Blackpool
  • Sat 05 Sept, 14:00 UTCLeicester City04Oxford United
  • Sat 05 Sept, 14:00 UTCWycombe Wanderers33Milton Keynes Dons
  • Sat 05 Sept, 14:00 UTCLuton Town11Leyton Orient
  • Sat 05 Sept, 14:00 UTCDoncaster Rovers23Plymouth Argyle
  • Sat 05 Sept, 14:00 UTCBarnsley15Stevenage
  • Sat 05 Sept, 14:00 UTCBradford City10Mansfield Town
  • Sat 05 Sept, 14:00 UTCHuddersfield Town11Notts County
  • Sat 05 Sept, 11:30 UTCWigan Athletic04Stockport County
  • Sat 05 Sept, 11:30 UTCPeterborough United12Sheffield Wednesday
  • Wed 02 Sept, 19:00 UTCReading50Mansfield Town
  • Wed 02 Sept, 18:45 UTCWigan Athletic31Milton Keynes Dons
  • Wed 02 Sept, 18:45 UTCLuton Town20Stockport 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.