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 UTCHibernian23KAA Gent
  • Thu 27 Aug, 19:00 UTCLarne FC02Lincoln Red Imps
  • Thu 27 Aug, 19:00 UTCFK Partizan21Getafe
  • Thu 27 Aug, 18:45 UTCHNK Rijeka14FC Midtjylland
  • Thu 27 Aug, 18:30 UTCBrighton & Hove Albion40Tromsø IL
  • Thu 27 Aug, 18:30 UTCFK Borac Banja Luka00Víkingur Reykjavík
  • Thu 27 Aug, 18:30 UTCAustria Wien00Sporting Braga
  • Thu 27 Aug, 18:00 UTCAFC Ajax53FC Sion
  • Thu 27 Aug, 18:00 UTCFC St. Gallen 187923FC Nordsjælland
  • Thu 27 Aug, 18:00 UTCHapoel Tel Aviv01Atalanta
  • Thu 27 Aug, 17:00 UTCRiga FC21Klaksvíkar Ítróttarfelag
  • Thu 27 Aug, 17:00 UTCPafos FC22Dinamo City
  • Thu 27 Aug, 17:00 UTCRaków Częstochowa22HNK Hajduk Split
  • Thu 27 Aug, 17:00 UTCFC København41Inter Turku
  • Thu 27 Aug, 17:00 UTCSK Brann32PAOK
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.