EUROPE · FIXTURES

Scottish Premiership Fixtures

Next Scottish Premiership fixtures: Rangers v St. Mirren (Wednesday 9 September), St. Johnstone v Celtic (Wednesday 9 September), Motherwell v Aberdeen (Tuesday 15 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 07:18 UTC
  • Wed 09 Sept, 18:45 UTCRangersvSt. Mirren
  • Wed 09 Sept, 19:00 UTCSt. JohnstonevCeltic
  • Tue 15 Sept, 18:45 UTCMotherwellvAberdeen
  • Tue 15 Sept, 18:45 UTCFalkirk FCvHeart of Midlothian
  • Tue 15 Sept, 18:45 UTCHibernianvKilmarnock
  • Sat 19 Sept, 14:00 UTCSt. MirrenvDundee United
  • Sat 19 Sept, 14:00 UTCSt. JohnstonevFalkirk FC
  • Sat 19 Sept, 14:00 UTCHibernianvAberdeen
  • Sat 19 Sept, 14:00 UTCDundee FCvMotherwell
  • Sat 19 Sept, 16:45 UTCKilmarnockvHeart of Midlothian
  • Sun 20 Sept, 11:00 UTCCelticvRangers
  • Sat 10 Oct, 14:00 UTCFalkirk FCvDundee FC
  • Sat 10 Oct, 14:00 UTCRangersvKilmarnock
  • Sat 10 Oct, 14:00 UTCHeart of MidlothianvSt. Mirren
  • Sat 10 Oct, 14:00 UTCDundee UnitedvHibernian
Get this via API

Get Scottish Premiership fixtures via API

Fetch upcoming Scottish Premiership matches with competition_id=comp_6387.

GET /football/matches?competition_id=comp_6387&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_6387&season_id=sn_8406037&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_6387",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-09T18:45:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Rangers"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "St. Mirren"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Scottish Premiership match?

Rangers play St. Mirren on Wednesday 9 September.

How do I get Scottish Premiership fixtures via API?

Call the matches endpoint with competition_id=comp_6387 and status=scheduled. 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.