SOUTH AMERICA · FIXTURES
CONMEBOL Sudamericana Fixtures
Next CONMEBOL Sudamericana fixtures: Tigre v Nacional (Tuesday 28 July), Santos v Universidad Central (Wednesday 29 July), Vasco da Gama v Independiente Medellín (Wednesday 29 July). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 2026·Updated 26 Jul 2026, 03:37 UTC
- Tue 28 Jul, 22:00 UTCTigrevNacional
- Wed 29 Jul, 00:30 UTCSantosvUniversidad Central
- Wed 29 Jul, 22:00 UTCVasco da GamavIndependiente Medellín
- Thu 30 Jul, 00:30 UTCCiencianovLanús
- Thu 30 Jul, 00:30 UTCRed Bull BragantinovClub Sporting Cristal
- Thu 30 Jul, 22:00 UTCGrêmiovBolívar
- Fri 31 Jul, 00:30 UTCO'HigginsvBoca Juniors
- Fri 31 Jul, 00:30 UTCCaracas F.C.vIndependiente Santa Fe
Get this via API
Get CONMEBOL Sudamericana fixtures via API
Fetch upcoming CONMEBOL Sudamericana matches with competition_id=comp_1615.
GET /football/matches?competition_id=comp_1615&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_1615&season_id=sn_1305569&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_1615",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-07-28T22:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Tigre"
},
"away_team": {
"id": "tm_yyyy",
"name": "Nacional"
}
}
]
}Frequently Asked Questions
When is the next CONMEBOL Sudamericana match?
Tigre play Nacional on Tuesday 28 July.
How do I get CONMEBOL Sudamericana fixtures via API?
Call the matches endpoint with competition_id=comp_1615 and status=scheduled. 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.