EUROPE · FIXTURES

Parva Liga Fixtures

Next Parva Liga fixtures: Cherno More Varna v FK Dunav Ruse (Friday 21 August), Lokomotiv Sofia v CSKA Sofia (Saturday 22 August), Botev Vratsa v Botev Plovdiv (Saturday 22 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 18 Aug 2026, 09:12 UTC
  • Fri 21 Aug, 18:15 UTCCherno More VarnavFK Dunav Ruse
  • Sat 22 Aug, 15:00 UTCLokomotiv SofiavCSKA Sofia
  • Sat 22 Aug, 15:00 UTCBotev VratsavBotev Plovdiv
  • Sat 22 Aug, 16:00 UTCLudogoretsvSlavia Sofia
  • Sat 22 Aug, 18:15 UTCLevski SofiavFK Spartak Varna
  • Sun 23 Aug, 16:00 UTCFK Septemvri SofiavFC CSKA 1948 Sofia
  • Mon 24 Aug, 16:00 UTCBotev VratsavBotev Plovdiv
  • Mon 24 Aug, 18:15 UTCLokomotiv PlovdivvArda Kardzhali
  • Sat 29 Aug, 15:00 UTCCSKA SofiavCherno More Varna
  • Sat 29 Aug, 15:00 UTCBotev PlovdivvLevski Sofia
  • Sat 29 Aug, 15:00 UTCArda KardzhalivBotev Vratsa
  • Sat 29 Aug, 15:00 UTCFC CSKA 1948 SofiavLokomotiv Plovdiv
  • Sat 29 Aug, 15:00 UTCSlavia SofiavFK Septemvri Sofia
  • Sat 29 Aug, 15:00 UTCFK Spartak VarnavLudogorets
  • Sat 29 Aug, 15:00 UTCFK Dunav RusevLokomotiv Sofia
Get this via API

Get Parva Liga fixtures via API

Fetch upcoming Parva Liga matches with competition_id=comp_3758.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_3758&season_id=sn_5744487&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_3758",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-08-21T18:15:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Cherno More Varna"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "FK Dunav Ruse"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Parva Liga match?

Cherno More Varna play FK Dunav Ruse on Friday 21 August.

How do I get Parva Liga fixtures via API?

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