EUROPE · RESULTS

Football League Trophy Results

Latest Football League Trophy results: Luton Town 3-1 Stockport County, Luton Town 2-1 Northampton Town, Doncaster Rovers 0-1 Stockport County. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 25/26·Updated 26 Jul 2026, 03:38 UTC
  • Sun 12 Apr, 14:00 UTCLuton Town31Stockport County
  • Wed 04 Mar, 19:30 UTCLuton Town21Northampton Town
  • Tue 03 Mar, 20:00 UTCDoncaster Rovers01Stockport County
  • Tue 24 Feb, 19:00 UTCLuton Town21Plymouth Argyle
  • Tue 10 Feb, 19:00 UTCAFC Wimbledon12Northampton Town
  • Tue 10 Feb, 19:00 UTCPort Vale04Stockport County
  • Tue 10 Feb, 19:00 UTCHuddersfield Town11Doncaster Rovers
  • Wed 14 Jan, 19:00 UTCNorthampton Town42Walsall
  • Tue 13 Jan, 19:00 UTCStockport County21Harrogate Town
  • Tue 13 Jan, 19:00 UTCHuddersfield Town30Rotherham United
  • Tue 13 Jan, 19:00 UTCBolton Wanderers01Port Vale
  • Tue 13 Jan, 19:00 UTCLuton Town12Swindon Town
  • Tue 13 Jan, 19:00 UTCDoncaster Rovers31Fleetwood Town
  • Tue 13 Jan, 19:00 UTCBristol Rovers34Plymouth Argyle
  • Mon 12 Jan, 19:00 UTCAFC Wimbledon42West Ham U21
Get this via API

Get Football League Trophy results via API

Fetch the latest final Football League Trophy scores with competition_id=comp_0488.

GET /football/matches?competition_id=comp_0488&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_0488&season_id=sn_3075058&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_0488",
      "matchday": 29,
      "status": "finished",
      "utc_date": "2026-04-12T14:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Luton Town"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Stockport County"
      },
      "score": {
        "home": 3,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Football League Trophy result?

Luton Town 3-1 Stockport County on Sunday 12 April.

How do I get Football League Trophy results via API?

Call the matches endpoint with competition_id=comp_0488 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Football League Trophy data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.