Parva Liga Table
As of 26 July 2026, Levski Sofia lead the Parva Liga 26/27 with 6 points from 2 matches, 2 points clear of FC CSKA 1948 Sofia. Lokomotiv Plovdiv sit bottom on 0. Full table with goal difference and form below.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Levski Sofia | 2 | 2 | 0 | 0 | 4 | 2 | +2 | 6 |
| 2 | FC CSKA 1948 Sofia | 2 | 1 | 1 | 0 | 4 | 3 | +1 | 4 |
| 3 | Arda Kardzhali | 2 | 1 | 1 | 0 | 2 | 1 | +1 | 4 |
| 4 | Ludogorets | 1 | 1 | 0 | 0 | 1 | 0 | +1 | 3 |
| 5 | Cherno More Varna | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 1 |
| 6 | Botev Plovdiv | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 1 |
| 7 | Lokomotiv Sofia | 2 | 0 | 1 | 1 | 2 | 3 | -1 | 1 |
| 8 | FK Septemvri Sofia | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 1 |
| 8 | Botev Vratsa | 2 | 0 | 1 | 1 | 2 | 3 | -1 | 1 |
| 9 | CSKA Sofia | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 |
| 10 | Slavia Sofia | 2 | 0 | 1 | 1 | 0 | 1 | -1 | 1 |
| 11 | FK Spartak Varna | 1 | 0 | 1 | 0 | 2 | 2 | 0 | 1 |
| 13 | FK Dunav Ruse | 1 | 0 | 0 | 1 | 1 | 2 | -1 | 0 |
| 14 | Lokomotiv Plovdiv | 1 | 0 | 0 | 1 | 0 | 1 | -1 | 0 |
Get the Parva Liga table via API
Fetch the live Parva Liga standings with competition_id=comp_3758. The same shape works for every competition and season.
GET /football/competitions/comp_3758/seasons/{season_id}/standings
curl "https://api.thestatsapi.com/api/football/competitions/comp_3758/seasons/sn_5744487/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"team": {
"id": "tm_xxxx",
"name": "Levski Sofia"
},
"position": 1,
"matches_played": 2,
"wins": 2,
"draws": 0,
"losses": 0,
"goals_for": 4,
"goals_against": 2,
"goal_difference": 2,
"points": 6
}
]
}Frequently Asked Questions
Who is top of the Parva Liga?
Levski Sofia are top of the Parva Liga 26/27 with 6 points from 2 matches, 2 points clear of FC CSKA 1948 Sofia.
How many teams are in the Parva Liga?
14 teams compete in the Parva Liga 26/27.
How do I get the Parva Liga table via API?
Call the standings endpoint with competition_id=comp_3758 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.
How many seasons of Parva Liga data are available?
TheStatsAPI has 8 seasons of Parva Liga data, going back to 19/20, including historical final tables.
Get Parva Liga data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.