EUROPE · LEAGUE TABLE

Scottish Championship Table

As of 15 August 2026, Partick Thistle lead the Scottish Championship 26/27 with 6 points from 2 matches, 2 points clear of Ayr United. Greenock Morton sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 14:45 UTC
Scottish Championship league table
#TeamPWDLGFGAGDPts
1Partick Thistle220030+36
2Ayr United211031+24
3Stenhousemuir211031+24
4Raith Rovers211032+14
5Livingston21012203
6Dunfermline Athletic20201102
7Inverness Caledonian Thistle20200002
8Arbroath201102-21
9Queen's Park FC200214-30
10Greenock Morton200203-30
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": "Partick Thistle"
      },
      "position": 1,
      "matches_played": 2,
      "wins": 2,
      "draws": 0,
      "losses": 0,
      "goals_for": 3,
      "goals_against": 0,
      "goal_difference": 3,
      "points": 6
    }
  ]
}

Frequently Asked Questions

Who is top of the Scottish Championship?

Partick Thistle are top of the Scottish Championship 26/27 with 6 points from 2 matches, 2 points clear of Ayr United.

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.