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 UTCFluminense20Platense
  • Wed 26 Aug, 00:30 UTCIndependiente del Valle31Deportes Tolima
  • Fri 21 Aug, 00:30 UTCCorinthians10Rosario Central
  • Thu 20 Aug, 22:00 UTCLDU00Mirassol
  • Thu 20 Aug, 00:30 UTCFlamengo21Cruzeiro
  • Wed 19 Aug, 22:00 UTCCerro Porteño01Palmeiras
  • Wed 19 Aug, 22:00 UTCCoquimbo Unido00Platense
  • Wed 19 Aug, 00:30 UTCDeportes Tolima01Independiente del Valle
  • Wed 19 Aug, 00:30 UTCUniversidad Católica03Estudiantes de La Plata
  • Tue 18 Aug, 22:00 UTCIndependiente Rivadavia11Fluminense
  • Fri 14 Aug, 00:30 UTCRosario Central00Corinthians
  • Thu 13 Aug, 22:00 UTCMirassol11LDU
  • Thu 13 Aug, 00:30 UTCCruzeiro11Flamengo
  • Wed 12 Aug, 22:00 UTCPalmeiras11Cerro Porteño
  • Wed 12 Aug, 22:00 UTCPlatense11Coquimbo 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.