EUROPE · FIXTURES
Scottish Championship Fixtures
Next Scottish Championship fixtures: Greenock Morton v Livingston (Friday 11 September), Raith Rovers v Arbroath (Saturday 12 September), Dunfermline Athletic v Queen's Park FC (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 09 Sept 2026, 01:24 UTC
- Fri 11 Sept, 18:30 UTCGreenock MortonvLivingston
- Sat 12 Sept, 14:00 UTCRaith RoversvArbroath
- Sat 12 Sept, 14:00 UTCDunfermline AthleticvQueen's Park FC
- Sat 12 Sept, 14:00 UTCAyr UnitedvInverness Caledonian Thistle
- Tue 15 Sept, 18:45 UTCStenhousemuirvPartick Thistle
- Fri 18 Sept, 18:30 UTCQueen's Park FCvAyr United
- Sat 19 Sept, 14:00 UTCPartick ThistlevRaith Rovers
- Sat 19 Sept, 14:00 UTCStenhousemuirvArbroath
- Sat 19 Sept, 14:00 UTCGreenock MortonvDunfermline Athletic
- Sat 19 Sept, 14:00 UTCLivingstonvInverness Caledonian Thistle
- Fri 25 Sept, 18:45 UTCRaith RoversvLivingston
- Fri 25 Sept, 18:45 UTCInverness Caledonian ThistlevGreenock Morton
- Fri 25 Sept, 18:45 UTCDunfermline AthleticvPartick Thistle
- Fri 25 Sept, 18:45 UTCAyr UnitedvStenhousemuir
- Fri 25 Sept, 18:45 UTCArbroathvQueen's Park FC
Get this via API
Get Scottish Championship fixtures via API
Fetch upcoming Scottish Championship matches with competition_id=comp_6236.
GET /football/matches?competition_id=comp_6236&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_6236&season_id=sn_0839490&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_6236",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-11T18:30:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Greenock Morton"
},
"away_team": {
"id": "tm_yyyy",
"name": "Livingston"
}
}
]
}Frequently Asked Questions
When is the next Scottish Championship match?
Greenock Morton play Livingston on Friday 11 September.
How do I get Scottish Championship fixtures via API?
Call the matches endpoint with competition_id=comp_6236 and status=scheduled. 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.