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 196710–0Torul Belediye Gençlikspor
- Thu 17 Sept, 11:30 UTCAmasyaspor FK10–0Çankırıgücü
- Wed 16 Sept, 17:00 UTCYeni Mersin İdman Yurdu AŞ5–1Bucak Belediyesi Oğuzhanspor
- Wed 16 Sept, 16:00 UTCKırıkkale FK0–3Kırşehir FK
- Wed 16 Sept, 14:00 UTCBucaspor 19280–4Tire FK
- Wed 16 Sept, 12:00 UTCUzunköprüspor1–5Bulvarspor
- Wed 16 Sept, 12:00 UTCİnkılap FSK1–3Beykoz Anadolu Spor A.Ş.
- Wed 16 Sept, 12:00 UTCGalata SK1–1Yalova FK 77 SK
- Wed 16 Sept, 11:00 UTCKilis Birlikgücü0–2Kahta 02
- Wed 16 Sept, 11:00 UTCBayburtspor3–0Borçkaspor
- Wed 16 Sept, 11:00 UTCOsmaneli Spor Kulübü0–1Anadolu Üniversitesi
- Wed 16 Sept, 11:00 UTCGölespor0–5Kars 36 Spor
- Wed 16 Sept, 11:00 UTCCizre Belediyespor0–0Hakkari Zapspor
- Wed 16 Sept, 11:00 UTCDersimspor0–3Gelecek Siirt 56 Spor
- Wed 16 Sept, 11:00 UTCTokat Belediye Plevne Spor3–0Keş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.