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 UTCLille2–3Real Betis
- Tue 08 Sept, 19:00 UTCFC Porto0–2Manchester City
- Tue 08 Sept, 19:00 UTCBorussia Dortmund3–2Villarreal
- Tue 08 Sept, 19:00 UTCReal Madrid2–1Inter
- Tue 08 Sept, 16:45 UTCAEK Athens1–0LASK
- Tue 08 Sept, 16:45 UTCClub Brugge KV2–3Aston Villa
- Wed 26 Aug, 19:00 UTCNK Celje1–1ŠK Slovan Bratislava
- Wed 26 Aug, 19:00 UTCAEK Athens4–0Levski Sofia
- Wed 26 Aug, 19:00 UTCOlympique Lyonnais1–2Fenerbahçe
- Wed 26 Aug, 19:00 UTCViking FK3–1GNK Dinamo Zagreb
- Tue 25 Aug, 19:00 UTCBodø/Glimt3–0NEC Nijmegen
- Tue 25 Aug, 19:00 UTCLASK4–1Celtic
- Tue 25 Aug, 16:45 UTCSabah FK3–2Hapoel Be'er Sheva
- Wed 19 Aug, 19:00 UTCŠK Slovan Bratislava1–1NK Celje
- Wed 19 Aug, 19:00 UTCCeltic3–0LASK
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.