EUROPE · FIXTURES

Scottish Premiership Fixtures

Next Scottish Premiership fixtures: Motherwell v Aberdeen (Saturday 22 August), St. Johnstone v Celtic (Saturday 22 August), Rangers v St. Mirren (Saturday 22 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 18 Aug 2026, 16:47 UTC
  • Sat 22 Aug, 14:00 UTCMotherwellvAberdeen
  • Sat 22 Aug, 14:00 UTCSt. JohnstonevCeltic
  • Sat 22 Aug, 14:00 UTCRangersvSt. Mirren
  • Sat 22 Aug, 14:00 UTCHibernianvKilmarnock
  • Sat 22 Aug, 14:00 UTCFalkirk FCvHeart of Midlothian
  • Sat 22 Aug, 16:45 UTCDundee UnitedvDundee FC
  • Sat 29 Aug, 14:00 UTCHeart of MidlothianvSt. Johnstone
  • Sat 29 Aug, 14:00 UTCCelticvFalkirk FC
  • Sat 29 Aug, 14:00 UTCKilmarnockvDundee United
  • Sun 30 Aug, 11:00 UTCAberdeenvRangers
  • Sun 30 Aug, 14:00 UTCDundee FCvHibernian
  • Sun 30 Aug, 14:00 UTCSt. MirrenvMotherwell
  • Wed 02 Sept, 18:45 UTCKilmarnockvSt. Mirren
  • Wed 02 Sept, 18:45 UTCMotherwellvDundee United
  • Wed 02 Sept, 18:45 UTCCelticvAberdeen
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-08-22T14:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Motherwell"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Aberdeen"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Scottish Premiership match?

Motherwell play Aberdeen on Saturday 22 August.

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.