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 UTCFelgueiras1–1AVS - Futebol SAD
- Sun 16 Aug, 17:00 UTCFC Porto B1–3SC Farense
- Sun 16 Aug, 14:30 UTCLeixões SC1–0Tondela
- Sun 16 Aug, 13:00 UTCAmarante FC0–1Lusitânia Lourosa
- Sun 16 Aug, 10:00 UTCPortimonense2–0Vizela
- Sat 15 Aug, 17:00 UTCTorreense2–2Penafiel
- Sat 15 Aug, 14:30 UTCSporting CP B1–0Chaves
- Sat 15 Aug, 13:00 UTCUnião Leiria1–2Benfica B U21
- Fri 14 Aug, 17:00 UTCAcadémica Coimbra1–0Feirense
- Mon 10 Aug, 17:00 UTCLusitânia Lourosa2–0FC Porto B
- Mon 10 Aug, 17:00 UTCBenfica B U211–0Leixões SC
- Sun 09 Aug, 14:30 UTCFeirense0–0Felgueiras
- Sun 09 Aug, 14:30 UTCAVS - Futebol SAD0–1Sporting CP B
- Sun 09 Aug, 13:00 UTCVizela1–0União Leiria
- Sun 09 Aug, 10:00 UTCSC Farense2–1Torreense
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.