EUROPE · FIXTURES
UEFA Conference League Fixtures
Next UEFA Conference League fixtures: KuPS v Trabzonspor (Thursday 15 October), KF Egnatia v FC Midtjylland (Thursday 15 October), Mjällby AIF v Inter Club d'Escaldes (Thursday 15 October). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 09 Sept 2026, 04:11 UTC
- Thu 15 Oct, 16:45 UTCKuPSvTrabzonspor
- Thu 15 Oct, 16:45 UTCKF EgnatiavFC Midtjylland
- Thu 15 Oct, 16:45 UTCMjällby AIFvInter Club d'Escaldes
- Thu 15 Oct, 16:45 UTCCSKA SofiavAS Monaco
- Thu 15 Oct, 16:45 UTCRiga FCvKairat Almaty
- Thu 15 Oct, 16:45 UTCHNK Hajduk SplitvAFC Ajax
- Thu 15 Oct, 16:45 UTCUniversitatea CraiovavGetafe
- Thu 15 Oct, 16:45 UTCFC LuganovFK Crvena zvezda
- Thu 15 Oct, 16:45 UTCKAA GentvAGF
- Thu 15 Oct, 16:45 UTCPanathinaikosvFK Borac Banja Luka
- Thu 15 Oct, 19:00 UTCSint-Truidense VVvFC Iberia 1999
- Thu 15 Oct, 19:00 UTCSK BrannvLincoln Red Imps
- Thu 15 Oct, 19:00 UTCHeart of MidlothianvFC Nordsjælland
- Thu 15 Oct, 19:00 UTCFC TwentevFC Thun
- Thu 15 Oct, 19:00 UTCBrighton & Hove AlbionvFK Kauno Žalgiris
Get this via API
Get UEFA Conference League fixtures via API
Fetch upcoming UEFA Conference League matches with competition_id=comp_408698.
GET /football/matches?competition_id=comp_408698&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_408698&season_id=sn_7250309&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_408698",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-10-15T16:45:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "KuPS"
},
"away_team": {
"id": "tm_yyyy",
"name": "Trabzonspor"
}
}
]
}Frequently Asked Questions
When is the next UEFA Conference League match?
KuPS play Trabzonspor on Thursday 15 October.
How do I get UEFA Conference League fixtures via API?
Call the matches endpoint with competition_id=comp_408698 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get UEFA Conference League data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.