EUROPE · FIXTURES

Scottish Championship Fixtures

Next Scottish Championship fixtures: Inverness Caledonian Thistle v Partick Thistle (Friday 21 August), Queen's Park FC v Stenhousemuir (Saturday 22 August), Raith Rovers v Ayr United (Saturday 22 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 14:54 UTC
  • Fri 21 Aug, 18:30 UTCInverness Caledonian ThistlevPartick Thistle
  • Sat 22 Aug, 14:00 UTCQueen's Park FCvStenhousemuir
  • Sat 22 Aug, 14:00 UTCRaith RoversvAyr United
  • Sat 22 Aug, 14:00 UTCLivingstonvDunfermline Athletic
  • Sat 22 Aug, 14:00 UTCGreenock MortonvArbroath
  • Fri 28 Aug, 18:30 UTCDunfermline AthleticvRaith Rovers
  • Sat 29 Aug, 14:00 UTCAyr UnitedvGreenock Morton
  • Sat 29 Aug, 14:00 UTCStenhousemuirvInverness Caledonian Thistle
  • Sat 29 Aug, 14:00 UTCPartick ThistlevQueen's Park FC
  • Sat 29 Aug, 14:00 UTCArbroathvLivingston
  • Sat 05 Sept, 14:00 UTCQueen's Park FCvGreenock Morton
  • Sat 05 Sept, 14:00 UTCLivingstonvStenhousemuir
  • Sat 05 Sept, 14:00 UTCInverness Caledonian ThistlevRaith Rovers
  • Sat 05 Sept, 14:00 UTCPartick ThistlevAyr United
  • Sat 05 Sept, 14:00 UTCArbroathvDunfermline Athletic
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-21T18:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Inverness Caledonian Thistle"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Partick Thistle"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Scottish Championship match?

Inverness Caledonian Thistle play Partick Thistle on Friday 21 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.