Parva Liga Table
As of 9 September 2026, Levski Sofia lead the Parva Liga 26/27 with 24 points from 8 matches, 4 points clear of Ludogorets. Lokomotiv Sofia sit bottom on 3. Full table with goal difference and form below.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Levski Sofia | 8 | 8 | 0 | 0 | 21 | 4 | +17 | 24 |
| 2 | Ludogorets | 8 | 6 | 2 | 0 | 14 | 6 | +8 | 20 |
| 3 | CSKA Sofia | 7 | 5 | 2 | 0 | 17 | 5 | +12 | 17 |
| 4 | FC CSKA 1948 Sofia | 8 | 5 | 1 | 2 | 15 | 8 | +7 | 16 |
| 5 | Arda Kardzhali | 8 | 5 | 1 | 2 | 13 | 7 | +6 | 16 |
| 6 | Slavia Sofia | 8 | 2 | 4 | 2 | 8 | 6 | +2 | 10 |
| 7 | Botev Plovdiv | 8 | 3 | 1 | 4 | 11 | 14 | -3 | 10 |
| 8 | FK Spartak Varna | 8 | 2 | 3 | 3 | 10 | 14 | -4 | 9 |
| 9 | FK Septemvri Sofia | 8 | 2 | 2 | 4 | 7 | 13 | -6 | 8 |
| 10 | Botev Vratsa | 8 | 2 | 1 | 5 | 7 | 17 | -10 | 7 |
| 11 | Lokomotiv Plovdiv | 8 | 2 | 0 | 6 | 4 | 10 | -6 | 6 |
| 12 | FK Dunav Ruse | 8 | 1 | 1 | 6 | 7 | 15 | -8 | 4 |
| 13 | Cherno More Varna | 8 | 1 | 1 | 6 | 8 | 17 | -9 | 4 |
| 14 | Lokomotiv Sofia | 7 | 0 | 3 | 4 | 8 | 14 | -6 | 3 |
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": 8,
"wins": 8,
"draws": 0,
"losses": 0,
"goals_for": 21,
"goals_against": 4,
"goal_difference": 17,
"points": 24
}
]
}Frequently Asked Questions
Who is top of the Parva Liga?
Levski Sofia are top of the Parva Liga 26/27 with 24 points from 8 matches, 4 points clear of Ludogorets.
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.