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 Town3–1Stockport County
- Wed 04 Mar, 19:30 UTCLuton Town2–1Northampton Town
- Tue 03 Mar, 20:00 UTCDoncaster Rovers0–1Stockport County
- Tue 24 Feb, 19:00 UTCLuton Town2–1Plymouth Argyle
- Tue 10 Feb, 19:00 UTCAFC Wimbledon1–2Northampton Town
- Tue 10 Feb, 19:00 UTCPort Vale0–4Stockport County
- Tue 10 Feb, 19:00 UTCHuddersfield Town1–1Doncaster Rovers
- Wed 14 Jan, 19:00 UTCNorthampton Town4–2Walsall
- Tue 13 Jan, 19:00 UTCStockport County2–1Harrogate Town
- Tue 13 Jan, 19:00 UTCHuddersfield Town3–0Rotherham United
- Tue 13 Jan, 19:00 UTCBolton Wanderers0–1Port Vale
- Tue 13 Jan, 19:00 UTCLuton Town1–2Swindon Town
- Tue 13 Jan, 19:00 UTCDoncaster Rovers3–1Fleetwood Town
- Tue 13 Jan, 19:00 UTCBristol Rovers3–4Plymouth Argyle
- Mon 12 Jan, 19:00 UTCAFC Wimbledon4–2West 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.