EUROPE · RESULTS

Trendyol Süper Lig Results

Latest Trendyol Süper Lig results: Samsunspor 3-3 Göztepe, Beşiktaş 1-0 Eyüpspor, Amed Sportif Faaliyetler 3-0 Erzurumspor FK. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 18 Aug 2026, 19:29 UTC
  • Mon 17 Aug, 18:30 UTCSamsunspor33Göztepe
  • Sun 16 Aug, 18:30 UTCBeşiktaş10Eyüpspor
  • Sun 16 Aug, 18:30 UTCAmed Sportif Faaliyetler30Erzurumspor FK
  • Sun 16 Aug, 16:00 UTCBaşakşehir FK20Kocaelispor
  • Sat 15 Aug, 18:30 UTCGaziantep FK11Alanyaspor
  • Sat 15 Aug, 18:30 UTCGençlerbirliği21Fenerbahçe
  • Sat 15 Aug, 16:00 UTCKonyaspor01Çaykur Rizespor
  • Sat 15 Aug, 16:00 UTCKasımpaşa11Trabzonspor
  • Fri 14 Aug, 18:30 UTCGalatasaray22Çorum FK
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": 1,
      "status": "finished",
      "utc_date": "2026-08-17T18:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Samsunspor"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Göztepe"
      },
      "score": {
        "home": 3,
        "away": 3
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Trendyol Süper Lig result?

Samsunspor 3-3 Göztepe on Monday 17 August.

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.