EUROPE · RESULTS
Scottish Premiership Results
Latest Scottish Premiership results: St. Johnstone 2-1 Hibernian, Heart of Midlothian 2-1 Dundee FC, St. Mirren 1-2 Celtic. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 09 Sept 2026, 07:18 UTC
- Sun 06 Sept, 14:00 UTCSt. Johnstone2–1Hibernian
- Sun 06 Sept, 14:00 UTCHeart of Midlothian2–1Dundee FC
- Sat 05 Sept, 19:00 UTCSt. Mirren1–2Celtic
- Sat 05 Sept, 14:00 UTCRangers1–0Motherwell
- Sat 05 Sept, 14:00 UTCDundee United1–1Falkirk FC
- Sat 05 Sept, 14:00 UTCAberdeen0–0Kilmarnock
- Thu 03 Sept, 18:45 UTCHibernian1–3Heart of Midlothian
- Wed 02 Sept, 19:00 UTCFalkirk FC1–2Rangers
- Wed 02 Sept, 18:45 UTCKilmarnock0–1St. Mirren
- Wed 02 Sept, 18:45 UTCMotherwell3–0Dundee United
- Wed 02 Sept, 18:45 UTCCeltic3–0Aberdeen
- Wed 02 Sept, 18:45 UTCDundee FC1–1St. Johnstone
- Sun 30 Aug, 14:00 UTCDundee FC1–2Hibernian
- Sun 30 Aug, 14:00 UTCSt. Mirren3–3Motherwell
- Sun 30 Aug, 11:00 UTCAberdeen0–1Rangers
Get this via API
Get Scottish Premiership results via API
Fetch the latest final Scottish Premiership scores with competition_id=comp_6387.
GET /football/matches?competition_id=comp_6387&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_6387&season_id=sn_8406037&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_6387",
"matchday": 6,
"status": "finished",
"utc_date": "2026-09-06T14:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "St. Johnstone"
},
"away_team": {
"id": "tm_yyyy",
"name": "Hibernian"
},
"score": {
"home": 2,
"away": 1
}
}
]
}Frequently Asked Questions
What was the latest Scottish Premiership result?
St. Johnstone 2-1 Hibernian on Sunday 6 September.
How do I get Scottish Premiership results via API?
Call the matches endpoint with competition_id=comp_6387 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get Scottish Premiership data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.