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