EUROPE · FIXTURES

PrvaLiga Fixtures

Next PrvaLiga fixtures: NK Bravo v NK Nafta Lendava 1903 (Sunday 26 July), FC Koper v Kalcer Radomlje (Sunday 26 July), NK Nafta Lendava 1903 v NŠ Mura (Saturday 1 August). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:40 UTC
  • Sun 26 Jul, 16:00 UTCNK BravovNK Nafta Lendava 1903
  • Sun 26 Jul, 18:15 UTCFC KopervKalcer Radomlje
  • Sat 01 Aug, 16:00 UTCNK Nafta Lendava 1903vNŠ Mura
  • Sat 01 Aug, 18:15 UTCNK CeljevNK Maribor
  • Sun 02 Aug, 16:00 UTCKalcer RadomljevNK Bravo
  • Sun 02 Aug, 18:15 UTCNK Olimpija LjubljanavNK Aluminij Kidričevo
  • Sun 02 Aug, 18:15 UTCBrinje GrosupljevFC Koper
Get this via API

Get PrvaLiga fixtures via API

Fetch upcoming PrvaLiga matches with competition_id=comp_9722.

GET /football/matches?competition_id=comp_9722&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_9722&season_id=sn_0839559&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_9722",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-07-26T16:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "NK Bravo"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "NK Nafta Lendava 1903"
      }
    }
  ]
}

Frequently Asked Questions

When is the next PrvaLiga match?

NK Bravo play NK Nafta Lendava 1903 on Sunday 26 July.

How do I get PrvaLiga fixtures via API?

Call the matches endpoint with competition_id=comp_9722 and status=scheduled. 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.