SOUTH AMERICA · FIXTURES

Liga Profesional de Fútbol Fixtures

Next Liga Profesional de Fútbol fixtures: Rosario Central v Gimnasia y Esgrima (Sunday 30 August), Argentinos Juniors v Aldosivi (Sunday 30 August), Tigre v Barracas Central (Sunday 30 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 17 Aug 2026, 02:01 UTC
  • Sun 30 Aug, 20:00 UTCRosario CentralvGimnasia y Esgrima
  • Sun 30 Aug, 20:00 UTCArgentinos JuniorsvAldosivi
  • Sun 30 Aug, 20:00 UTCTigrevBarracas Central
  • Sun 30 Aug, 20:00 UTCBanfieldvRiver Plate
  • Sun 30 Aug, 20:00 UTCHuracánvEstudiantes de Río Cuarto
  • Sun 06 Sept, 20:00 UTCBelgranovHuracán
  • Sun 06 Sept, 20:00 UTCEstudiantes de Río CuartovSarmiento
  • Sun 06 Sept, 20:00 UTCRacing ClubvAtlético Tucumán
  • Sun 06 Sept, 20:00 UTCCentral CórdobavCA Independiente
  • Sun 06 Sept, 20:00 UTCRiver PlatevIndependiente Rivadavia
  • Sun 06 Sept, 20:00 UTCBarracas CentralvArgentinos Juniors
  • Sun 06 Sept, 20:00 UTCGimnasia y EsgrimavTigre
  • Sun 06 Sept, 20:00 UTCLanúsvDefensa y Justicia
  • Sun 06 Sept, 20:00 UTCAldosivivBanfield
  • Sun 06 Sept, 20:00 UTCClub Atlético Unión de Santa FevInstituto De Córdoba
Get this via API

Get Liga Profesional de Fútbol fixtures via API

Fetch upcoming Liga Profesional de Fútbol matches with competition_id=comp_4540.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_4540&season_id=sn_5721417&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_4540",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-08-30T20:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Rosario Central"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Gimnasia y Esgrima"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Liga Profesional de Fútbol match?

Rosario Central play Gimnasia y Esgrima on Sunday 30 August.

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

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