EUROPE · LEAGUE TABLE

PrvaLiga Table

As of 15 August 2026, NK Maribor lead the PrvaLiga 26/27 with 8 points from 4 matches, 1 point clear of NK Nafta Lendava 1903. NK Aluminij Kidričevo sit bottom on 2. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 06:20 UTC
PrvaLiga league table
#TeamPWDLGFGAGDPts
1NK Maribor422061+58
2NK Nafta Lendava 1903421195+47
3NK Bravo42115507
4NK Celje312043+15
5FC Koper41215505
6Brinje Grosuplje412145-15
7Kalcer Radomlje411267-14
8NŠ Mura4112610-44
9NK Olimpija Ljubljana410314-33
10NK Aluminij Kidričevo302112-12
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": 4,
      "wins": 2,
      "draws": 2,
      "losses": 0,
      "goals_for": 6,
      "goals_against": 1,
      "goal_difference": 5,
      "points": 8
    }
  ]
}

Frequently Asked Questions

Who is top of the PrvaLiga?

NK Maribor are top of the PrvaLiga 26/27 with 8 points from 4 matches, 1 point clear of NK Nafta Lendava 1903.

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.