SOUTH AMERICA · RESULTS

Liga 1 Results

Latest Liga 1 results: Melgar 3-0 Asociación Deportiva Tarma, ADC Juan Pablo II 1-1 Alianza Lima, Deportivo Garcilaso 4-2 Club Atlético Grau. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 08 Sept 2026, 21:31 UTC
  • Sun 06 Sept, 23:30 UTCMelgar30Asociación Deportiva Tarma
  • Sun 06 Sept, 20:00 UTCADC Juan Pablo II11Alianza Lima
  • Sun 06 Sept, 18:30 UTCDeportivo Garcilaso42Club Atlético Grau
  • Sun 06 Sept, 16:00 UTCClub Sporting Cristal50Los Chankas CYC
  • Sun 06 Sept, 01:30 UTCUniversitario22Comerciantes Unidos
  • Sat 05 Sept, 23:00 UTCCusco FC20CD Moquegua
  • Sat 05 Sept, 20:00 UTCSport Huancayo21Sport Boys
  • Fri 04 Sept, 20:15 UTCAlianza Atlético de Sullana32Universidad Técnica de Cajamarca
  • Fri 04 Sept, 18:00 UTCFC Cajamarca25Cienciano
  • Tue 01 Sept, 20:00 UTCClub Atlético Grau10Melgar
  • Mon 31 Aug, 00:00 UTCCienciano12Cusco FC
  • Sun 30 Aug, 20:30 UTCSport Boys10Club Sporting Cristal
  • Sun 30 Aug, 18:15 UTCAsociación Deportiva Tarma13Sport Huancayo
  • Sun 30 Aug, 16:00 UTCCD Moquegua14Alianza Atlético de Sullana
  • Sun 30 Aug, 00:30 UTCAlianza Lima01Deportivo Garcilaso
Get this via API

Get Liga 1 results via API

Fetch the latest final Liga 1 scores with competition_id=comp_6981.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_6981&season_id=sn_7299375&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_6981",
      "matchday": 8,
      "status": "finished",
      "utc_date": "2026-09-06T23:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Melgar"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Asociación Deportiva Tarma"
      },
      "score": {
        "home": 3,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Liga 1 result?

Melgar 3-0 Asociación Deportiva Tarma on Sunday 6 September.

How do I get Liga 1 results via API?

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

Get Liga 1 data via API

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