AFC Champions League Elite Table
The AFC Champions League Elite table with points, played, won, drawn, lost, goal difference and form - updated as matches finish, and available in full via API.
Get the AFC Champions League Elite table via API
Fetch the live AFC Champions League Elite standings with competition_id=comp_5432. The same shape works for every competition and season.
GET /football/competitions/comp_5432/seasons/{season_id}/standings
curl "https://api.thestatsapi.com/api/football/competitions/comp_5432/seasons/sn_3020530/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"team": {
"id": "tm_xxxx",
"name": "Team"
},
"position": 1,
"matches_played": 38,
"wins": 26,
"draws": 7,
"losses": 5,
"goals_for": 71,
"goals_against": 27,
"goal_difference": 44,
"points": 85
}
]
}AFC Champions League Elite resources
Fixtures, results, player and team stats for AFC Champions League Elite.
Upcoming kickoffs with dates and times.
Latest final scores.
See every competition, country, and data type we cover.
Frequently Asked Questions
How do I get the AFC Champions League Elite table via API?
Call the standings endpoint with competition_id=comp_5432 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.
How many seasons of AFC Champions League Elite data are available?
TheStatsAPI has 12 seasons of AFC Champions League Elite data, going back to 2015, including historical final tables.
Get AFC Champions League Elite data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.