EUROPE · RESULTS

HNL Results

Latest HNL results: NK Slaven Belupo 2-1 NK Lokomotiva Zagreb, NK Rudeš 0-4 HNK Hajduk Split, HNK Rijeka 4-1 NK Osijek. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 02:23 UTC
  • Sun 06 Sept, 19:00 UTCNK Slaven Belupo21NK Lokomotiva Zagreb
  • Sun 06 Sept, 16:00 UTCNK Rudeš04HNK Hajduk Split
  • Sat 05 Sept, 19:00 UTCHNK Rijeka41NK Osijek
  • Sat 05 Sept, 16:00 UTCGNK Dinamo Zagreb10HNK Gorica
  • Fri 04 Sept, 18:00 UTCNK Varaždin00NK Istra 1961
  • Mon 31 Aug, 19:30 UTCHNK Gorica00HNK Rijeka
  • Mon 31 Aug, 16:30 UTCHNK Hajduk Split20NK Lokomotiva Zagreb
  • Sun 30 Aug, 18:00 UTCNK Osijek30NK Slaven Belupo
  • Sat 29 Aug, 19:00 UTCNK Varaždin20NK Rudeš
  • Sat 29 Aug, 16:30 UTCNK Istra 196122GNK Dinamo Zagreb
  • Sun 23 Aug, 19:00 UTCHNK Hajduk Split40NK Osijek
  • Sun 23 Aug, 16:30 UTCHNK Rijeka32NK Istra 1961
  • Sat 22 Aug, 19:00 UTCGNK Dinamo Zagreb31NK Varaždin
  • Sat 22 Aug, 16:30 UTCNK Slaven Belupo20HNK Gorica
  • Fri 21 Aug, 18:00 UTCNK Rudeš41NK Lokomotiva Zagreb
Get this via API

Get HNL results via API

Fetch the latest final HNL scores with competition_id=comp_1941.

GET /football/matches?competition_id=comp_1941&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_1941&season_id=sn_3011647&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_1941",
      "matchday": 6,
      "status": "finished",
      "utc_date": "2026-09-06T19:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "NK Slaven Belupo"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "NK Lokomotiva Zagreb"
      },
      "score": {
        "home": 2,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest HNL result?

NK Slaven Belupo 2-1 NK Lokomotiva Zagreb on Sunday 6 September.

How do I get HNL results via API?

Call the matches endpoint with competition_id=comp_1941 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get HNL data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.