EUROPE · RESULTS
PrvaLiga Results
Latest PrvaLiga results: NK Maribor 3-0 Brinje Grosuplje, NŠ Mura 1-0 NK Olimpija Ljubljana, NK Aluminij Kidričevo 0-0 NK Maribor. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:40 UTC
- Sat 25 Jul, 18:15 UTCNK Maribor3–0Brinje Grosuplje
- Sat 25 Jul, 16:00 UTCNŠ Mura1–0NK Olimpija Ljubljana
- Sun 19 Jul, 16:00 UTCNK Aluminij Kidričevo0–0NK Maribor
- Sat 18 Jul, 18:15 UTCNK Olimpija Ljubljana0–2NK Bravo
- Sat 18 Jul, 16:00 UTCKalcer Radomlje0–2Brinje Grosuplje
- Fri 17 Jul, 18:15 UTCNK Celje2–2NŠ Mura
- Fri 17 Jul, 16:00 UTCNK Nafta Lendava 19030–2FC Koper
Get this via API
Get PrvaLiga results via API
Fetch the latest final PrvaLiga scores with competition_id=comp_9722.
GET /football/matches?competition_id=comp_9722&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_9722&season_id=sn_0839559&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_9722",
"matchday": 2,
"status": "finished",
"utc_date": "2026-07-25T18:15:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "NK Maribor"
},
"away_team": {
"id": "tm_yyyy",
"name": "Brinje Grosuplje"
},
"score": {
"home": 3,
"away": 0
}
}
]
}Frequently Asked Questions
What was the latest PrvaLiga result?
NK Maribor 3-0 Brinje Grosuplje on Saturday 25 July.
How do I get PrvaLiga results via API?
Call the matches endpoint with competition_id=comp_9722 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get PrvaLiga data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.