SOUTH AMERICA · FIXTURES

LigaPro Serie A Fixtures

Next LigaPro Serie A fixtures: LDU v Deportivo Cuenca (Saturday 12 September), Manta FC v Aucas (Saturday 12 September), Guayaquil City v Mushuc Runa (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 07:48 UTC
  • Sat 12 Sept, 00:00 UTCLDUvDeportivo Cuenca
  • Sat 12 Sept, 19:00 UTCManta FCvAucas
  • Sat 12 Sept, 21:30 UTCGuayaquil CityvMushuc Runa
  • Sun 13 Sept, 18:00 UTCLeones del NortevTécnico Universitario
  • Sun 13 Sept, 20:30 UTCMacarávEmelec
  • Sun 13 Sept, 23:00 UTCBarcelona SCvDelfín
  • Sun 13 Sept, 23:00 UTCLibertadvIndependiente del Valle
  • Tue 15 Sept, 00:00 UTCUniversidad Católica del EcuadorvOrense SC
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-09-12T00:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "LDU"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Deportivo Cuenca"
      }
    }
  ]
}

Frequently Asked Questions

When is the next LigaPro Serie A match?

LDU play Deportivo Cuenca on Saturday 12 September.

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.