SOUTH AMERICA · RESULTS

CONMEBOL Libertadores Results

Latest CONMEBOL Libertadores results: Cruzeiro 4-0 Barcelona SC, Boca Juniors 0-1 Universidad Católica, Cerro Porteño 2-0 Club Sporting Cristal. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 2026·Updated 26 Jul 2026, 03:37 UTC
  • 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
  • Wed 27 May, 22:00 UTCLibertad01Universidad Central
  • Wed 27 May, 22:00 UTCIndependiente del Valle10Rosario Central
  • Wed 27 May, 00:30 UTCUniversitario00Deportes Tolima
  • Wed 27 May, 00:30 UTCNacional10Coquimbo Unido
  • Wed 27 May, 00:30 UTCEstudiantes de La Plata10Independiente Medellín
  • Wed 27 May, 00:30 UTCFlamengo30Cusco FC
  • Tue 26 May, 22:00 UTCLanús10Mirassol
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": 6,
      "status": "finished",
      "utc_date": "2026-05-29T00:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Cruzeiro"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Barcelona SC"
      },
      "score": {
        "home": 4,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest CONMEBOL Libertadores result?

Cruzeiro 4-0 Barcelona SC on Friday 29 May.

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.