EUROPE · RESULTS

Parva Liga Results

Latest Parva Liga results: FC CSKA 1948 Sofia 4-1 Cherno More Varna, Botev Plovdiv 3-2 FK Spartak Varna, Botev Vratsa 0-3 Slavia Sofia. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 19:29 UTC
  • Fri 14 Aug, 18:15 UTCFC CSKA 1948 Sofia41Cherno More Varna
  • Mon 10 Aug, 18:15 UTCBotev Plovdiv32FK Spartak Varna
  • Mon 10 Aug, 16:00 UTCBotev Vratsa03Slavia Sofia
  • Sun 09 Aug, 18:15 UTCFK Septemvri Sofia03CSKA Sofia
  • Sun 09 Aug, 16:00 UTCCherno More Varna23Ludogorets
  • Sat 08 Aug, 18:15 UTCFK Dunav Ruse02Arda Kardzhali
  • Sat 08 Aug, 16:00 UTCLokomotiv Sofia13FC CSKA 1948 Sofia
  • Fri 07 Aug, 18:15 UTCLevski Sofia20Lokomotiv Plovdiv
  • Mon 03 Aug, 18:15 UTCFK Spartak Varna10Lokomotiv Plovdiv
  • Sun 02 Aug, 18:15 UTCCSKA Sofia21FK Dunav Ruse
  • Sun 02 Aug, 16:00 UTCLudogorets21Botev Vratsa
  • Sat 01 Aug, 18:15 UTCBotev Plovdiv10Cherno More Varna
  • Sat 01 Aug, 16:00 UTCLevski Sofia30FK Septemvri Sofia
  • Fri 31 Jul, 18:15 UTCFC CSKA 1948 Sofia21Arda Kardzhali
  • Fri 31 Jul, 16:00 UTCSlavia Sofia11Lokomotiv 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": 5,
      "status": "finished",
      "utc_date": "2026-08-14T18:15:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "FC CSKA 1948 Sofia"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Cherno More Varna"
      },
      "score": {
        "home": 4,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Parva Liga result?

FC CSKA 1948 Sofia 4-1 Cherno More Varna on Friday 14 August.

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.