EUROPE · RESULTS

Parva Liga Results

Latest Parva Liga results: FK Dunav Ruse 0-1 Slavia Sofia, Lokomotiv Sofia 1-2 Ludogorets, Lokomotiv Plovdiv 1-0 Cherno More Varna. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 07:36 UTC
  • Mon 07 Sept, 17:30 UTCFK Dunav Ruse01Slavia Sofia
  • Sun 06 Sept, 18:15 UTCLokomotiv Sofia12Ludogorets
  • Sun 06 Sept, 16:00 UTCLokomotiv Plovdiv10Cherno More Varna
  • Sat 05 Sept, 18:15 UTCLevski Sofia10FC CSKA 1948 Sofia
  • Sat 05 Sept, 16:00 UTCFK Spartak Varna11CSKA Sofia
  • Fri 04 Sept, 18:15 UTCArda Kardzhali23Botev Plovdiv
  • Fri 04 Sept, 16:00 UTCFK Septemvri Sofia23Botev Vratsa
  • Wed 02 Sept, 17:00 UTCSlavia Sofia12Levski Sofia
  • Mon 31 Aug, 18:15 UTCArda Kardzhali20Botev Vratsa
  • Mon 31 Aug, 16:00 UTCFK Dunav Ruse22Lokomotiv Sofia
  • Sun 30 Aug, 18:15 UTCCSKA Sofia31Cherno More Varna
  • Sun 30 Aug, 16:00 UTCBotev Plovdiv13Levski Sofia
  • Sun 30 Aug, 16:00 UTCFK Spartak Varna11Ludogorets
  • Fri 28 Aug, 18:15 UTCFC CSKA 1948 Sofia20Lokomotiv Plovdiv
  • Fri 28 Aug, 16:00 UTCSlavia Sofia11FK Septemvri Sofia
Get this via API

Get Parva Liga results via API

Fetch the latest final Parva Liga scores with competition_id=comp_3758.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_3758&season_id=sn_5744487&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_3758",
      "matchday": 8,
      "status": "finished",
      "utc_date": "2026-09-07T17:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "FK Dunav Ruse"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Slavia Sofia"
      },
      "score": {
        "home": 0,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Parva Liga result?

FK Dunav Ruse 0-1 Slavia Sofia on Monday 7 September.

How do I get Parva Liga results via API?

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

Get Parva Liga data via API

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