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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NK Maribor | 8 | 4 | 4 | 0 | 14 | 6 | +8 | 16 |
| 2 | FC Koper | 8 | 4 | 3 | 1 | 8 | 5 | +3 | 15 |
| 3 | NK Bravo | 8 | 3 | 3 | 2 | 8 | 8 | 0 | 12 |
| 4 | NK Celje | 7 | 3 | 2 | 2 | 10 | 9 | +1 | 11 |
| 5 | NK Olimpija Ljubljana | 8 | 3 | 2 | 3 | 6 | 5 | +1 | 11 |
| 6 | NK Nafta Lendava 1903 | 8 | 3 | 1 | 4 | 15 | 13 | +2 | 10 |
| 7 | NK Aluminij Kidričevo | 8 | 2 | 3 | 3 | 8 | 8 | 0 | 9 |
| 8 | NŠ Mura | 8 | 2 | 2 | 4 | 9 | 15 | -6 | 8 |
| 9 | Brinje Grosuplje | 8 | 2 | 2 | 4 | 11 | 15 | -4 | 8 |
| 10 | Kalcer Radomlje | 7 | 1 | 2 | 4 | 8 | 13 | -5 | 5 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_9722/seasons/sn_0839559/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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.