SOUTH AMERICA · RESULTS

CONMEBOL Sudamericana Results

Latest CONMEBOL Sudamericana results: Cienciano 6-1 Botafogo, Santos 2-1 Macará, Vasco da Gama 0-0 Olimpia. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 15 Aug 2026, 04:27 UTC
  • Fri 14 Aug, 00:30 UTCCienciano61Botafogo
  • Thu 13 Aug, 22:00 UTCSantos21Macará
  • Thu 13 Aug, 22:00 UTCVasco da Gama00Olimpia
  • Wed 12 Aug, 22:00 UTCTigre01Montevideo City Torque
  • Wed 12 Aug, 22:00 UTCRed Bull Bragantino01Atlético Mineiro
  • Wed 12 Aug, 00:30 UTCBolívar11São Paulo
  • Tue 11 Aug, 22:00 UTCBoca Juniors31Recoleta FC
  • Fri 31 Jul, 00:30 UTCO'Higgins10Boca Juniors
  • Fri 31 Jul, 00:30 UTCCaracas F.C.03Independiente Santa Fe
  • Thu 30 Jul, 22:00 UTCGrêmio01Bolívar
  • Thu 30 Jul, 00:30 UTCCienciano40Lanús
  • Thu 30 Jul, 00:30 UTCRed Bull Bragantino10Club Sporting Cristal
  • Wed 29 Jul, 22:00 UTCVasco da Gama10Independiente Medellín
  • Wed 29 Jul, 00:30 UTCSantos42Universidad Central
  • Tue 28 Jul, 22:00 UTCTigre12Nacional
Get this via API

Get CONMEBOL Sudamericana results via API

Fetch the latest final CONMEBOL Sudamericana scores with competition_id=comp_1615.

GET /football/matches?competition_id=comp_1615&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_1615&season_id=sn_1305569&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_1615",
      "matchday": 5,
      "status": "finished",
      "utc_date": "2026-08-14T00:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Cienciano"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Botafogo"
      },
      "score": {
        "home": 6,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest CONMEBOL Sudamericana result?

Cienciano 6-1 Botafogo on Friday 14 August.

How do I get CONMEBOL Sudamericana results via API?

Call the matches endpoint with competition_id=comp_1615 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get CONMEBOL Sudamericana data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.