SOUTH AMERICA · RESULTS
CONMEBOL Libertadores Results
Latest CONMEBOL Libertadores results: Rosario Central 0-0 Corinthians, Mirassol 1-1 LDU, Cruzeiro 1-1 Flamengo. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 2026·Updated 15 Aug 2026, 16:44 UTC
- Fri 14 Aug, 00:30 UTCRosario Central0–0Corinthians
- Thu 13 Aug, 22:00 UTCMirassol1–1LDU
- Thu 13 Aug, 00:30 UTCCruzeiro1–1Flamengo
- Wed 12 Aug, 22:00 UTCPalmeiras1–1Cerro Porteño
- Wed 12 Aug, 22:00 UTCPlatense1–1Coquimbo Unido
- Wed 12 Aug, 00:30 UTCEstudiantes de La Plata1–1Universidad Católica
- Tue 11 Aug, 22:00 UTCFluminense0–0Independiente Rivadavia
- Fri 29 May, 00:30 UTCCruzeiro4–0Barcelona SC
- Fri 29 May, 00:30 UTCBoca Juniors0–1Universidad Católica
- Thu 28 May, 22:00 UTCCerro Porteño2–0Club Sporting Cristal
- Thu 28 May, 22:00 UTCPalmeiras4–1Junior Barranquilla
- Thu 28 May, 00:30 UTCCorinthians0–2Platense
- Thu 28 May, 00:30 UTCPeñarol0–1Independiente Santa Fe
- Thu 28 May, 00:30 UTCBolívar1–3Independiente Rivadavia
- Thu 28 May, 00:30 UTCFluminense3–1Deportivo La Guaira
Get this via API
Get CONMEBOL Libertadores results via API
Fetch the latest final CONMEBOL Libertadores scores with competition_id=comp_0499.
GET /football/matches?competition_id=comp_0499&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_0499&season_id=sn_1305503&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_0499",
"matchday": 5,
"status": "finished",
"utc_date": "2026-08-14T00:30:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Rosario Central"
},
"away_team": {
"id": "tm_yyyy",
"name": "Corinthians"
},
"score": {
"home": 0,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest CONMEBOL Libertadores result?
Rosario Central 0-0 Corinthians on Friday 14 August.
How do I get CONMEBOL Libertadores results via API?
Call the matches endpoint with competition_id=comp_0499 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get CONMEBOL Libertadores data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.