EUROPE · RESULTS

UEFA Europa League Results

Latest UEFA Europa League results: HNK Hajduk Split 2-0 Pafos FC, FC St. Gallen 1879 2-1 Benfica, Beşiktaş 1-0 FC Midtjylland. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 26 Jul 2026, 05:21 UTC
  • Thu 23 Jul, 19:00 UTCHNK Hajduk Split20Pafos FC
  • Thu 23 Jul, 18:00 UTCFC St. Gallen 187921Benfica
  • Thu 23 Jul, 18:00 UTCBeşiktaş10FC Midtjylland
  • Thu 23 Jul, 18:00 UTCFC Twente12Ferencváros TC
  • Thu 23 Jul, 17:00 UTCTromsø IL01FC Hradec Králové
  • Thu 23 Jul, 17:00 UTCHammarby IF11RSC Anderlecht
  • Thu 23 Jul, 17:00 UTCDynamo Kyiv23PAOK
  • Thu 23 Jul, 17:00 UTCSheriff Tiraspol05Maccabi Tel Aviv
  • Thu 23 Jul, 16:00 UTCQarabağ00CSKA Sofia
  • Thu 16 Jul, 20:00 UTCIF Vestri03Qarabağ
  • Thu 16 Jul, 18:30 UTCMŠK Žilina21HNK Hajduk Split
  • Thu 16 Jul, 18:15 UTCFerencváros TC30FK Vojvodina
  • Thu 16 Jul, 18:00 UTCNK Aluminij Kidričevo01Sheriff Tiraspol
  • Thu 16 Jul, 17:30 UTCDerry City12CSKA Sofia
  • Thu 16 Jul, 17:30 UTCFC Universitatea Cluj00Dynamo Kyiv
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": 2,
      "status": "finished",
      "utc_date": "2026-07-23T19:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "HNK Hajduk Split"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Pafos FC"
      },
      "score": {
        "home": 2,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest UEFA Europa League result?

HNK Hajduk Split 2-0 Pafos FC on Thursday 23 July.

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.