EUROPE · FIXTURES

HNL Fixtures

Next HNL fixtures: GNK Dinamo Zagreb v NK Slaven Belupo (Friday 31 July), NK Istra 1961 v NK Lokomotiva Zagreb (Saturday 1 August), HNK Gorica v NK Osijek (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:38 UTC
  • Fri 31 Jul, 18:00 UTCGNK Dinamo ZagrebvNK Slaven Belupo
  • Sat 01 Aug, 16:30 UTCNK Istra 1961vNK Lokomotiva Zagreb
  • Sat 01 Aug, 19:00 UTCHNK GoricavNK Osijek
  • Sun 02 Aug, 16:30 UTCNK VaraždinvHNK Hajduk Split
  • Sun 02 Aug, 19:00 UTCHNK RijekavNK Rudeš
Get this via API

Get HNL fixtures via API

Fetch upcoming HNL matches with competition_id=comp_1941.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_1941&season_id=sn_3011647&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_1941",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-07-31T18:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "GNK Dinamo Zagreb"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "NK Slaven Belupo"
      }
    }
  ]
}

Frequently Asked Questions

When is the next HNL match?

GNK Dinamo Zagreb play NK Slaven Belupo on Friday 31 July.

How do I get HNL fixtures via API?

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