EUROPE · RESULTS

Liga Portugal 2 Results

Latest Liga Portugal 2 results: Lusitânia Lourosa 2-1 AVS - Futebol SAD, União Leiria 1-0 Portimonense, Leixões SC 3-1 Amarante FC. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 01:34 UTC
  • Mon 07 Sept, 17:00 UTCLusitânia Lourosa21AVS - Futebol SAD
  • Sun 06 Sept, 17:00 UTCUnião Leiria10Portimonense
  • Sun 06 Sept, 14:30 UTCLeixões SC31Amarante FC
  • Sun 06 Sept, 10:00 UTCVizela10Felgueiras
  • Sat 05 Sept, 14:30 UTCFeirense13Sporting CP B
  • Sat 05 Sept, 14:30 UTCBenfica B U2102Torreense
  • Sat 05 Sept, 13:00 UTCPenafiel41Académica Coimbra
  • Sat 05 Sept, 10:00 UTCTondela30FC Porto B
  • Sun 30 Aug, 17:00 UTCSporting CP B21SC Farense
  • Sun 30 Aug, 17:00 UTCFC Porto B03Penafiel
  • Sun 30 Aug, 17:00 UTCFelgueiras21Chaves
  • Sun 30 Aug, 13:00 UTCAVS - Futebol SAD20Feirense
  • Sun 30 Aug, 10:00 UTCAmarante FC10Benfica B U21
  • Sat 29 Aug, 19:30 UTCTorreense03Vizela
  • Sat 29 Aug, 13:00 UTCAcadémica Coimbra02Lusitânia Lourosa
Get this via API

Get Liga Portugal 2 results via API

Fetch the latest final Liga Portugal 2 scores with competition_id=comp_7475.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_7475&season_id=sn_1368754&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_7475",
      "matchday": 5,
      "status": "finished",
      "utc_date": "2026-09-07T17:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Lusitânia Lourosa"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "AVS - Futebol SAD"
      },
      "score": {
        "home": 2,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Liga Portugal 2 result?

Lusitânia Lourosa 2-1 AVS - Futebol SAD on Monday 7 September.

How do I get Liga Portugal 2 results via API?

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

Get Liga Portugal 2 data via API

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