EUROPE · FIXTURES

Liga Portugal 2 Fixtures

Next Liga Portugal 2 fixtures: Torreense v Leixões SC (Friday 11 September), Académica Coimbra v Benfica B U21 (Friday 11 September), Portimonense v Tondela (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 08:50 UTC
  • Fri 11 Sept, 17:45 UTCTorreensevLeixões SC
  • Fri 11 Sept, 19:45 UTCAcadémica CoimbravBenfica B U21
  • Sat 12 Sept, 10:00 UTCPortimonensevTondela
  • Sat 12 Sept, 13:00 UTCFelgueirasvPenafiel
  • Sun 13 Sept, 10:00 UTCAVS - Futebol SADvSC Farense
  • Sun 13 Sept, 13:00 UTCChavesvFeirense
  • Sun 13 Sept, 14:30 UTCAmarante FCvUnião Leiria
  • Mon 14 Sept, 17:00 UTCSporting CP BvLusitânia Lourosa
  • Mon 14 Sept, 17:00 UTCFC Porto BvVizela
  • Sat 10 Oct, 11:00 UTCBenfica B U21vFelgueiras
  • Sat 10 Oct, 11:00 UTCAmarante FCvPortimonense
  • Sat 10 Oct, 11:00 UTCUnião LeiriavAcadémica Coimbra
  • Sat 10 Oct, 11:00 UTCSC FarensevFeirense
  • Sat 10 Oct, 11:00 UTCTondelavTorreense
  • Sat 10 Oct, 11:00 UTCVizelavSporting CP B
Get this via API

Get Liga Portugal 2 fixtures via API

Fetch upcoming Liga Portugal 2 matches with competition_id=comp_7475.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_7475&season_id=sn_1368754&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_7475",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-11T17:45:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Torreense"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Leixões SC"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Liga Portugal 2 match?

Torreense play Leixões SC on Friday 11 September.

How do I get Liga Portugal 2 fixtures via API?

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