SOUTH AMERICA · FIXTURES

CONMEBOL Libertadores Fixtures

Next CONMEBOL Libertadores fixtures: Palmeiras v LDU (Wednesday 9 September), Estudiantes de La Plata v Corinthians (Thursday 10 September), Independiente del Valle v Flamengo (Friday 11 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 07:06 UTC
  • Wed 09 Sept, 22:00 UTCPalmeirasvLDU
  • Thu 10 Sept, 00:30 UTCEstudiantes de La PlatavCorinthians
  • Fri 11 Sept, 00:30 UTCIndependiente del VallevFlamengo
  • Tue 15 Sept, 22:00 UTCPlatensevFluminense
  • Wed 16 Sept, 22:00 UTCLDUvPalmeiras
  • Thu 17 Sept, 00:30 UTCCorinthiansvEstudiantes de La Plata
  • Fri 18 Sept, 00:30 UTCFlamengovIndependiente del Valle
Get this via API

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_0499&season_id=sn_1305503&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_0499",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-09T22:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Palmeiras"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "LDU"
      }
    }
  ]
}

Frequently Asked Questions

When is the next CONMEBOL Libertadores match?

Palmeiras play LDU on Wednesday 9 September.

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.