EUROPE · RESULTS

PrvaLiga Results

Latest PrvaLiga results: FC Koper 0-0 NK Bravo, Brinje Grosuplje 1-2 NŠ Mura, Kalcer Radomlje 1-3 NK Aluminij Kidričevo. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 18 Aug 2026, 20:32 UTC
  • Sun 16 Aug, 18:15 UTCFC Koper00NK Bravo
  • Sun 16 Aug, 16:00 UTCBrinje Grosuplje12NŠ Mura
  • Sun 16 Aug, 15:30 UTCKalcer Radomlje13NK Aluminij Kidričevo
  • Sat 15 Aug, 18:15 UTCNK Olimpija Ljubljana11NK Maribor
  • Sat 15 Aug, 16:00 UTCNK Nafta Lendava 190313NK Celje
  • Mon 10 Aug, 16:00 UTCNŠ Mura13Kalcer Radomlje
  • Sun 09 Aug, 18:15 UTCNK Bravo11Brinje Grosuplje
  • Sun 09 Aug, 18:15 UTCNK Maribor20FC Koper
  • Sun 09 Aug, 15:30 UTCNK Aluminij Kidričevo11NK Nafta Lendava 1903
  • Sat 08 Aug, 18:15 UTCNK Celje10NK Olimpija Ljubljana
  • Sun 02 Aug, 18:15 UTCNK Olimpija Ljubljana10NK Aluminij Kidričevo
  • Sun 02 Aug, 18:15 UTCBrinje Grosuplje11FC Koper
  • Sun 02 Aug, 16:00 UTCKalcer Radomlje12NK Bravo
  • Sat 01 Aug, 18:15 UTCNK Celje11NK Maribor
  • Sat 01 Aug, 16:00 UTCNK Nafta Lendava 190352NŠ Mura
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": 5,
      "status": "finished",
      "utc_date": "2026-08-16T18:15:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "FC Koper"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "NK Bravo"
      },
      "score": {
        "home": 0,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest PrvaLiga result?

FC Koper 0-0 NK Bravo on Sunday 16 August.

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.