EUROPE · RESULTS

UEFA Europa League Results

Latest UEFA Europa League results: Klaksvíkar Ítróttarfelag 0-5 Lech Poznań, KF Egnatia 5-1 Shamrock Rovers, Heart of Midlothian 1-1 Benfica. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 20:01 UTC
  • Fri 14 Aug, 18:00 UTCKlaksvíkar Ítróttarfelag05Lech Poznań
  • Thu 13 Aug, 19:00 UTCKF Egnatia51Shamrock Rovers
  • Thu 13 Aug, 18:45 UTCHeart of Midlothian11Benfica
  • Thu 13 Aug, 18:30 UTCRSC Anderlecht32PAOK
  • Thu 13 Aug, 18:30 UTCRangers11Jagiellonia Białystok
  • Thu 13 Aug, 18:00 UTCCSKA Sofia13Maccabi Tel Aviv
  • Thu 13 Aug, 17:30 UTCVíkingur Reykjavík32FC Thun
  • Thu 13 Aug, 17:00 UTCGórnik Zabrze11Ferencváros TC
  • Thu 13 Aug, 17:00 UTCBeşiktaş10FC Hradec Králové
  • Thu 13 Aug, 17:00 UTCPafos FC33Red Bull Salzburg
  • Thu 13 Aug, 17:00 UTCOmonia Nicosia10Lincoln Red Imps
  • Thu 13 Aug, 17:00 UTCUniversitatea Craiova21KuPS
  • Tue 11 Aug, 16:00 UTCFC Iberia 199911Larne FC
  • Thu 06 Aug, 19:00 UTCBenfica61Heart of Midlothian
  • Thu 06 Aug, 18:00 UTCFC Thun30Víkingur Reykjavík
Get this via API

Get UEFA Europa League results via API

Fetch the latest final UEFA Europa League scores with competition_id=comp_7739.

GET /football/matches?competition_id=comp_7739&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_7739&season_id=sn_9624824&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_7739",
      "matchday": 3,
      "status": "finished",
      "utc_date": "2026-08-14T18:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Klaksvíkar Ítróttarfelag"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Lech Poznań"
      },
      "score": {
        "home": 0,
        "away": 5
      }
    }
  ]
}

Frequently Asked Questions

What was the latest UEFA Europa League result?

Klaksvíkar Ítróttarfelag 0-5 Lech Poznań on Friday 14 August.

How do I get UEFA Europa League results via API?

Call the matches endpoint with competition_id=comp_7739 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get UEFA Europa League data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.