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 Town3–1Colchester United
- Sat 05 Sept, 14:00 UTCTranmere Rovers2–0Oldham Athletic
- Sat 05 Sept, 14:00 UTCRochdale1–4Gillingham
- Sat 05 Sept, 14:00 UTCNorthampton Town1–0Newport County
- Sat 05 Sept, 14:00 UTCChesterfield3–3Barnet
- Sat 05 Sept, 14:00 UTCCrewe Alexandra1–1York City
- Sat 05 Sept, 14:00 UTCCheltenham Town2–2Grimsby Town
- Sat 05 Sept, 14:00 UTCExeter City0–0Walsall
- Sat 05 Sept, 14:00 UTCBristol Rovers1–0Rotherham United
- Sat 05 Sept, 14:00 UTCAccrington Stanley3–2Crawley Town
- Sat 05 Sept, 11:30 UTCSalford City1–0Port Vale
- Sat 05 Sept, 11:30 UTCFleetwood Town2–0Shrewsbury Town
- Tue 01 Sept, 18:45 UTCRochdale3–0Shrewsbury Town
- Tue 01 Sept, 18:45 UTCSwindon Town3–1Port Vale
- Tue 01 Sept, 18:45 UTCTranmere Rovers2–2Rotherham 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.