SOUTH AMERICA · RESULTS
LigaPro Serie A Results
Latest LigaPro Serie A results: Mushuc Runa 1-1 Leones del Norte, Emelec 1-0 Manta FC, Orense SC 4-3 Guayaquil City. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 2026·Updated 09 Sept 2026, 02:59 UTC
- Tue 08 Sept, 00:00 UTCMushuc Runa1–1Leones del Norte
- Tue 08 Sept, 00:00 UTCEmelec1–0Manta FC
- Tue 08 Sept, 00:00 UTCOrense SC4–3Guayaquil City
- Mon 07 Sept, 00:00 UTCDeportivo Cuenca0–1Libertad
- Mon 07 Sept, 00:00 UTCAucas1–1Barcelona SC
- Sun 06 Sept, 21:00 UTCDelfín0–1Universidad Católica del Ecuador
- Sat 05 Sept, 23:00 UTCIndependiente del Valle3–1Macará
- Sat 05 Sept, 00:30 UTCTécnico Universitario1–3LDU
- Fri 04 Sept, 00:00 UTCLibertad1–1Emelec
- Thu 03 Sept, 21:30 UTCLeones del Norte1–0Orense SC
- Thu 03 Sept, 19:00 UTCUniversidad Católica del Ecuador1–1Aucas
- Thu 03 Sept, 00:00 UTCBarcelona SC2–1Independiente del Valle
- Wed 02 Sept, 21:30 UTCDeportivo Cuenca1–0Guayaquil City
- Wed 02 Sept, 19:00 UTCMacará4–3Manta FC
- Wed 02 Sept, 00:00 UTCLDU0–0Mushuc Runa
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": 29,
"status": "finished",
"utc_date": "2026-09-08T00:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Mushuc Runa"
},
"away_team": {
"id": "tm_yyyy",
"name": "Leones del Norte"
},
"score": {
"home": 1,
"away": 1
}
}
]
}Frequently Asked Questions
What was the latest LigaPro Serie A result?
Mushuc Runa 1-1 Leones del Norte on Tuesday 8 September.
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.