Scottish Championship Table
As of 15 August 2026, Partick Thistle lead the Scottish Championship 26/27 with 6 points from 2 matches, 2 points clear of Ayr United. Greenock Morton sit bottom on 0. Full table with goal difference and form below.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Partick Thistle | 2 | 2 | 0 | 0 | 3 | 0 | +3 | 6 |
| 2 | Ayr United | 2 | 1 | 1 | 0 | 3 | 1 | +2 | 4 |
| 3 | Stenhousemuir | 2 | 1 | 1 | 0 | 3 | 1 | +2 | 4 |
| 4 | Raith Rovers | 2 | 1 | 1 | 0 | 3 | 2 | +1 | 4 |
| 5 | Livingston | 2 | 1 | 0 | 1 | 2 | 2 | 0 | 3 |
| 6 | Dunfermline Athletic | 2 | 0 | 2 | 0 | 1 | 1 | 0 | 2 |
| 7 | Inverness Caledonian Thistle | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 2 |
| 8 | Arbroath | 2 | 0 | 1 | 1 | 0 | 2 | -2 | 1 |
| 9 | Queen's Park FC | 2 | 0 | 0 | 2 | 1 | 4 | -3 | 0 |
| 10 | Greenock Morton | 2 | 0 | 0 | 2 | 0 | 3 | -3 | 0 |
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": "Partick Thistle"
},
"position": 1,
"matches_played": 2,
"wins": 2,
"draws": 0,
"losses": 0,
"goals_for": 3,
"goals_against": 0,
"goal_difference": 3,
"points": 6
}
]
}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?
Partick Thistle are top of the Scottish Championship 26/27 with 6 points from 2 matches, 2 points clear of Ayr United.
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.