Scottish League Two Table
Scottish League Two 26/27 final table: Clyde FC finished top with 17 points from 8 matches, 1 point ahead of Stranraer. Stirling Albion sit bottom on 5. Full table with goal difference and form below.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Clyde FC | 8 | 5 | 2 | 1 | 19 | 10 | +9 | 17 |
| 2 | Stranraer | 8 | 5 | 1 | 2 | 17 | 8 | +9 | 16 |
| 3 | The Spartans FC | 8 | 3 | 3 | 2 | 19 | 15 | +4 | 12 |
| 4 | Elgin City | 8 | 3 | 2 | 3 | 19 | 14 | +5 | 11 |
| 5 | Forfar Athletic | 8 | 3 | 2 | 3 | 8 | 13 | -5 | 11 |
| 6 | Edinburgh City F.C. | 8 | 4 | 2 | 2 | 19 | 15 | +4 | 9 |
| 7 | Annan Athletic | 8 | 3 | 0 | 5 | 9 | 10 | -1 | 9 |
| 8 | Dumbarton | 8 | 3 | 0 | 5 | 8 | 14 | -6 | 9 |
| 9 | Kelty Hearts F.C. | 8 | 3 | 0 | 5 | 11 | 18 | -7 | 9 |
| 10 | Stirling Albion | 8 | 1 | 2 | 5 | 10 | 22 | -12 | 5 |
Get the Scottish League Two table via API
Fetch the live Scottish League Two standings with competition_id=comp_7454. The same shape works for every competition and season.
GET /football/competitions/comp_7454/seasons/{season_id}/standings
curl "https://api.thestatsapi.com/api/football/competitions/comp_7454/seasons/sn_0839324/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"team": {
"id": "tm_xxxx",
"name": "Clyde FC"
},
"position": 1,
"matches_played": 8,
"wins": 5,
"draws": 2,
"losses": 1,
"goals_for": 19,
"goals_against": 10,
"goal_difference": 9,
"points": 17
}
]
}Scottish League Two resources
Fixtures, results, player and team stats for Scottish League Two.
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 Two?
Clyde FC finished top of the Scottish League Two 26/27 with 17 points, 1 ahead of Stranraer.
How many teams are in the Scottish League Two?
10 teams compete in the Scottish League Two 26/27.
How do I get the Scottish League Two table via API?
Call the standings endpoint with competition_id=comp_7454 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 Two data are available?
TheStatsAPI has 3 seasons of Scottish League Two data, going back to 24/25, including historical final tables.
Get Scottish League Two data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.