CONMEBOL Libertadores Fixtures
Next CONMEBOL Libertadores fixtures: Independiente Rivadavia v Fluminense (Tuesday 18 August), Deportes Tolima v Independiente del Valle (Wednesday 19 August), Universidad Católica v Estudiantes de La Plata (Wednesday 19 August). Full schedule with kickoff times below, joined to results and odds by match id.
- Tue 18 Aug, 22:00 UTCIndependiente RivadaviavFluminense
- Wed 19 Aug, 00:30 UTCDeportes TolimavIndependiente del Valle
- Wed 19 Aug, 00:30 UTCUniversidad CatólicavEstudiantes de La Plata
- Wed 19 Aug, 22:00 UTCCerro PorteñovPalmeiras
- Wed 19 Aug, 22:00 UTCCoquimbo UnidovPlatense
- Thu 20 Aug, 00:30 UTCFlamengovCruzeiro
- Thu 20 Aug, 22:00 UTCLDUvMirassol
- Fri 21 Aug, 00:30 UTCCorinthiansvRosario Central
- Wed 26 Aug, 00:30 UTCIndependiente del VallevDeportes Tolima
Get CONMEBOL Libertadores fixtures via API
Fetch upcoming CONMEBOL Libertadores matches with competition_id=comp_0499.
GET /football/matches?competition_id=comp_0499&status=scheduled
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_0499&season_id=sn_1305503&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_0499",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-08-18T22:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Independiente Rivadavia"
},
"away_team": {
"id": "tm_yyyy",
"name": "Fluminense"
}
}
]
}Frequently Asked Questions
When is the next CONMEBOL Libertadores match?
Independiente Rivadavia play Fluminense on Tuesday 18 August.
How do I get CONMEBOL Libertadores fixtures via API?
Call the matches endpoint with competition_id=comp_0499 and status=scheduled. 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.