SOUTH AMERICA · RESULTS

Copa América Results

Latest Copa América results: Argentina 0-0 Colombia, Canada 2-2 Uruguay, Uruguay 0-1 Colombia. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 2024·Updated 26 Jul 2026, 03:37 UTC
  • Mon 15 Jul, 01:15 UTCArgentina00Colombia
  • Sun 14 Jul, 00:00 UTCCanada22Uruguay
  • Thu 11 Jul, 00:00 UTCUruguay01Colombia
  • Wed 10 Jul, 00:00 UTCArgentina20Canada
  • Sun 07 Jul, 01:00 UTCUruguay00Brazil
  • Sat 06 Jul, 22:00 UTCColombia50Panama
  • Sat 06 Jul, 01:00 UTCVenezuela11Canada
  • Fri 05 Jul, 01:00 UTCArgentina11Ecuador
  • Wed 03 Jul, 01:00 UTCCosta Rica21Paraguay
  • Wed 03 Jul, 01:00 UTCBrazil11Colombia
  • Tue 02 Jul, 01:00 UTCBolivia13Panama
  • Tue 02 Jul, 01:00 UTCUSA01Uruguay
  • Mon 01 Jul, 00:00 UTCJamaica03Venezuela
  • Mon 01 Jul, 00:00 UTCMexico00Ecuador
  • Sun 30 Jun, 00:00 UTCArgentina20Peru
Get this via API

Get Copa América results via API

Fetch the latest final Copa América scores with competition_id=comp_5749.

GET /football/matches?competition_id=comp_5749&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_5749&season_id=sn_009287&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_5749",
      "matchday": 29,
      "status": "finished",
      "utc_date": "2024-07-15T01:15:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Argentina"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Colombia"
      },
      "score": {
        "home": 0,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Copa América result?

Argentina 0-0 Colombia on Monday 15 July.

How do I get Copa América results via API?

Call the matches endpoint with competition_id=comp_5749 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Copa América data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.