EUROPE · LEAGUE TABLE

Parva Liga Table

As of 15 August 2026, FC CSKA 1948 Sofia lead the Parva Liga 26/27 with 13 points from 5 matches, 1 point clear of Levski Sofia. FK Dunav Ruse sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 12:37 UTC
Parva Liga league table
#TeamPWDLGFGAGDPts
1FC CSKA 1948 Sofia5410136+713
2Levski Sofia440092+712
3Ludogorets440083+512
4CSKA Sofia431083+510
5FK Spartak Varna421185+37
6Arda Kardzhali421153+27
7Botev Plovdiv421176+17
8Slavia Sofia412142+25
9Lokomotiv Plovdiv410325-33
10Lokomotiv Sofia402247-32
11Botev Vratsa401338-51
12FK Septemvri Sofia401329-71
12Cherno More Varna5014412-81
14FK Dunav Ruse400428-60
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": "FC CSKA 1948 Sofia"
      },
      "position": 1,
      "matches_played": 5,
      "wins": 4,
      "draws": 1,
      "losses": 0,
      "goals_for": 13,
      "goals_against": 6,
      "goal_difference": 7,
      "points": 13
    }
  ]
}

Frequently Asked Questions

Who is top of the Parva Liga?

FC CSKA 1948 Sofia are top of the Parva Liga 26/27 with 13 points from 5 matches, 1 point clear of Levski 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.