Scottish League One Table
Scottish League One 26/27 final table: Ross County finished top with 19 points from 7 matches, level on points with Hamilton Academical. Queen of The South sit bottom on 4. Full table with goal difference and form below.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Ross County | 7 | 6 | 1 | 0 | 22 | 4 | +18 | 19 |
| 2 | Hamilton Academical | 7 | 6 | 1 | 0 | 16 | 1 | +15 | 19 |
| 3 | Montrose | 8 | 5 | 0 | 3 | 13 | 13 | 0 | 15 |
| 4 | East Kilbride | 8 | 4 | 1 | 3 | 14 | 12 | +2 | 13 |
| 5 | Alloa Athletic | 8 | 2 | 3 | 3 | 8 | 6 | +2 | 9 |
| 6 | Airdrieonians | 8 | 2 | 3 | 3 | 6 | 11 | -5 | 9 |
| 7 | East Fife | 8 | 1 | 5 | 2 | 7 | 7 | 0 | 8 |
| 8 | Peterhead | 8 | 2 | 1 | 5 | 6 | 14 | -8 | 7 |
| 9 | Cove Rangers | 8 | 1 | 2 | 5 | 5 | 11 | -6 | 5 |
| 10 | Queen of The South | 8 | 1 | 1 | 6 | 6 | 24 | -18 | 4 |
Get the Scottish League One table via API
Fetch the live Scottish League One standings with competition_id=comp_3615. The same shape works for every competition and season.
GET /football/competitions/comp_3615/seasons/{season_id}/standings
curl "https://api.thestatsapi.com/api/football/competitions/comp_3615/seasons/sn_8406020/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"team": {
"id": "tm_xxxx",
"name": "Ross County"
},
"position": 1,
"matches_played": 7,
"wins": 6,
"draws": 1,
"losses": 0,
"goals_for": 22,
"goals_against": 4,
"goal_difference": 18,
"points": 19
}
]
}Scottish League One resources
Fixtures, results, player and team stats for Scottish League One.
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 League One?
Ross County finished top of the Scottish League One 26/27 with 19 points.
How many teams are in the Scottish League One?
10 teams compete in the Scottish League One 26/27.
How do I get the Scottish League One table via API?
Call the standings endpoint with competition_id=comp_3615 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 League One data are available?
TheStatsAPI has 3 seasons of Scottish League One data, going back to 24/25, including historical final tables.
Get Scottish League One data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.