EUROPE · LEAGUE TABLE

PrvaLiga Table

As of 8 September 2026, NK Maribor lead the PrvaLiga 26/27 with 16 points from 8 matches, 1 point clear of FC Koper. Kalcer Radomlje sit bottom on 5. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 08 Sept 2026, 21:48 UTC
PrvaLiga league table
#TeamPWDLGFGAGDPts
1NK Maribor8440146+816
2FC Koper843185+315
3NK Bravo833288012
4NK Celje7322109+111
5NK Olimpija Ljubljana832365+111
6NK Nafta Lendava 190383141513+210
7NK Aluminij Kidričevo82338809
8NŠ Mura8224915-68
9Brinje Grosuplje82241115-48
10Kalcer Radomlje7124813-55
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": 8,
      "wins": 4,
      "draws": 4,
      "losses": 0,
      "goals_for": 14,
      "goals_against": 6,
      "goal_difference": 8,
      "points": 16
    }
  ]
}

Frequently Asked Questions

Who is top of the PrvaLiga?

NK Maribor are top of the PrvaLiga 26/27 with 16 points from 8 matches, 1 point clear of FC Koper.

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.