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. Johnstone21Hibernian
  • Sun 06 Sept, 14:00 UTCHeart of Midlothian21Dundee FC
  • Sat 05 Sept, 19:00 UTCSt. Mirren12Celtic
  • Sat 05 Sept, 14:00 UTCRangers10Motherwell
  • Sat 05 Sept, 14:00 UTCDundee United11Falkirk FC
  • Sat 05 Sept, 14:00 UTCAberdeen00Kilmarnock
  • Thu 03 Sept, 18:45 UTCHibernian13Heart of Midlothian
  • Wed 02 Sept, 19:00 UTCFalkirk FC12Rangers
  • Wed 02 Sept, 18:45 UTCKilmarnock01St. Mirren
  • Wed 02 Sept, 18:45 UTCMotherwell30Dundee United
  • Wed 02 Sept, 18:45 UTCCeltic30Aberdeen
  • Wed 02 Sept, 18:45 UTCDundee FC11St. Johnstone
  • Sun 30 Aug, 14:00 UTCDundee FC12Hibernian
  • Sun 30 Aug, 14:00 UTCSt. Mirren33Motherwell
  • Sun 30 Aug, 11:00 UTCAberdeen01Rangers
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.