EUROPE · RESULTS

UEFA Champions League Results

Latest UEFA Champions League results: Lille 2-3 Real Betis, FC Porto 0-2 Manchester City, Borussia Dortmund 3-2 Villarreal. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 08 Sept 2026, 21:34 UTC
  • Tue 08 Sept, 19:00 UTCLille23Real Betis
  • Tue 08 Sept, 19:00 UTCFC Porto02Manchester City
  • Tue 08 Sept, 19:00 UTCBorussia Dortmund32Villarreal
  • Tue 08 Sept, 19:00 UTCReal Madrid21Inter
  • Tue 08 Sept, 16:45 UTCAEK Athens10LASK
  • Tue 08 Sept, 16:45 UTCClub Brugge KV23Aston Villa
  • Wed 26 Aug, 19:00 UTCNK Celje11ŠK Slovan Bratislava
  • Wed 26 Aug, 19:00 UTCAEK Athens40Levski Sofia
  • Wed 26 Aug, 19:00 UTCOlympique Lyonnais12Fenerbahçe
  • Wed 26 Aug, 19:00 UTCViking FK31GNK Dinamo Zagreb
  • Tue 25 Aug, 19:00 UTCBodø/Glimt30NEC Nijmegen
  • Tue 25 Aug, 19:00 UTCLASK41Celtic
  • Tue 25 Aug, 16:45 UTCSabah FK32Hapoel Be'er Sheva
  • Wed 19 Aug, 19:00 UTCŠK Slovan Bratislava11NK Celje
  • Wed 19 Aug, 19:00 UTCCeltic30LASK
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": 1,
      "status": "finished",
      "utc_date": "2026-09-08T19:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Lille"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Real Betis"
      },
      "score": {
        "home": 2,
        "away": 3
      }
    }
  ]
}

Frequently Asked Questions

What was the latest UEFA Champions League result?

Lille 2-3 Real Betis on Tuesday 8 September.

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.