SOUTH AMERICA · RESULTS

CONMEBOL Sudamericana Results

Latest CONMEBOL Sudamericana results: Independiente Santa Fe 2-0 Caracas F.C., Boca Juniors 1-0 O'Higgins, Bolívar 3-2 Grêmio. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:37 UTC
  • Fri 24 Jul, 00:30 UTCIndependiente Santa Fe20Caracas F.C.
  • Fri 24 Jul, 00:30 UTCBoca Juniors10O'Higgins
  • Thu 23 Jul, 22:00 UTCBolívar32Grêmio
  • Thu 23 Jul, 00:30 UTCClub Sporting Cristal00Red Bull Bragantino
  • Thu 23 Jul, 00:30 UTCLanús20Cienciano
  • Wed 22 Jul, 22:00 UTCIndependiente Medellín22Vasco da Gama
  • Wed 22 Jul, 00:30 UTCUniversidad Central14Santos
  • Tue 21 Jul, 22:00 UTCNacional03Tigre
  • Fri 29 May, 00:30 UTCTigre20Alianza Atlético de Sullana
  • Fri 29 May, 00:30 UTCAmérica de Cali00Macará
  • Thu 28 May, 00:30 UTCRed Bull Bragantino20Carabobo
  • Thu 28 May, 00:30 UTCRiver Plate30Blooming
  • Wed 27 May, 22:00 UTCVasco da Gama30Barracas Central
  • Wed 27 May, 22:00 UTCOlimpia31Audax Italiano
  • Wed 27 May, 22:00 UTCCaracas F.C.13Botafogo
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": 38,
      "status": "finished",
      "utc_date": "2026-07-24T00:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Independiente Santa Fe"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Caracas F.C."
      },
      "score": {
        "home": 2,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest CONMEBOL Sudamericana result?

Independiente Santa Fe 2-0 Caracas F.C. on Friday 24 July.

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.