EUROPE · RESULTS
Scottish Premiership Results
Latest Scottish Premiership results: Rangers 1-2 Hibernian, Heart of Midlothian 4-0 Dundee United, Motherwell 0-0 Falkirk FC. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 18 Aug 2026, 12:35 UTC
- Sun 09 Aug, 15:00 UTCRangers1–2Hibernian
- Sun 09 Aug, 14:00 UTCHeart of Midlothian4–0Dundee United
- Sun 09 Aug, 14:00 UTCMotherwell0–0Falkirk FC
- Sun 09 Aug, 12:30 UTCKilmarnock1–5Celtic
- Sat 08 Aug, 14:00 UTCSt. Mirren1–0St. Johnstone
- Sat 08 Aug, 14:00 UTCDundee FC2–0Aberdeen
- Mon 03 Aug, 18:30 UTCCeltic1–0Dundee FC
- Sun 02 Aug, 15:30 UTCHibernian1–2Motherwell
- Sun 02 Aug, 13:00 UTCSt. Johnstone4–3Kilmarnock
- Sat 01 Aug, 16:30 UTCAberdeen2–1Heart of Midlothian
- Sat 01 Aug, 14:00 UTCFalkirk FC0–2St. Mirren
- Fri 31 Jul, 19:00 UTCDundee United1–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": 2,
"status": "finished",
"utc_date": "2026-08-09T15:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Rangers"
},
"away_team": {
"id": "tm_yyyy",
"name": "Hibernian"
},
"score": {
"home": 1,
"away": 2
}
}
]
}Frequently Asked Questions
What was the latest Scottish Premiership result?
Rangers 1-2 Hibernian on Sunday 9 August.
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.