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 Albion1–1Clyde FC
- Sat 19 Sept, 14:00 UTCKelty Hearts F.C.1–3Edinburgh City F.C.
- Sat 19 Sept, 14:00 UTCDumbarton3–0The Spartans FC
- Sat 19 Sept, 14:00 UTCForfar Athletic1–0Annan Athletic
- Sat 19 Sept, 14:00 UTCElgin City1–5Stranraer
- Sat 12 Sept, 14:00 UTCClyde FC4–1Kelty Hearts F.C.
- Sat 12 Sept, 14:00 UTCEdinburgh City F.C.7–3Stirling Albion
- Sat 12 Sept, 14:00 UTCThe Spartans FC5–1Forfar Athletic
- Sat 12 Sept, 14:00 UTCStranraer3–1Dumbarton
- Sat 12 Sept, 14:00 UTCAnnan Athletic2–0Elgin City
- Sat 05 Sept, 14:00 UTCClyde FC3–2Edinburgh City F.C.
- Sat 05 Sept, 14:00 UTCKelty Hearts F.C.2–1Annan Athletic
- Sat 05 Sept, 14:00 UTCForfar Athletic0–3Stranraer
- Sat 05 Sept, 14:00 UTCDumbarton2–0Elgin City
- Sat 05 Sept, 14:00 UTCStirling Albion0–2The 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.