EUROPE · RESULTS

HNL Results

Latest HNL results: GNK Dinamo Zagreb 4-0 NK Rudeš, HNK Hajduk Split 2-2 NK Istra 1961, NK Slaven Belupo 1-4 NK Varaždin. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 15:53 UTC
  • Fri 14 Aug, 18:00 UTCGNK Dinamo Zagreb40NK Rudeš
  • Sun 09 Aug, 19:00 UTCHNK Hajduk Split22NK Istra 1961
  • Sun 09 Aug, 16:30 UTCNK Slaven Belupo14NK Varaždin
  • Sat 08 Aug, 19:00 UTCNK Lokomotiva Zagreb31HNK Gorica
  • Sat 08 Aug, 16:30 UTCNK Rudeš16NK Osijek
  • Sun 02 Aug, 19:00 UTCHNK Rijeka21NK Rudeš
  • Sun 02 Aug, 16:30 UTCNK Varaždin21HNK Hajduk Split
  • Sat 01 Aug, 19:00 UTCHNK Gorica02NK Osijek
  • Sat 01 Aug, 16:30 UTCNK Istra 196123NK Lokomotiva Zagreb
  • Fri 31 Jul, 18:00 UTCGNK Dinamo Zagreb20NK Slaven Belupo
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": 3,
      "status": "finished",
      "utc_date": "2026-08-14T18:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "GNK Dinamo Zagreb"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "NK Rudeš"
      },
      "score": {
        "home": 4,
        "away": 0
      }
    }
  ]
}

Frequently Asked Questions

What was the latest HNL result?

GNK Dinamo Zagreb 4-0 NK Rudeš on Friday 14 August.

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.