EUROPE · LEAGUE TABLE

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.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 09:10 UTC
Parva Liga league table
#TeamPWDLGFGAGDPts
1Levski Sofia8800214+1724
2Ludogorets8620146+820
3CSKA Sofia7520175+1217
4FC CSKA 1948 Sofia8512158+716
5Arda Kardzhali8512137+616
6Slavia Sofia824286+210
7Botev Plovdiv83141114-310
8FK Spartak Varna82331014-49
9FK Septemvri Sofia8224713-68
10Botev Vratsa8215717-107
11Lokomotiv Plovdiv8206410-66
12FK Dunav Ruse8116715-84
13Cherno More Varna8116817-94
14Lokomotiv Sofia7034814-63
Get this via API

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_3758/seasons/sn_5744487/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "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.