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 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
  • Wed 12 Aug, 00:30 UTCEstudiantes de La Plata11Universidad Católica
  • Tue 11 Aug, 22:00 UTCFluminense00Independiente Rivadavia
  • Fri 29 May, 00:30 UTCCruzeiro40Barcelona SC
  • Fri 29 May, 00:30 UTCBoca Juniors01Universidad Católica
  • Thu 28 May, 22:00 UTCCerro Porteño20Club Sporting Cristal
  • Thu 28 May, 22:00 UTCPalmeiras41Junior Barranquilla
  • Thu 28 May, 00:30 UTCCorinthians02Platense
  • Thu 28 May, 00:30 UTCPeñarol01Independiente Santa Fe
  • Thu 28 May, 00:30 UTCBolívar13Independiente Rivadavia
  • Thu 28 May, 00:30 UTCFluminense31Deportivo 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.