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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Celtic | 2 | 2 | 0 | 0 | 6 | 1 | +5 | 6 |
| 2 | St. Mirren | 2 | 2 | 0 | 0 | 3 | 0 | +3 | 6 |
| 3 | Motherwell | 2 | 1 | 1 | 0 | 2 | 1 | +1 | 4 |
| 4 | Heart of Midlothian | 2 | 1 | 0 | 1 | 5 | 2 | +3 | 3 |
| 5 | Dundee FC | 2 | 1 | 0 | 1 | 2 | 1 | +1 | 3 |
| 6 | St. Johnstone | 2 | 1 | 0 | 1 | 4 | 4 | 0 | 3 |
| 7 | Hibernian | 2 | 1 | 0 | 1 | 3 | 3 | 0 | 3 |
| 8 | Aberdeen | 2 | 1 | 0 | 1 | 2 | 3 | -1 | 3 |
| 9 | Rangers | 2 | 0 | 1 | 1 | 2 | 3 | -1 | 1 |
| 10 | Falkirk FC | 2 | 0 | 1 | 1 | 0 | 2 | -2 | 1 |
| 11 | Dundee United | 2 | 0 | 1 | 1 | 1 | 5 | -4 | 1 |
| 12 | Kilmarnock | 2 | 0 | 0 | 2 | 4 | 9 | -5 | 0 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_6387/seasons/sn_8406037/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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
}
]
}Scottish Premiership resources
Fixtures, results, player and team stats for Scottish Premiership.
Upcoming kickoffs with dates and times.
Latest final scores.
See every competition, country, and data type we cover.
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.