EUROPE · FIXTURES

Trendyol Süper Lig Fixtures

Next Trendyol Süper Lig fixtures: Erzurumspor FK v Galatasaray (Friday 21 August), Çaykur Rizespor v Samsunspor (Saturday 22 August), Çorum FK v Kasımpaşa (Saturday 22 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 18 Aug 2026, 19:29 UTC
  • Fri 21 Aug, 18:30 UTCErzurumspor FKvGalatasaray
  • Sat 22 Aug, 16:00 UTCÇaykur RizesporvSamsunspor
  • Sat 22 Aug, 16:00 UTCÇorum FKvKasımpaşa
  • Sat 22 Aug, 18:30 UTCFenerbahçevKonyaspor
  • Sun 23 Aug, 16:00 UTCTrabzonsporvBaşakşehir FK
  • Sun 23 Aug, 16:00 UTCEyüpsporvGaziantep FK
  • Sun 23 Aug, 18:30 UTCAlanyasporvBeşiktaş
  • Sun 23 Aug, 18:30 UTCGöztepevGençlerbirliği
  • Mon 24 Aug, 18:30 UTCKocaelisporvAmed Sportif Faaliyetler
  • Fri 28 Aug, 18:30 UTCGençlerbirliğivErzurumspor FK
  • Sun 30 Aug, 15:00 UTCGalatasarayvGöztepe
  • Sun 30 Aug, 15:00 UTCKonyasporvKocaelispor
  • Sun 30 Aug, 15:00 UTCGaziantep FKvÇaykur Rizespor
  • Sun 30 Aug, 16:00 UTCEyüpsporvAlanyaspor
  • Sun 30 Aug, 18:30 UTCBaşakşehir FKvKasımpaşa
Get this via API

Get Trendyol Süper Lig fixtures via API

Fetch upcoming Trendyol Süper Lig matches with competition_id=comp_9235.

GET /football/matches?competition_id=comp_9235&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_9235&season_id=sn_1361088&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_9235",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-08-21T18:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Erzurumspor FK"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Galatasaray"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Trendyol Süper Lig match?

Erzurumspor FK play Galatasaray on Friday 21 August.

How do I get Trendyol Süper Lig fixtures via API?

Call the matches endpoint with competition_id=comp_9235 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Trendyol Süper Lig data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.