EUROPE · RESULTS

Trendyol 1.Lig Results

Latest Trendyol 1.Lig results: Mardin 1969 Spor 1-0 Bodrum FK, Manisa FK 1-2 Bursaspor, İstanbulspor 1-2 Iğdır FK. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 08 Sept 2026, 21:34 UTC
  • Mon 07 Sept, 17:00 UTCMardin 1969 Spor10Bodrum FK
  • Mon 07 Sept, 17:00 UTCManisa FK12Bursaspor
  • Mon 07 Sept, 14:00 UTCİstanbulspor12Iğdır FK
  • Mon 07 Sept, 14:00 UTCEsenler Erokspor03Kayserispor
  • Sun 06 Sept, 17:00 UTCMuğlaspor22Van Spor Futbol Kulübü
  • Sun 06 Sept, 17:00 UTCBatman Petrolspor43Fatih Karagümrük
  • Sun 06 Sept, 17:00 UTCAntalyaspor12Sivasspor
  • Sat 05 Sept, 17:00 UTCKeçiörengücü30Sarıyer
  • Sat 05 Sept, 17:00 UTCPendikspor10Ümraniyespor
  • Sat 05 Sept, 13:00 UTCBandırmaspor60Boluspor
  • Thu 03 Sept, 17:00 UTCBodrum FK00Esenler Erokspor
  • Thu 03 Sept, 17:00 UTCBursaspor40İstanbulspor
  • Thu 03 Sept, 14:00 UTCIğdır FK42Manisa FK
  • Wed 02 Sept, 17:00 UTCSivasspor22Mardin 1969 Spor
  • Wed 02 Sept, 17:00 UTCFatih Karagümrük11Kayserispor
Get this via API

Get Trendyol 1.Lig results via API

Fetch the latest final Trendyol 1.Lig scores with competition_id=comp_8448.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_8448&season_id=sn_7257509&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_8448",
      "matchday": 6,
      "status": "finished",
      "utc_date": "2026-09-07T17:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Mardin 1969 Spor"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Bodrum FK"
      },
      "score": {
        "home": 1,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Trendyol 1.Lig result?

Mardin 1969 Spor 1-0 Bodrum FK on Monday 7 September.

How do I get Trendyol 1.Lig results via API?

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

Get Trendyol 1.Lig data via API

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