SOUTH AMERICA · RESULTS
CONMEBOL Sudamericana Results
Latest CONMEBOL Sudamericana results: River Plate 1-1 Independiente Santa Fe, Botafogo 1-0 Cienciano, Macará 0-0 Santos. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 2026·Updated 08 Sept 2026, 21:41 UTC
- Thu 27 Aug, 00:30 UTCRiver Plate1–1Independiente Santa Fe
- Fri 21 Aug, 00:30 UTCBotafogo1–0Cienciano
- Thu 20 Aug, 22:00 UTCMacará0–0Santos
- Thu 20 Aug, 22:00 UTCOlimpia1–4Vasco da Gama
- Thu 20 Aug, 00:30 UTCIndependiente Santa Fe0–0River Plate
- Thu 20 Aug, 00:30 UTCMontevideo City Torque2–1Tigre
- Wed 19 Aug, 22:00 UTCAtlético Mineiro2–2Red Bull Bragantino
- Wed 19 Aug, 00:30 UTCSão Paulo3–1Bolívar
- Tue 18 Aug, 22:00 UTCRecoleta FC0–4Boca Juniors
- 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
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-27T00:30:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "River Plate"
},
"away_team": {
"id": "tm_yyyy",
"name": "Independiente Santa Fe"
},
"score": {
"home": 1,
"away": 1
}
}
]
}Frequently Asked Questions
What was the latest CONMEBOL Sudamericana result?
River Plate 1-1 Independiente Santa Fe on Thursday 27 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.