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 Ruse0–1Slavia Sofia
- Sun 06 Sept, 18:15 UTCLokomotiv Sofia1–2Ludogorets
- Sun 06 Sept, 16:00 UTCLokomotiv Plovdiv1–0Cherno More Varna
- Sat 05 Sept, 18:15 UTCLevski Sofia1–0FC CSKA 1948 Sofia
- Sat 05 Sept, 16:00 UTCFK Spartak Varna1–1CSKA Sofia
- Fri 04 Sept, 18:15 UTCArda Kardzhali2–3Botev Plovdiv
- Fri 04 Sept, 16:00 UTCFK Septemvri Sofia2–3Botev Vratsa
- Wed 02 Sept, 17:00 UTCSlavia Sofia1–2Levski Sofia
- Mon 31 Aug, 18:15 UTCArda Kardzhali2–0Botev Vratsa
- Mon 31 Aug, 16:00 UTCFK Dunav Ruse2–2Lokomotiv Sofia
- Sun 30 Aug, 18:15 UTCCSKA Sofia3–1Cherno More Varna
- Sun 30 Aug, 16:00 UTCBotev Plovdiv1–3Levski Sofia
- Sun 30 Aug, 16:00 UTCFK Spartak Varna1–1Ludogorets
- Fri 28 Aug, 18:15 UTCFC CSKA 1948 Sofia2–0Lokomotiv Plovdiv
- Fri 28 Aug, 16:00 UTCSlavia Sofia1–1FK 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.