SOUTH AMERICA · RESULTS

LigaPro Serie A Results

Latest LigaPro Serie A results: Aucas 0-1 LDU, Emelec 2-1 Técnico Universitario, Orense SC 2-0 Deportivo Cuenca. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 18 Aug 2026, 00:59 UTC
  • Mon 17 Aug, 00:00 UTCAucas01LDU
  • Sun 16 Aug, 21:15 UTCEmelec21Técnico Universitario
  • Sun 16 Aug, 19:00 UTCOrense SC20Deportivo Cuenca
  • Sun 16 Aug, 00:00 UTCMushuc Runa00Barcelona SC
  • Sat 15 Aug, 21:30 UTCGuayaquil City22Libertad
  • Sat 15 Aug, 19:00 UTCManta FC02Leones del Norte
  • Sat 15 Aug, 00:00 UTCIndependiente del Valle32Delfín
  • Tue 11 Aug, 00:00 UTCDeportivo Cuenca12Manta FC
  • Mon 10 Aug, 21:30 UTCLibertad21Universidad Católica del Ecuador
  • Mon 10 Aug, 19:00 UTCTécnico Universitario03Mushuc Runa
  • Mon 10 Aug, 00:00 UTCGuayaquil City00Emelec
  • Sun 09 Aug, 21:00 UTCDelfín11Orense SC
  • Sun 09 Aug, 00:00 UTCBarcelona SC12Macará
  • Sat 08 Aug, 21:30 UTCAucas30Leones del Norte
  • Sat 08 Aug, 00:00 UTCLDU02Independiente del Valle
Get this via API

Get LigaPro Serie A results via API

Fetch the latest final LigaPro Serie A scores with competition_id=comp_1917.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_1917&season_id=sn_0849775&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_1917",
      "matchday": 25,
      "status": "finished",
      "utc_date": "2026-08-17T00:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Aucas"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "LDU"
      },
      "score": {
        "home": 0,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest LigaPro Serie A result?

Aucas 0-1 LDU on Monday 17 August.

How do I get LigaPro Serie A results via API?

Call the matches endpoint with competition_id=comp_1917 and status=finished. 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.