EUROPE · RESULTS
UEFA Conference League Results
Latest UEFA Conference League results: Hibernian 2-3 KAA Gent, Larne FC 0-2 Lincoln Red Imps, FK Partizan 2-1 Getafe. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 08 Sept 2026, 22:30 UTC
- Thu 27 Aug, 19:00 UTCHibernian2–3KAA Gent
- Thu 27 Aug, 19:00 UTCLarne FC0–2Lincoln Red Imps
- Thu 27 Aug, 19:00 UTCFK Partizan2–1Getafe
- Thu 27 Aug, 18:45 UTCHNK Rijeka1–4FC Midtjylland
- Thu 27 Aug, 18:30 UTCBrighton & Hove Albion4–0Tromsø IL
- Thu 27 Aug, 18:30 UTCFK Borac Banja Luka0–0Víkingur Reykjavík
- Thu 27 Aug, 18:30 UTCAustria Wien0–0Sporting Braga
- Thu 27 Aug, 18:00 UTCAFC Ajax5–3FC Sion
- Thu 27 Aug, 18:00 UTCFC St. Gallen 18792–3FC Nordsjælland
- Thu 27 Aug, 18:00 UTCHapoel Tel Aviv0–1Atalanta
- Thu 27 Aug, 17:00 UTCRiga FC2–1Klaksvíkar Ítróttarfelag
- Thu 27 Aug, 17:00 UTCPafos FC2–2Dinamo City
- Thu 27 Aug, 17:00 UTCRaków Częstochowa2–2HNK Hajduk Split
- Thu 27 Aug, 17:00 UTCFC København4–1Inter Turku
- Thu 27 Aug, 17:00 UTCSK Brann3–2PAOK
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": 38,
"status": "finished",
"utc_date": "2026-08-27T19:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Hibernian"
},
"away_team": {
"id": "tm_yyyy",
"name": "KAA Gent"
},
"score": {
"home": 2,
"away": 3
}
}
]
}Frequently Asked Questions
What was the latest UEFA Conference League result?
Hibernian 2-3 KAA Gent on Thursday 27 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.