EUROPE · FIXTURES

Football League Trophy Fixtures

Next Football League Trophy fixtures: Leyton Orient v AFC Wimbledon (Tuesday 18 August), Wigan Athletic v Aston Villa U21 (Tuesday 18 August), Northampton Town v Brighton & Hove Albion U21 (Tuesday 18 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 17 Aug 2026, 02:01 UTC
  • Tue 18 Aug, 18:00 UTCLeyton OrientvAFC Wimbledon
  • Tue 18 Aug, 18:00 UTCWigan AthleticvAston Villa U21
  • Tue 18 Aug, 18:00 UTCNorthampton TownvBrighton & Hove Albion U21
  • Tue 18 Aug, 18:00 UTCReadingvWycombe Wanderers
  • Tue 18 Aug, 18:00 UTCStockport CountyvEverton U21
  • Tue 18 Aug, 18:45 UTCBarnetvArsenal U21
  • Wed 19 Aug, 18:00 UTCMansfield TownvManchester City U21
  • Tue 08 Sept, 18:00 UTCExeter CityvTottenham U21
  • Tue 15 Sept, 18:00 UTCSwindon TownvCrystal Palace U21
  • Tue 15 Sept, 18:00 UTCYork CityvNewcastle United U21
  • Tue 15 Sept, 18:00 UTCLeyton OrientvArsenal U21
  • Tue 15 Sept, 18:00 UTCWycombe WanderersvChelsea U21
  • Tue 15 Sept, 18:00 UTCChesterfieldvManchester City U21
  • Tue 22 Sept, 18:00 UTCWalsallvStevenage
  • Tue 22 Sept, 18:00 UTCOldham AthleticvFleetwood Town
Get this via API

Get Football League Trophy fixtures via API

Fetch upcoming Football League Trophy matches with competition_id=comp_0488.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_0488&season_id=sn_8469420&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_0488",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-08-18T18:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Leyton Orient"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "AFC Wimbledon"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Football League Trophy match?

Leyton Orient play AFC Wimbledon on Tuesday 18 August.

How do I get Football League Trophy fixtures via API?

Call the matches endpoint with competition_id=comp_0488 and status=scheduled. 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.