EUROPE · FIXTURES

Scottish Premiership Fixtures

Next Scottish Premiership fixtures: Dundee United v Rangers (Friday 31 July), Falkirk FC v St. Mirren (Saturday 1 August), Aberdeen v Heart of Midlothian (Saturday 1 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:41 UTC
  • Fri 31 Jul, 19:00 UTCDundee UnitedvRangers
  • Sat 01 Aug, 14:00 UTCFalkirk FCvSt. Mirren
  • Sat 01 Aug, 16:30 UTCAberdeenvHeart of Midlothian
  • Sun 02 Aug, 13:00 UTCSt. JohnstonevKilmarnock
  • Sun 02 Aug, 15:30 UTCHibernianvMotherwell
  • Mon 03 Aug, 18:30 UTCCelticvDundee FC
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-07-31T19:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Dundee United"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Rangers"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Scottish Premiership match?

Dundee United play Rangers on Friday 31 July.

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.