EUROPE · LEAGUE TABLE

PrvaLiga Table

As of 26 July 2026, NK Maribor lead the PrvaLiga 26/27 with 4 points from 2 matches, level on points with NŠ Mura. NK Olimpija Ljubljana sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:34 UTC
PrvaLiga league table
#TeamPWDLGFGAGDPts
1NK Maribor211030+34
2NŠ Mura211032+14
3NK Bravo110020+23
4FC Koper110020+23
5Brinje Grosuplje210123-13
6NK Celje10102201
7NK Aluminij Kidričevo10100001
8NK Nafta Lendava 1903100102-20
9Kalcer Radomlje100102-20
10NK Olimpija Ljubljana200203-30
Get this via API

Get the PrvaLiga table via API

Fetch the live PrvaLiga standings with competition_id=comp_9722. The same shape works for every competition and season.

GET /football/competitions/comp_9722/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_9722/seasons/sn_0839559/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "NK Maribor"
      },
      "position": 1,
      "matches_played": 2,
      "wins": 1,
      "draws": 1,
      "losses": 0,
      "goals_for": 3,
      "goals_against": 0,
      "goal_difference": 3,
      "points": 4
    }
  ]
}

Frequently Asked Questions

Who is top of the PrvaLiga?

NK Maribor are top of the PrvaLiga 26/27 with 4 points from 2 matches.

How many teams are in the PrvaLiga?

10 teams compete in the PrvaLiga 26/27.

How do I get the PrvaLiga table via API?

Call the standings endpoint with competition_id=comp_9722 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 PrvaLiga data are available?

TheStatsAPI has 7 seasons of PrvaLiga data, going back to 20/21, including historical final tables.

Get PrvaLiga data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.