EUROPE · RESULTS

Scottish Championship Results

Latest Scottish Championship results: Queen's Park FC 2-1 Greenock Morton, Inverness Caledonian Thistle 0-2 Raith Rovers, Partick Thistle 1-0 Ayr United. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 08 Sept 2026, 21:33 UTC
  • Sat 05 Sept, 14:00 UTCQueen's Park FC21Greenock Morton
  • Sat 05 Sept, 14:00 UTCInverness Caledonian Thistle02Raith Rovers
  • Sat 05 Sept, 14:00 UTCPartick Thistle10Ayr United
  • Sat 05 Sept, 14:00 UTCArbroath11Dunfermline Athletic
  • Fri 04 Sept, 18:30 UTCLivingston01Stenhousemuir
  • Sat 29 Aug, 14:00 UTCAyr United11Greenock Morton
  • Sat 29 Aug, 14:00 UTCStenhousemuir31Inverness Caledonian Thistle
  • Sat 29 Aug, 14:00 UTCPartick Thistle00Queen's Park FC
  • Sat 29 Aug, 14:00 UTCArbroath10Livingston
  • Fri 28 Aug, 18:30 UTCDunfermline Athletic10Raith Rovers
  • Sat 22 Aug, 14:00 UTCQueen's Park FC02Stenhousemuir
  • Sat 22 Aug, 14:00 UTCRaith Rovers20Ayr United
  • Sat 22 Aug, 14:00 UTCLivingston20Dunfermline Athletic
  • Sat 22 Aug, 14:00 UTCGreenock Morton12Arbroath
  • Fri 21 Aug, 18:30 UTCInverness Caledonian Thistle11Partick Thistle
Get this via API

Get Scottish Championship results via API

Fetch the latest final Scottish Championship scores with competition_id=comp_6236.

GET /football/matches?competition_id=comp_6236&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_6236&season_id=sn_0839490&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_6236",
      "matchday": 5,
      "status": "finished",
      "utc_date": "2026-09-05T14:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Queen's Park FC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Greenock Morton"
      },
      "score": {
        "home": 2,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Scottish Championship result?

Queen's Park FC 2-1 Greenock Morton on Saturday 5 September.

How do I get Scottish Championship results via API?

Call the matches endpoint with competition_id=comp_6236 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Scottish Championship data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.