EUROPE · RESULTS

League Two Results

Latest League Two results: Swindon Town 3-1 Colchester United, Tranmere Rovers 2-0 Oldham Athletic, Rochdale 1-4 Gillingham. 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:35 UTC
  • Sat 05 Sept, 14:00 UTCSwindon Town31Colchester United
  • Sat 05 Sept, 14:00 UTCTranmere Rovers20Oldham Athletic
  • Sat 05 Sept, 14:00 UTCRochdale14Gillingham
  • Sat 05 Sept, 14:00 UTCNorthampton Town10Newport County
  • Sat 05 Sept, 14:00 UTCChesterfield33Barnet
  • Sat 05 Sept, 14:00 UTCCrewe Alexandra11York City
  • Sat 05 Sept, 14:00 UTCCheltenham Town22Grimsby Town
  • Sat 05 Sept, 14:00 UTCExeter City00Walsall
  • Sat 05 Sept, 14:00 UTCBristol Rovers10Rotherham United
  • Sat 05 Sept, 14:00 UTCAccrington Stanley32Crawley Town
  • Sat 05 Sept, 11:30 UTCSalford City10Port Vale
  • Sat 05 Sept, 11:30 UTCFleetwood Town20Shrewsbury Town
  • Tue 01 Sept, 18:45 UTCRochdale30Shrewsbury Town
  • Tue 01 Sept, 18:45 UTCSwindon Town31Port Vale
  • Tue 01 Sept, 18:45 UTCTranmere Rovers22Rotherham United
Get this via API

Get League Two results via API

Fetch the latest final League Two scores with competition_id=comp_4023.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_4023&season_id=sn_8407455&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_4023",
      "matchday": 5,
      "status": "finished",
      "utc_date": "2026-09-05T14:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Swindon Town"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Colchester United"
      },
      "score": {
        "home": 3,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest League Two result?

Swindon Town 3-1 Colchester United on Saturday 5 September.

How do I get League Two results via API?

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

Get League Two data via API

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