SOUTH AMERICA · RESULTS

Liga Profesional de Fútbol Results

Latest Liga Profesional de Fútbol results: Gimnasia y Esgrima Mendoza 3-1 Talleres, Vélez Sarsfield 1-1 Defensa y Justicia, Lanús 1-3 CA Independiente. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 18 Aug 2026, 08:33 UTC
  • Tue 18 Aug, 00:30 UTCGimnasia y Esgrima Mendoza31Talleres
  • Mon 17 Aug, 22:15 UTCVélez Sarsfield11Defensa y Justicia
  • Mon 17 Aug, 20:00 UTCLanús13CA Independiente
  • Mon 17 Aug, 17:45 UTCEstudiantes de Río Cuarto01Atlético Tucumán
  • Sun 16 Aug, 23:15 UTCCentral Córdoba01Instituto De Córdoba
  • Sun 16 Aug, 23:15 UTCBarracas Central01Rosario Central
  • Sun 16 Aug, 21:00 UTCRiver Plate20Argentinos Juniors
  • Sun 16 Aug, 18:00 UTCSarmiento20Huracán
  • Sun 16 Aug, 00:15 UTCPlatense11Boca Juniors
  • Sat 15 Aug, 22:00 UTCNewell's Old Boys20Deportivo Riestra
  • Sat 15 Aug, 22:00 UTCBelgrano20Independiente Rivadavia
  • Sat 15 Aug, 19:45 UTCEstudiantes de La Plata40Gimnasia y Esgrima
  • Sat 15 Aug, 17:30 UTCSan Lorenzo10Club Atlético Unión de Santa Fe
  • Sat 15 Aug, 17:30 UTCAldosivi00Tigre
  • Fri 14 Aug, 23:30 UTCRacing Club01Banfield
Get this via API

Get Liga Profesional de Fútbol results via API

Fetch the latest final Liga Profesional de Fútbol scores with competition_id=comp_4540.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_4540&season_id=sn_5721417&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_4540",
      "matchday": 5,
      "status": "finished",
      "utc_date": "2026-08-18T00:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Gimnasia y Esgrima Mendoza"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Talleres"
      },
      "score": {
        "home": 3,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Liga Profesional de Fútbol result?

Gimnasia y Esgrima Mendoza 3-1 Talleres on Tuesday 18 August.

How do I get Liga Profesional de Fútbol results via API?

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

Get Liga Profesional de Fútbol data via API

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