EUROPE · LEAGUE TABLE

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.

FINAL·Season 26/27·Updated 22 Sept 2026, 03:05 UTC
Scottish League One league table
#TeamPWDLGFGAGDPts
1Ross County7610224+1819
2Hamilton Academical7610161+1519
3Montrose85031313015
4East Kilbride84131412+213
5Alloa Athletic823386+29
6Airdrieonians8233611-59
7East Fife81527708
8Peterhead8215614-87
9Cove Rangers8125511-65
10Queen of The South8116624-184
Get this via API

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

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

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.