EUROPE · LEAGUE TABLE

Scottish Championship Table

As of 9 September 2026, Stenhousemuir lead the Scottish Championship 26/27 with 13 points from 5 matches, 2 points clear of Partick Thistle. Greenock Morton sit bottom on 1. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 06:32 UTC
Scottish Championship league table
#TeamPWDLGFGAGDPts
1Stenhousemuir541092+713
2Partick Thistle532051+411
3Raith Rovers531173+410
4Arbroath52214408
5Livingston52034406
6Dunfermline Athletic513134-16
7Ayr United512245-15
8Queen's Park FC511337-44
9Inverness Caledonian Thistle503226-43
10Greenock Morton501438-51
Get this via API

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_6236/seasons/sn_0839490/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Stenhousemuir"
      },
      "position": 1,
      "matches_played": 5,
      "wins": 4,
      "draws": 1,
      "losses": 0,
      "goals_for": 9,
      "goals_against": 2,
      "goal_difference": 7,
      "points": 13
    }
  ]
}

Frequently Asked Questions

Who is top of the Scottish Championship?

Stenhousemuir are top of the Scottish Championship 26/27 with 13 points from 5 matches, 2 points clear of Partick Thistle.

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.