EUROPE · LEAGUE TABLE

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.

FINAL·Season 26/27·Updated 22 Sept 2026, 03:05 UTC
Scottish League Two league table
#TeamPWDLGFGAGDPts
1Clyde FC85211910+917
2Stranraer8512178+916
3The Spartans FC83321915+412
4Elgin City83231914+511
5Forfar Athletic8323813-511
6Edinburgh City F.C.84221915+49
7Annan Athletic8305910-19
8Dumbarton8305814-69
9Kelty Hearts F.C.83051118-79
10Stirling Albion81251022-125
Get this via API

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_7454/seasons/sn_0839324/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "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
    }
  ]
}

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.