SOUTH AMERICA · RESULTS

LigaPro Serie A Results

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

LIVE DATA·Season 2026·Updated 26 Jul 2026, 04:48 UTC
  • Sun 26 Jul, 00:00 UTCTécnico Universitario10Manta FC
  • Fri 24 Jul, 00:00 UTCEmelec11Mushuc Runa
  • Thu 23 Jul, 21:30 UTCOrense SC21Aucas
  • Thu 23 Jul, 21:30 UTCLeones del Norte11Guayaquil City
  • Thu 23 Jul, 00:00 UTCManta FC11LDU
  • Wed 22 Jul, 21:30 UTCIndependiente del Valle30Técnico Universitario
  • Wed 22 Jul, 19:00 UTCMacará30Deportivo Cuenca
  • Wed 22 Jul, 00:00 UTCUniversidad Católica del Ecuador21Barcelona SC
  • Tue 21 Jul, 21:30 UTCLibertad10Delfín
  • Mon 20 Jul, 19:00 UTCMushuc Runa21Orense SC
  • Mon 20 Jul, 00:15 UTCIndependiente del Valle61Emelec
  • Sun 19 Jul, 21:45 UTCGuayaquil City10Manta FC
  • Sun 19 Jul, 16:45 UTCTécnico Universitario01Aucas
  • Sun 19 Jul, 00:00 UTCBarcelona SC10Libertad
  • Sat 18 Jul, 21:30 UTCLDU01Leones del Norte
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": 22,
      "status": "finished",
      "utc_date": "2026-07-26T00:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Técnico Universitario"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Manta FC"
      },
      "score": {
        "home": 1,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest LigaPro Serie A result?

Técnico Universitario 1-0 Manta FC on Sunday 26 July.

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.