EUROPE · RESULTS

UEFA Champions League Results

Latest UEFA Champions League results: Olympique Lyonnais 3-0 AC Sparta Praha, SK Sturm Graz 0-1 Fenerbahçe, ŠK Slovan Bratislava 2-0 Mjällby AIF. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 15:24 UTC
  • Tue 11 Aug, 19:00 UTCOlympique Lyonnais30AC Sparta Praha
  • Tue 11 Aug, 18:30 UTCSK Sturm Graz01Fenerbahçe
  • Tue 11 Aug, 18:15 UTCŠK Slovan Bratislava20Mjällby AIF
  • Tue 11 Aug, 18:15 UTCNK Celje20FC Ararat-Armenia
  • Tue 11 Aug, 18:00 UTCFK Crvena zvezda02Hapoel Be'er Sheva
  • Tue 11 Aug, 17:30 UTCNEC Nijmegen11Olympiacos FC
  • Tue 11 Aug, 17:00 UTCFK Kauno Žalgiris12GNK Dinamo Zagreb
  • Tue 11 Aug, 16:00 UTCSabah FK40AGF
  • Tue 11 Aug, 16:00 UTCBodø/Glimt22Royale Union Saint-Gilloise
  • Tue 11 Aug, 15:00 UTCKairat Almaty01Levski Sofia
  • Wed 05 Aug, 18:00 UTCFenerbahçe20SK Sturm Graz
  • Wed 05 Aug, 17:10 UTCAGF21Sabah FK
  • Tue 04 Aug, 18:00 UTCGNK Dinamo Zagreb50FK Kauno Žalgiris
  • Tue 04 Aug, 18:00 UTCAC Sparta Praha21Olympique Lyonnais
  • Tue 04 Aug, 18:00 UTCOlympiacos FC00NEC Nijmegen
Get this via API

Get UEFA Champions League results via API

Fetch the latest final UEFA Champions League scores with competition_id=comp_3498.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_3498&season_id=sn_8406903&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_3498",
      "matchday": 3,
      "status": "finished",
      "utc_date": "2026-08-11T19:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Olympique Lyonnais"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "AC Sparta Praha"
      },
      "score": {
        "home": 3,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest UEFA Champions League result?

Olympique Lyonnais 3-0 AC Sparta Praha on Tuesday 11 August.

How do I get UEFA Champions League results via API?

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

Get UEFA Champions League data via API

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