EUROPE · FIXTURES
Parva Liga Fixtures
Next Parva Liga fixtures: Cherno More Varna v FK Spartak Varna (Sunday 26 July), Lokomotiv Plovdiv v FK Septemvri Sofia (Sunday 26 July), FK Dunav Ruse v Ludogorets (Monday 27 July). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:40 UTC
- Sun 26 Jul, 16:00 UTCCherno More VarnavFK Spartak Varna
- Sun 26 Jul, 18:15 UTCLokomotiv PlovdivvFK Septemvri Sofia
- Mon 27 Jul, 16:00 UTCFK Dunav RusevLudogorets
- Mon 27 Jul, 18:15 UTCCSKA SofiavBotev Plovdiv
- Fri 31 Jul, 16:00 UTCSlavia SofiavLokomotiv Sofia
- Fri 31 Jul, 18:15 UTCFC CSKA 1948 SofiavArda Kardzhali
- Sat 01 Aug, 16:00 UTCLevski SofiavFK Septemvri Sofia
- Sat 01 Aug, 18:15 UTCBotev PlovdivvCherno More Varna
- Sun 02 Aug, 16:00 UTCLudogoretsvBotev Vratsa
- Sun 02 Aug, 18:15 UTCCSKA SofiavFK Dunav Ruse
- Mon 03 Aug, 18:15 UTCFK Spartak VarnavLokomotiv Plovdiv
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-07-26T16:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Cherno More Varna"
},
"away_team": {
"id": "tm_yyyy",
"name": "FK Spartak Varna"
}
}
]
}Frequently Asked Questions
When is the next Parva Liga match?
Cherno More Varna play FK Spartak Varna on Sunday 26 July.
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.