EUROPE · RESULTS

Scottish Championship Results

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

LIVE DATA·Season 26/27·Updated 18 Aug 2026, 14:06 UTC
  • Sat 08 Aug, 14:00 UTCQueen's Park FC12Raith Rovers
  • Sat 08 Aug, 14:00 UTCStenhousemuir20Greenock Morton
  • Sat 08 Aug, 14:00 UTCDunfermline Athletic11Ayr United
  • Sat 08 Aug, 14:00 UTCArbroath00Inverness Caledonian Thistle
  • Fri 07 Aug, 18:30 UTCPartick Thistle20Livingston
  • Sat 01 Aug, 14:00 UTCRaith Rovers11Stenhousemuir
  • Sat 01 Aug, 14:00 UTCLivingston20Queen's Park FC
  • Sat 01 Aug, 14:00 UTCGreenock Morton01Partick Thistle
  • Sat 01 Aug, 14:00 UTCInverness Caledonian Thistle00Dunfermline Athletic
  • Sat 01 Aug, 14:00 UTCAyr United20Arbroath
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": 2,
      "status": "finished",
      "utc_date": "2026-08-08T14:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Queen's Park FC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Raith Rovers"
      },
      "score": {
        "home": 1,
        "away": 2
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Scottish Championship result?

Queen's Park FC 1-2 Raith Rovers on Saturday 8 August.

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.