SOUTH AMERICA · LEAGUE TABLE

Copa América Table

Copa América 2024 final table: Argentina finished top with 9 points from 3 matches, 5 points ahead of Canada.

FINAL·Season 2024·Updated 26 Jul 2026, 03:32 UTC
B
Copa América league table
#TeamPWDLGFGAGDPts
1Argentina330050+59
2Canada311112-14
3Chile302101-12
4Peru301203-31
Get this via API

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_5749/seasons/sn_009287/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "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.