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 County30Salford City
  • Fri 15 May, 19:00 UTCNotts County00Chesterfield
  • Fri 15 May, 18:15 UTCSalford City12Grimsby Town
  • Sun 10 May, 17:00 UTCChesterfield01Notts County
  • Sun 10 May, 14:00 UTCGrimsby Town12Salford City
  • Sat 02 May, 14:00 UTCNotts County11Bristol Rovers
  • Sat 02 May, 14:00 UTCSwindon Town12Chesterfield
  • Sat 02 May, 14:00 UTCBarrow AFC12Newport County
  • Sat 02 May, 14:00 UTCCrawley Town00Salford City
  • Sat 02 May, 14:00 UTCFleetwood Town11Milton Keynes Dons
  • Sat 02 May, 14:00 UTCCheltenham Town14Colchester United
  • Sat 02 May, 14:00 UTCCrewe Alexandra00Cambridge United
  • Sat 02 May, 14:00 UTCGillingham10Shrewsbury Town
  • Sat 02 May, 14:00 UTCOldham Athletic30Accrington Stanley
  • Sat 02 May, 14:00 UTCBromley31Walsall
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.