EUROPE · FIXTURES
Scottish Championship Fixtures
Next Scottish Championship fixtures: Raith Rovers v Stenhousemuir (Saturday 1 August), Livingston v Queen's Park FC (Saturday 1 August), Greenock Morton v Partick Thistle (Saturday 1 August). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:41 UTC
- Sat 01 Aug, 14:00 UTCRaith RoversvStenhousemuir
- Sat 01 Aug, 14:00 UTCLivingstonvQueen's Park FC
- Sat 01 Aug, 14:00 UTCGreenock MortonvPartick Thistle
- Sat 01 Aug, 14:00 UTCInverness Caledonian ThistlevDunfermline Athletic
- Sat 01 Aug, 14:00 UTCAyr UnitedvArbroath
- Fri 07 Aug, 18:30 UTCPartick ThistlevLivingston
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-08-01T14:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Raith Rovers"
},
"away_team": {
"id": "tm_yyyy",
"name": "Stenhousemuir"
}
}
]
}Frequently Asked Questions
When is the next Scottish Championship match?
Raith Rovers play Stenhousemuir on Saturday 1 August.
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.