EUROPE · RESULTS
UEFA Conference League Results
Latest UEFA Conference League results: HNK Hajduk Split 4-0 FK Žalgiris, Dinamo City 4-0 FK Auda, Shelbourne 2-2 AFC Ajax. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 17 Aug 2026, 02:01 UTC
- Thu 13 Aug, 19:00 UTCHNK Hajduk Split4–0FK Žalgiris
- Thu 13 Aug, 19:00 UTCDinamo City4–0FK Auda
- Thu 13 Aug, 18:45 UTCShelbourne2–2AFC Ajax
- Thu 13 Aug, 18:30 UTCAustria Wien1–2Beitar Jerusalem
- Thu 13 Aug, 18:30 UTCKAA Gent1–1IFK Göteborg
- Thu 13 Aug, 18:30 UTCMotherwell2–0HJK
- Thu 13 Aug, 18:30 UTCETO FC Győr1–1Riga FC
- Thu 13 Aug, 18:15 UTCFC Sion2–1FC Noah
- Thu 13 Aug, 18:00 UTCFC St. Gallen 18795–1Sheriff Tiraspol
- Thu 13 Aug, 18:00 UTCKF Shkëndija0–0Hibernian
- Thu 13 Aug, 18:00 UTCFC Drita5–0SP Tre Fiori
- Thu 13 Aug, 17:30 UTCFC Vaduz2–2Inter Turku
- Thu 13 Aug, 17:30 UTCNSÍ Runavík2–2FC Lugano
- Thu 13 Aug, 17:00 UTCML Vitebsk1–0FK Borac Banja Luka
- Thu 13 Aug, 17:00 UTCHammarby IF0–1Raków Częstochowa
Get this via API
Get UEFA Conference League results via API
Fetch the latest final UEFA Conference League scores with competition_id=comp_408698.
GET /football/matches?competition_id=comp_408698&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_408698&season_id=sn_7250309&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_408698",
"matchday": 3,
"status": "finished",
"utc_date": "2026-08-13T19:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "HNK Hajduk Split"
},
"away_team": {
"id": "tm_yyyy",
"name": "FK Žalgiris"
},
"score": {
"home": 4,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest UEFA Conference League result?
HNK Hajduk Split 4-0 FK Žalgiris on Thursday 13 August.
How do I get UEFA Conference League results via API?
Call the matches endpoint with competition_id=comp_408698 and status=finished. 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.