EUROPE · LEAGUE TABLE

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.

LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:34 UTC
Parva Liga league table
#TeamPWDLGFGAGDPts
1Levski Sofia220042+26
2FC CSKA 1948 Sofia211043+14
3Arda Kardzhali211021+14
4Ludogorets110010+13
5Cherno More Varna10101101
6Botev Plovdiv10101101
7Lokomotiv Sofia201123-11
8FK Septemvri Sofia10101101
8Botev Vratsa201123-11
9CSKA Sofia10100001
10Slavia Sofia201101-11
11FK Spartak Varna10102201
13FK Dunav Ruse100112-10
14Lokomotiv Plovdiv100101-10
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": 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.