EUROPE · FIXTURES
UEFA Champions League Fixtures
Next UEFA Champions League fixtures: VfB Stuttgart v Viking FK (Wednesday 9 September), Barcelona v Feyenoord (Wednesday 9 September), Napoli v Arsenal (Wednesday 9 September). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 09 Sept 2026, 07:36 UTC
- Wed 09 Sept, 16:45 UTCVfB StuttgartvViking FK
- Wed 09 Sept, 16:45 UTCBarcelonavFeyenoord
- Wed 09 Sept, 19:00 UTCNapolivArsenal
- Wed 09 Sept, 19:00 UTCSportingvGalatasaray
- Wed 09 Sept, 19:00 UTCLiverpoolvAtlético Madrid
- Wed 09 Sept, 19:00 UTCParis Saint-GermainvŠK Slovan Bratislava
- Thu 10 Sept, 16:45 UTCFenerbahçevRoma
- Thu 10 Sept, 16:45 UTCPSV EindhovenvShakhtar Donetsk
- Thu 10 Sept, 19:00 UTCComovRB Leipzig
- Thu 10 Sept, 19:00 UTCSK Slavia PrahavRC Lens
- Thu 10 Sept, 19:00 UTCManchester UnitedvSabah FK
- Thu 10 Sept, 19:00 UTCFC Bayern MünchenvBodø/Glimt
- Tue 13 Oct, 16:45 UTCSabah FKvSK Slavia Praha
- Tue 13 Oct, 16:45 UTCRC LensvSporting
- Tue 13 Oct, 19:00 UTCViking FKvFC Bayern München
Get this via API
Get UEFA Champions League fixtures via API
Fetch upcoming UEFA Champions League matches with competition_id=comp_3498.
GET /football/matches?competition_id=comp_3498&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_3498&season_id=sn_8406903&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_3498",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-09T16:45:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "VfB Stuttgart"
},
"away_team": {
"id": "tm_yyyy",
"name": "Viking FK"
}
}
]
}Frequently Asked Questions
When is the next UEFA Champions League match?
VfB Stuttgart play Viking FK on Wednesday 9 September.
How do I get UEFA Champions League fixtures via API?
Call the matches endpoint with competition_id=comp_3498 and status=scheduled. 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.