EUROPE · RESULTS

Scottish League Two Results

Latest Scottish League Two results: Stirling Albion 1-1 Clyde FC, Kelty Hearts F.C. 1-3 Edinburgh City F.C., Dumbarton 3-0 The Spartans FC. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 26/27·Updated 22 Sept 2026, 03:05 UTC
  • Sat 19 Sept, 14:00 UTCStirling Albion11Clyde FC
  • Sat 19 Sept, 14:00 UTCKelty Hearts F.C.13Edinburgh City F.C.
  • Sat 19 Sept, 14:00 UTCDumbarton30The Spartans FC
  • Sat 19 Sept, 14:00 UTCForfar Athletic10Annan Athletic
  • Sat 19 Sept, 14:00 UTCElgin City15Stranraer
  • Sat 12 Sept, 14:00 UTCClyde FC41Kelty Hearts F.C.
  • Sat 12 Sept, 14:00 UTCEdinburgh City F.C.73Stirling Albion
  • Sat 12 Sept, 14:00 UTCThe Spartans FC51Forfar Athletic
  • Sat 12 Sept, 14:00 UTCStranraer31Dumbarton
  • Sat 12 Sept, 14:00 UTCAnnan Athletic20Elgin City
  • Sat 05 Sept, 14:00 UTCClyde FC32Edinburgh City F.C.
  • Sat 05 Sept, 14:00 UTCKelty Hearts F.C.21Annan Athletic
  • Sat 05 Sept, 14:00 UTCForfar Athletic03Stranraer
  • Sat 05 Sept, 14:00 UTCDumbarton20Elgin City
  • Sat 05 Sept, 14:00 UTCStirling Albion02The Spartans FC
Get this via API

Get Scottish League Two results via API

Fetch the latest final Scottish League Two scores with competition_id=comp_7454.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_7454&season_id=sn_0839324&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_7454",
      "matchday": 8,
      "status": "finished",
      "utc_date": "2026-09-19T14:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Stirling Albion"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Clyde FC"
      },
      "score": {
        "home": 1,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Scottish League Two result?

Stirling Albion 1-1 Clyde FC on Saturday 19 September.

How do I get Scottish League Two results via API?

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

Get Scottish League Two data via API

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