Scottish Championship Table
As of 9 September 2026, Stenhousemuir lead the Scottish Championship 26/27 with 13 points from 5 matches, 2 points clear of Partick Thistle. Greenock Morton sit bottom on 1. Full table with goal difference and form below.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Stenhousemuir | 5 | 4 | 1 | 0 | 9 | 2 | +7 | 13 |
| 2 | Partick Thistle | 5 | 3 | 2 | 0 | 5 | 1 | +4 | 11 |
| 3 | Raith Rovers | 5 | 3 | 1 | 1 | 7 | 3 | +4 | 10 |
| 4 | Arbroath | 5 | 2 | 2 | 1 | 4 | 4 | 0 | 8 |
| 5 | Livingston | 5 | 2 | 0 | 3 | 4 | 4 | 0 | 6 |
| 6 | Dunfermline Athletic | 5 | 1 | 3 | 1 | 3 | 4 | -1 | 6 |
| 7 | Ayr United | 5 | 1 | 2 | 2 | 4 | 5 | -1 | 5 |
| 8 | Queen's Park FC | 5 | 1 | 1 | 3 | 3 | 7 | -4 | 4 |
| 9 | Inverness Caledonian Thistle | 5 | 0 | 3 | 2 | 2 | 6 | -4 | 3 |
| 10 | Greenock Morton | 5 | 0 | 1 | 4 | 3 | 8 | -5 | 1 |
Get the Scottish Championship table via API
Fetch the live Scottish Championship standings with competition_id=comp_6236. The same shape works for every competition and season.
GET /football/competitions/comp_6236/seasons/{season_id}/standings
curl "https://api.thestatsapi.com/api/football/competitions/comp_6236/seasons/sn_0839490/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"team": {
"id": "tm_xxxx",
"name": "Stenhousemuir"
},
"position": 1,
"matches_played": 5,
"wins": 4,
"draws": 1,
"losses": 0,
"goals_for": 9,
"goals_against": 2,
"goal_difference": 7,
"points": 13
}
]
}Scottish Championship resources
Fixtures, results, player and team stats for Scottish Championship.
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 Championship?
Stenhousemuir are top of the Scottish Championship 26/27 with 13 points from 5 matches, 2 points clear of Partick Thistle.
How many teams are in the Scottish Championship?
10 teams compete in the Scottish Championship 26/27.
How do I get the Scottish Championship table via API?
Call the standings endpoint with competition_id=comp_6236 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 Championship data are available?
TheStatsAPI has 6 seasons of Scottish Championship data, going back to 21/22, including historical final tables.
Get Scottish Championship data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.