EUROPE · FIXTURES
Trendyol 1.Lig Fixtures
Next Trendyol 1.Lig fixtures: Sarıyer v Bandırmaspor (Friday 11 September), Boluspor v Pendikspor (Saturday 12 September), Van Spor Futbol Kulübü v Keçiörengücü (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 08 Sept 2026, 21:34 UTC
- Fri 11 Sept, 17:00 UTCSarıyervBandırmaspor
- Sat 12 Sept, 14:00 UTCBolusporvPendikspor
- Sat 12 Sept, 14:00 UTCVan Spor Futbol KulübüvKeçiörengücü
- Sat 12 Sept, 17:00 UTCBodrum FKvBatman Petrolspor
- Sat 12 Sept, 17:00 UTCÜmraniyesporvAntalyaspor
- Sun 13 Sept, 14:00 UTCSivassporvMuğlaspor
- Sun 13 Sept, 14:00 UTCIğdır FKvMardin 1969 Spor
- Sun 13 Sept, 17:00 UTCFatih KaragümrükvManisa FK
- Sun 13 Sept, 17:00 UTCBursasporvEsenler Erokspor
- Mon 14 Sept, 17:00 UTCKayserisporvİstanbulspor
- Fri 18 Sept, 13:00 UTCBandırmasporvÜmraniyespor
- Fri 18 Sept, 17:00 UTCMuğlasporvIğdır FK
- Sat 19 Sept, 14:00 UTCSarıyervBoluspor
- Sat 19 Sept, 14:00 UTCKeçiörengücüvSivasspor
- Sat 19 Sept, 17:00 UTCBatman PetrolsporvBursaspor
Get this via API
Get Trendyol 1.Lig fixtures via API
Fetch upcoming Trendyol 1.Lig matches with competition_id=comp_8448.
GET /football/matches?competition_id=comp_8448&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_8448&season_id=sn_7257509&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_8448",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-11T17:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Sarıyer"
},
"away_team": {
"id": "tm_yyyy",
"name": "Bandırmaspor"
}
}
]
}Frequently Asked Questions
When is the next Trendyol 1.Lig match?
Sarıyer play Bandırmaspor on Friday 11 September.
How do I get Trendyol 1.Lig fixtures via API?
Call the matches endpoint with competition_id=comp_8448 and status=scheduled. 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.