EUROPE · RESULTS

Trendyol Süper Lig Results

Latest Trendyol Süper Lig results: Göztepe 2-4 Gaziantep FK, Çaykur Rizespor 0-1 Alanyaspor, Kocaelispor 1-0 Samsunspor. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 05:16 UTC
  • Mon 07 Sept, 17:00 UTCGöztepe24Gaziantep FK
  • Mon 07 Sept, 17:00 UTCÇaykur Rizespor01Alanyaspor
  • Sun 06 Sept, 17:00 UTCKocaelispor10Samsunspor
  • Sun 06 Sept, 17:00 UTCTrabzonspor50Gençlerbirliği
  • Sun 06 Sept, 14:00 UTCÇorum FK30Eyüpspor
  • Sun 06 Sept, 14:00 UTCKasımpaşa22Amed Sportif Faaliyetler
  • Sat 05 Sept, 17:00 UTCFenerbahçe12Beşiktaş
  • Sat 05 Sept, 14:00 UTCErzurumspor FK10Konyaspor
  • Fri 04 Sept, 17:00 UTCBaşakşehir FK23Galatasaray
  • Mon 31 Aug, 18:30 UTCBeşiktaş62Çorum FK
  • Mon 31 Aug, 18:30 UTCAmed Sportif Faaliyetler21Trabzonspor
  • Sun 30 Aug, 18:30 UTCBaşakşehir FK11Kasımpaşa
  • Sun 30 Aug, 18:30 UTCSamsunspor02Fenerbahçe
  • Sun 30 Aug, 16:00 UTCEyüpspor21Alanyaspor
  • Sat 29 Aug, 18:30 UTCGalatasaray32Göztepe
Get this via API

Get Trendyol Süper Lig results via API

Fetch the latest final Trendyol Süper Lig scores with competition_id=comp_9235.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_9235&season_id=sn_1361088&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_9235",
      "matchday": 4,
      "status": "finished",
      "utc_date": "2026-09-07T17:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Göztepe"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Gaziantep FK"
      },
      "score": {
        "home": 2,
        "away": 4
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Trendyol Süper Lig result?

Göztepe 2-4 Gaziantep FK on Monday 7 September.

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

Call the matches endpoint with competition_id=comp_9235 and status=finished. 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.