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 UTCArgentina0–0Colombia
- Sun 14 Jul, 00:00 UTCCanada2–2Uruguay
- Thu 11 Jul, 00:00 UTCUruguay0–1Colombia
- Wed 10 Jul, 00:00 UTCArgentina2–0Canada
- Sun 07 Jul, 01:00 UTCUruguay0–0Brazil
- Sat 06 Jul, 22:00 UTCColombia5–0Panama
- Sat 06 Jul, 01:00 UTCVenezuela1–1Canada
- Fri 05 Jul, 01:00 UTCArgentina1–1Ecuador
- Wed 03 Jul, 01:00 UTCCosta Rica2–1Paraguay
- Wed 03 Jul, 01:00 UTCBrazil1–1Colombia
- Tue 02 Jul, 01:00 UTCBolivia1–3Panama
- Tue 02 Jul, 01:00 UTCUSA0–1Uruguay
- Mon 01 Jul, 00:00 UTCJamaica0–3Venezuela
- Mon 01 Jul, 00:00 UTCMexico0–0Ecuador
- Sun 30 Jun, 00:00 UTCArgentina2–0Peru
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.