Copa América Table
Copa América 2024 final table: Argentina finished top with 9 points from 3 matches, 5 points ahead of Canada.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Argentina | 3 | 3 | 0 | 0 | 5 | 0 | +5 | 9 |
| 2 | Canada | 3 | 1 | 1 | 1 | 1 | 2 | -1 | 4 |
| 3 | Chile | 3 | 0 | 2 | 1 | 0 | 1 | -1 | 2 |
| 4 | Peru | 3 | 0 | 1 | 2 | 0 | 3 | -3 | 1 |
Get the Copa América table via API
Fetch the live Copa América standings with competition_id=comp_5749. The same shape works for every competition and season.
GET /football/competitions/comp_5749/seasons/{season_id}/standings
curl "https://api.thestatsapi.com/api/football/competitions/comp_5749/seasons/sn_009287/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"team": {
"id": "tm_xxxx",
"name": "Argentina"
},
"position": 1,
"matches_played": 3,
"wins": 3,
"draws": 0,
"losses": 0,
"goals_for": 5,
"goals_against": 0,
"goal_difference": 5,
"points": 9
}
]
}Frequently Asked Questions
Who is top of the Copa América?
Argentina finished top of the Copa América 2024 with 9 points, 5 ahead of Canada.
How many teams are in the Copa América?
4 teams compete in the Copa América 2024.
How do I get the Copa América table via API?
Call the standings endpoint with competition_id=comp_5749 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 Copa América data are available?
TheStatsAPI has 6 seasons of Copa América data, going back to 2011, including historical final tables.
Get Copa América data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.