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 Lourosa2–1AVS - Futebol SAD
- Sun 06 Sept, 17:00 UTCUnião Leiria1–0Portimonense
- Sun 06 Sept, 14:30 UTCLeixões SC3–1Amarante FC
- Sun 06 Sept, 10:00 UTCVizela1–0Felgueiras
- Sat 05 Sept, 14:30 UTCFeirense1–3Sporting CP B
- Sat 05 Sept, 14:30 UTCBenfica B U210–2Torreense
- Sat 05 Sept, 13:00 UTCPenafiel4–1Académica Coimbra
- Sat 05 Sept, 10:00 UTCTondela3–0FC Porto B
- Sun 30 Aug, 17:00 UTCSporting CP B2–1SC Farense
- Sun 30 Aug, 17:00 UTCFC Porto B0–3Penafiel
- Sun 30 Aug, 17:00 UTCFelgueiras2–1Chaves
- Sun 30 Aug, 13:00 UTCAVS - Futebol SAD2–0Feirense
- Sun 30 Aug, 10:00 UTCAmarante FC1–0Benfica B U21
- Sat 29 Aug, 19:30 UTCTorreense0–3Vizela
- Sat 29 Aug, 13:00 UTCAcadémica Coimbra0–2Lusitâ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.