SOUTH AMERICA · RESULTS
CONMEBOL Sudamericana Results
Latest CONMEBOL Sudamericana results: Cienciano 6-1 Botafogo, Santos 2-1 Macará, Vasco da Gama 0-0 Olimpia. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 2026·Updated 15 Aug 2026, 04:27 UTC
- Fri 14 Aug, 00:30 UTCCienciano6–1Botafogo
- Thu 13 Aug, 22:00 UTCSantos2–1Macará
- Thu 13 Aug, 22:00 UTCVasco da Gama0–0Olimpia
- Wed 12 Aug, 22:00 UTCTigre0–1Montevideo City Torque
- Wed 12 Aug, 22:00 UTCRed Bull Bragantino0–1Atlético Mineiro
- Wed 12 Aug, 00:30 UTCBolívar1–1São Paulo
- Tue 11 Aug, 22:00 UTCBoca Juniors3–1Recoleta FC
- Fri 31 Jul, 00:30 UTCO'Higgins1–0Boca Juniors
- Fri 31 Jul, 00:30 UTCCaracas F.C.0–3Independiente Santa Fe
- Thu 30 Jul, 22:00 UTCGrêmio0–1Bolívar
- Thu 30 Jul, 00:30 UTCCienciano4–0Lanús
- Thu 30 Jul, 00:30 UTCRed Bull Bragantino1–0Club Sporting Cristal
- Wed 29 Jul, 22:00 UTCVasco da Gama1–0Independiente Medellín
- Wed 29 Jul, 00:30 UTCSantos4–2Universidad Central
- Tue 28 Jul, 22:00 UTCTigre1–2Nacional
Get this via API
Get CONMEBOL Sudamericana results via API
Fetch the latest final CONMEBOL Sudamericana scores with competition_id=comp_1615.
GET /football/matches?competition_id=comp_1615&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_1615&season_id=sn_1305569&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_1615",
"matchday": 5,
"status": "finished",
"utc_date": "2026-08-14T00:30:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Cienciano"
},
"away_team": {
"id": "tm_yyyy",
"name": "Botafogo"
},
"score": {
"home": 6,
"away": 1
}
}
]
}Frequently Asked Questions
What was the latest CONMEBOL Sudamericana result?
Cienciano 6-1 Botafogo on Friday 14 August.
How do I get CONMEBOL Sudamericana results via API?
Call the matches endpoint with competition_id=comp_1615 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get CONMEBOL Sudamericana data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.