EUROPE · RESULTS
Scottish League One Results
Latest Scottish League One results: Hamilton Academical 4-1 Queen of The South, Peterhead 1-2 Airdrieonians, East Fife 1-2 Montrose. 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 UTCHamilton Academical4–1Queen of The South
- Sat 19 Sept, 14:00 UTCPeterhead1–2Airdrieonians
- Sat 19 Sept, 14:00 UTCEast Fife1–2Montrose
- Sat 19 Sept, 14:00 UTCAlloa Athletic1–2East Kilbride
- Sat 19 Sept, 14:00 UTCCove Rangers0–2Ross County
- Tue 15 Sept, 18:45 UTCRoss County8–0Queen of The South
- Sat 12 Sept, 14:00 UTCQueen of The South1–1East Fife
- Sat 12 Sept, 14:00 UTCMontrose2–1Cove Rangers
- Sat 12 Sept, 14:00 UTCEast Kilbride3–1Peterhead
- Sat 12 Sept, 14:00 UTCAirdrieonians1–0Alloa Athletic
- Sat 05 Sept, 14:00 UTCQueen of The South2–1Airdrieonians
- Sat 05 Sept, 14:00 UTCEast Kilbride0–1Hamilton Academical
- Sat 05 Sept, 14:00 UTCPeterhead0–3Montrose
- Sat 05 Sept, 14:00 UTCEast Fife2–2Ross County
- Sat 05 Sept, 14:00 UTCCove Rangers1–1Alloa Athletic
Get this via API
Get Scottish League One results via API
Fetch the latest final Scottish League One scores with competition_id=comp_3615.
GET /football/matches?competition_id=comp_3615&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_3615&season_id=sn_8406020&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_3615",
"matchday": 8,
"status": "finished",
"utc_date": "2026-09-19T14:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Hamilton Academical"
},
"away_team": {
"id": "tm_yyyy",
"name": "Queen of The South"
},
"score": {
"home": 4,
"away": 1
}
}
]
}Frequently Asked Questions
What was the latest Scottish League One result?
Hamilton Academical 4-1 Queen of The South on Saturday 19 September.
How do I get Scottish League One results via API?
Call the matches endpoint with competition_id=comp_3615 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get Scottish League One data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.