SOUTH AMERICA · FIXTURES

LigaPro Serie A Fixtures

Next LigaPro Serie A fixtures: Deportivo Cuenca v Mushuc Runa (Saturday 22 August), Leones del Norte v Independiente del Valle (Saturday 22 August), Universidad Católica del Ecuador v Manta FC (Saturday 22 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 18 Aug 2026, 19:53 UTC
  • Sat 22 Aug, 00:00 UTCDeportivo CuencavMushuc Runa
  • Sat 22 Aug, 00:00 UTCLeones del NortevIndependiente del Valle
  • Sat 22 Aug, 19:00 UTCUniversidad Católica del EcuadorvManta FC
  • Sat 22 Aug, 21:30 UTCTécnico UniversitariovGuayaquil City
  • Sun 23 Aug, 00:00 UTCBarcelona SCvOrense SC
  • Sun 23 Aug, 20:30 UTCDelfínvAucas
  • Mon 24 Aug, 00:00 UTCLDUvEmelec
  • Tue 25 Aug, 00:00 UTCLibertadvMacará
  • Sun 30 Aug, 20:00 UTCEmelecvLeones del Norte
  • Sun 30 Aug, 20:00 UTCAucasvLibertad
  • Sun 30 Aug, 20:00 UTCTécnico UniversitariovDeportivo Cuenca
  • Sun 30 Aug, 20:00 UTCMushuc RunavDelfín
  • Sun 30 Aug, 20:00 UTCOrense SCvMacará
  • Sun 30 Aug, 20:00 UTCIndependiente del VallevUniversidad Católica del Ecuador
  • Sun 30 Aug, 20:00 UTCGuayaquil CityvLDU
Get this via API

Get LigaPro Serie A fixtures via API

Fetch upcoming LigaPro Serie A matches with competition_id=comp_1917.

GET /football/matches?competition_id=comp_1917&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_1917&season_id=sn_0849775&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_1917",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-08-22T00:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Deportivo Cuenca"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Mushuc Runa"
      }
    }
  ]
}

Frequently Asked Questions

When is the next LigaPro Serie A match?

Deportivo Cuenca play Mushuc Runa on Saturday 22 August.

How do I get LigaPro Serie A fixtures via API?

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

Get LigaPro Serie A data via API

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