EUROPE · RESULTS
League Two Results
Latest League Two results: Notts County 3-0 Salford City, Notts County 0-0 Chesterfield, Salford City 1-2 Grimsby Town. Full results with goals, dates and match ids for joining stats and odds are below.
FINAL·Season 25/26·Updated 26 Jul 2026, 03:39 UTC
- Mon 25 May, 14:00 UTCNotts County3–0Salford City
- Fri 15 May, 19:00 UTCNotts County0–0Chesterfield
- Fri 15 May, 18:15 UTCSalford City1–2Grimsby Town
- Sun 10 May, 17:00 UTCChesterfield0–1Notts County
- Sun 10 May, 14:00 UTCGrimsby Town1–2Salford City
- Sat 02 May, 14:00 UTCNotts County1–1Bristol Rovers
- Sat 02 May, 14:00 UTCSwindon Town1–2Chesterfield
- Sat 02 May, 14:00 UTCBarrow AFC1–2Newport County
- Sat 02 May, 14:00 UTCCrawley Town0–0Salford City
- Sat 02 May, 14:00 UTCFleetwood Town1–1Milton Keynes Dons
- Sat 02 May, 14:00 UTCCheltenham Town1–4Colchester United
- Sat 02 May, 14:00 UTCCrewe Alexandra0–0Cambridge United
- Sat 02 May, 14:00 UTCGillingham1–0Shrewsbury Town
- Sat 02 May, 14:00 UTCOldham Athletic3–0Accrington Stanley
- Sat 02 May, 14:00 UTCBromley3–1Walsall
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_2951327&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_4023",
"matchday": 29,
"status": "finished",
"utc_date": "2026-05-25T14:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Notts County"
},
"away_team": {
"id": "tm_yyyy",
"name": "Salford City"
},
"score": {
"home": 3,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest League Two result?
Notts County 3-0 Salford City on Monday 25 May.
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.