EUROPE · RESULTS

Liga Portugal 2 Results

Latest Liga Portugal 2 results: Felgueiras 1-1 AVS - Futebol SAD, FC Porto B 1-3 SC Farense, Leixões SC 1-0 Tondela. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 18 Aug 2026, 10:35 UTC
  • Mon 17 Aug, 17:00 UTCFelgueiras11AVS - Futebol SAD
  • Sun 16 Aug, 17:00 UTCFC Porto B13SC Farense
  • Sun 16 Aug, 14:30 UTCLeixões SC10Tondela
  • Sun 16 Aug, 13:00 UTCAmarante FC01Lusitânia Lourosa
  • Sun 16 Aug, 10:00 UTCPortimonense20Vizela
  • Sat 15 Aug, 17:00 UTCTorreense22Penafiel
  • Sat 15 Aug, 14:30 UTCSporting CP B10Chaves
  • Sat 15 Aug, 13:00 UTCUnião Leiria12Benfica B U21
  • Fri 14 Aug, 17:00 UTCAcadémica Coimbra10Feirense
  • Mon 10 Aug, 17:00 UTCLusitânia Lourosa20FC Porto B
  • Mon 10 Aug, 17:00 UTCBenfica B U2110Leixões SC
  • Sun 09 Aug, 14:30 UTCFeirense00Felgueiras
  • Sun 09 Aug, 14:30 UTCAVS - Futebol SAD01Sporting CP B
  • Sun 09 Aug, 13:00 UTCVizela10União Leiria
  • Sun 09 Aug, 10:00 UTCSC Farense21Torreense
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": 2,
      "status": "finished",
      "utc_date": "2026-08-17T17:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Felgueiras"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "AVS - Futebol SAD"
      },
      "score": {
        "home": 1,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Liga Portugal 2 result?

Felgueiras 1-1 AVS - Futebol SAD on Monday 17 August.

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.