EUROPE · LEAGUE TABLE

Scottish Premiership Table

As of 15 August 2026, Celtic lead the Scottish Premiership 26/27 with 6 points from 2 matches, level on points with St. Mirren. Kilmarnock sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 19:02 UTC
Scottish Premiership league table
#TeamPWDLGFGAGDPts
1Celtic220061+56
2St. Mirren220030+36
3Motherwell211021+14
4Heart of Midlothian210152+33
5Dundee FC210121+13
6St. Johnstone21014403
7Hibernian21013303
8Aberdeen210123-13
9Rangers201123-11
10Falkirk FC201102-21
11Dundee United201115-41
12Kilmarnock200249-50
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": 2,
      "wins": 2,
      "draws": 0,
      "losses": 0,
      "goals_for": 6,
      "goals_against": 1,
      "goal_difference": 5,
      "points": 6
    }
  ]
}

Frequently Asked Questions

Who is top of the Scottish Premiership?

Celtic are top of the Scottish Premiership 26/27 with 6 points from 2 matches.

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.