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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NK Maribor | 4 | 2 | 2 | 0 | 6 | 1 | +5 | 8 |
| 2 | NK Nafta Lendava 1903 | 4 | 2 | 1 | 1 | 9 | 5 | +4 | 7 |
| 3 | NK Bravo | 4 | 2 | 1 | 1 | 5 | 5 | 0 | 7 |
| 4 | NK Celje | 3 | 1 | 2 | 0 | 4 | 3 | +1 | 5 |
| 5 | FC Koper | 4 | 1 | 2 | 1 | 5 | 5 | 0 | 5 |
| 6 | Brinje Grosuplje | 4 | 1 | 2 | 1 | 4 | 5 | -1 | 5 |
| 7 | Kalcer Radomlje | 4 | 1 | 1 | 2 | 6 | 7 | -1 | 4 |
| 8 | NŠ Mura | 4 | 1 | 1 | 2 | 6 | 10 | -4 | 4 |
| 9 | NK Olimpija Ljubljana | 4 | 1 | 0 | 3 | 1 | 4 | -3 | 3 |
| 10 | NK Aluminij Kidričevo | 3 | 0 | 2 | 1 | 1 | 2 | -1 | 2 |
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": 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.