EUROPE · RESULTS

Türkiye Kupası Results

Latest Türkiye Kupası results: Orduspor 1967 10-0 Torul Belediye Gençlikspor, Amasyaspor FK 10-0 Çankırıgücü, Yeni Mersin İdman Yurdu AŞ 5-1 Bucak Belediyesi Oğuzhanspor. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 26/27·Updated 22 Sept 2026, 03:05 UTC
  • Thu 17 Sept, 16:00 UTCOrduspor 1967100Torul Belediye Gençlikspor
  • Thu 17 Sept, 11:30 UTCAmasyaspor FK100Çankırıgücü
  • Wed 16 Sept, 17:00 UTCYeni Mersin İdman Yurdu AŞ51Bucak Belediyesi Oğuzhanspor
  • Wed 16 Sept, 16:00 UTCKırıkkale FK03Kırşehir FK
  • Wed 16 Sept, 14:00 UTCBucaspor 192804Tire FK
  • Wed 16 Sept, 12:00 UTCUzunköprüspor15Bulvarspor
  • Wed 16 Sept, 12:00 UTCİnkılap FSK13Beykoz Anadolu Spor A.Ş.
  • Wed 16 Sept, 12:00 UTCGalata SK11Yalova FK 77 SK
  • Wed 16 Sept, 11:00 UTCKilis Birlikgücü02Kahta 02
  • Wed 16 Sept, 11:00 UTCBayburtspor30Borçkaspor
  • Wed 16 Sept, 11:00 UTCOsmaneli Spor Kulübü01Anadolu Üniversitesi
  • Wed 16 Sept, 11:00 UTCGölespor05Kars 36 Spor
  • Wed 16 Sept, 11:00 UTCCizre Belediyespor00Hakkari Zapspor
  • Wed 16 Sept, 11:00 UTCDersimspor03Gelecek Siirt 56 Spor
  • Wed 16 Sept, 11:00 UTCTokat Belediye Plevne Spor30Keşapspor
Get this via API

Get Türkiye Kupası results via API

Fetch the latest final Türkiye Kupası scores with competition_id=comp_6115.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_6115&season_id=sn_0893857&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_6115",
      "matchday": 1,
      "status": "finished",
      "utc_date": "2026-09-17T16:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Orduspor 1967"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Torul Belediye Gençlikspor"
      },
      "score": {
        "home": 10,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Türkiye Kupası result?

Orduspor 1967 10-0 Torul Belediye Gençlikspor on Thursday 17 September.

How do I get Türkiye Kupası results via API?

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

Get Türkiye Kupası data via API

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