SOUTH AMERICA · RESULTS
CONMEBOL Libertadores Results
Latest CONMEBOL Libertadores results: Fluminense 2-0 Platense, Independiente del Valle 3-1 Deportes Tolima, Corinthians 1-0 Rosario Central. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 2026·Updated 09 Sept 2026, 05:40 UTC
- Tue 08 Sept, 22:00 UTCFluminense2–0Platense
- Wed 26 Aug, 00:30 UTCIndependiente del Valle3–1Deportes Tolima
- Fri 21 Aug, 00:30 UTCCorinthians1–0Rosario Central
- Thu 20 Aug, 22:00 UTCLDU0–0Mirassol
- Thu 20 Aug, 00:30 UTCFlamengo2–1Cruzeiro
- Wed 19 Aug, 22:00 UTCCerro Porteño0–1Palmeiras
- Wed 19 Aug, 22:00 UTCCoquimbo Unido0–0Platense
- Wed 19 Aug, 00:30 UTCDeportes Tolima0–1Independiente del Valle
- Wed 19 Aug, 00:30 UTCUniversidad Católica0–3Estudiantes de La Plata
- Tue 18 Aug, 22:00 UTCIndependiente Rivadavia1–1Fluminense
- 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
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": 27,
"status": "finished",
"utc_date": "2026-09-08T22:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Fluminense"
},
"away_team": {
"id": "tm_yyyy",
"name": "Platense"
},
"score": {
"home": 2,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest CONMEBOL Libertadores result?
Fluminense 2-0 Platense on Tuesday 8 September.
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.