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 FC2–1Greenock Morton
- Sat 05 Sept, 14:00 UTCInverness Caledonian Thistle0–2Raith Rovers
- Sat 05 Sept, 14:00 UTCPartick Thistle1–0Ayr United
- Sat 05 Sept, 14:00 UTCArbroath1–1Dunfermline Athletic
- Fri 04 Sept, 18:30 UTCLivingston0–1Stenhousemuir
- Sat 29 Aug, 14:00 UTCAyr United1–1Greenock Morton
- Sat 29 Aug, 14:00 UTCStenhousemuir3–1Inverness Caledonian Thistle
- Sat 29 Aug, 14:00 UTCPartick Thistle0–0Queen's Park FC
- Sat 29 Aug, 14:00 UTCArbroath1–0Livingston
- Fri 28 Aug, 18:30 UTCDunfermline Athletic1–0Raith Rovers
- Sat 22 Aug, 14:00 UTCQueen's Park FC0–2Stenhousemuir
- Sat 22 Aug, 14:00 UTCRaith Rovers2–0Ayr United
- Sat 22 Aug, 14:00 UTCLivingston2–0Dunfermline Athletic
- Sat 22 Aug, 14:00 UTCGreenock Morton1–2Arbroath
- Fri 21 Aug, 18:30 UTCInverness Caledonian Thistle1–1Partick 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.