EUROPE · LEAGUE TABLE

Scottish Premiership Table

As of 9 September 2026, Celtic lead the Scottish Premiership 26/27 with 15 points from 5 matches, 3 points clear of Heart of Midlothian. Kilmarnock sit bottom on 1. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 07:17 UTC
Scottish Premiership league table
#TeamPWDLGFGAGDPts
1Celtic5500133+1015
2Heart of Midlothian5401125+712
3St. Mirren531185+310
4Rangers531164+210
5Motherwell522185+38
6Dundee FC621376+17
7St. Johnstone52128807
8Hibernian520379-26
9Dundee United6123611-55
10Aberdeen511327-54
11Falkirk FC502337-42
12Kilmarnock5014414-101
Get this via API

Get the Scottish Premiership table via API

Fetch the live Scottish Premiership standings with competition_id=comp_6387. The same shape works for every competition and season.

GET /football/competitions/comp_6387/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_6387/seasons/sn_8406037/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Celtic"
      },
      "position": 1,
      "matches_played": 5,
      "wins": 5,
      "draws": 0,
      "losses": 0,
      "goals_for": 13,
      "goals_against": 3,
      "goal_difference": 10,
      "points": 15
    }
  ]
}

Frequently Asked Questions

Who is top of the Scottish Premiership?

Celtic are top of the Scottish Premiership 26/27 with 15 points from 5 matches, 3 points clear of Heart of Midlothian.

How many teams are in the Scottish Premiership?

12 teams compete in the Scottish Premiership 26/27.

How do I get the Scottish Premiership table via API?

Call the standings endpoint with competition_id=comp_6387 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of Scottish Premiership data are available?

TheStatsAPI has 7 seasons of Scottish Premiership data, going back to 20/21, including historical final tables.

Get Scottish Premiership data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.