UEFA Champions League Football Data API
The most prestigious club competition in world football. Features the best teams from across European domestic leagues competing for continental supremacy.
What data is available for UEFA Champions League
Sample API call for UEFA Champions League
// Fetch UEFA Champions League matches
const response = await fetch(
'https://api.thestatsapi.com/api/football/matches?competition_id=6',
{
headers: {
'Authorization': 'Bearer YOUR_API_KEY'
}
}
);
const data = await response.json();
console.log(data);Use competition_id=6 for UEFA Champions League in all endpoint requests.
TheStatsAPI provides UEFA Champions League data including match results, player statistics, and historical records across 30 seasons. Access comprehensive UEFA Champions League data alongside 1,195 other competitions through a single REST API, with plans starting at $50/month and a 7-day free trial.
Frequently Asked Questions
Does TheStatsAPI cover UEFA Champions League?
Yes. TheStatsAPI provides full coverage of UEFA Champions League including match fixtures, results, player statistics, team data, and historical records across 30 seasons.
How many seasons of UEFA Champions League data are available?
TheStatsAPI has 30 seasons of UEFA Champions League data, going back to the 1996 season. This includes match results, player stats, and team performance data.
Can I get player stats for UEFA Champions League?
Yes. Player statistics for UEFA Champions League include goals, assists, appearances, minutes played, yellow cards, red cards, and shots. Available for all players across all 30 seasons.
Access UEFA Champions League Data & 1,195 Other Competitions
Start your 7-day free trial. All endpoints included on every plan.