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 FC1–2Raith Rovers
- Sat 08 Aug, 14:00 UTCStenhousemuir2–0Greenock Morton
- Sat 08 Aug, 14:00 UTCDunfermline Athletic1–1Ayr United
- Sat 08 Aug, 14:00 UTCArbroath0–0Inverness Caledonian Thistle
- Fri 07 Aug, 18:30 UTCPartick Thistle2–0Livingston
- Sat 01 Aug, 14:00 UTCRaith Rovers1–1Stenhousemuir
- Sat 01 Aug, 14:00 UTCLivingston2–0Queen's Park FC
- Sat 01 Aug, 14:00 UTCGreenock Morton0–1Partick Thistle
- Sat 01 Aug, 14:00 UTCInverness Caledonian Thistle0–0Dunfermline Athletic
- Sat 01 Aug, 14:00 UTCAyr United2–0Arbroath
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.