EUROPE · RESULTS
Football League Trophy Results
Latest Football League Trophy results: Doncaster Rovers 1-3 Huddersfield Town, Exeter City 2-0 Tottenham U21, Bristol Rovers 2-2 Chelsea U21. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 09 Sept 2026, 03:54 UTC
- Tue 08 Sept, 18:00 UTCDoncaster Rovers1–3Huddersfield Town
- Tue 08 Sept, 18:00 UTCExeter City2–0Tottenham U21
- Tue 25 Aug, 18:00 UTCBristol Rovers2–2Chelsea U21
- Wed 19 Aug, 18:00 UTCMansfield Town1–4Manchester City U21
- Tue 18 Aug, 18:45 UTCBarnet5–1Arsenal U21
- Tue 18 Aug, 18:00 UTCLeyton Orient1–1AFC Wimbledon
- Tue 18 Aug, 18:00 UTCWigan Athletic3–2Aston Villa U21
- Tue 18 Aug, 18:00 UTCNorthampton Town0–3Brighton & Hove Albion U21
- Tue 18 Aug, 18:00 UTCReading1–1Wycombe Wanderers
- Tue 18 Aug, 18:00 UTCStockport County6–3Everton 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_8469420&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_0488",
"matchday": 38,
"status": "finished",
"utc_date": "2026-09-08T18:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Doncaster Rovers"
},
"away_team": {
"id": "tm_yyyy",
"name": "Huddersfield Town"
},
"score": {
"home": 1,
"away": 3
}
}
]
}Frequently Asked Questions
What was the latest Football League Trophy result?
Doncaster Rovers 1-3 Huddersfield Town on Tuesday 8 September.
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.