EUROPE · FIXTURES

HNL Fixtures

Next HNL fixtures: NK Osijek v GNK Dinamo Zagreb (Saturday 12 September), NK Lokomotiva Zagreb v HNK Rijeka (Saturday 12 September), NK Istra 1961 v NK Rudeš (Sunday 13 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 07:37 UTC
  • Sat 12 Sept, 15:00 UTCNK OsijekvGNK Dinamo Zagreb
  • Sat 12 Sept, 18:00 UTCNK Lokomotiva ZagrebvHNK Rijeka
  • Sun 13 Sept, 15:00 UTCNK Istra 1961vNK Rudeš
  • Sun 13 Sept, 18:00 UTCHNK Hajduk SplitvNK Slaven Belupo
  • Mon 14 Sept, 16:00 UTCHNK GoricavNK Varaždin
  • Fri 18 Sept, 18:00 UTCNK RudešvNK Slaven Belupo
  • Sat 19 Sept, 15:00 UTCNK VaraždinvNK Osijek
  • Sat 19 Sept, 18:00 UTCNK Istra 1961vHNK Gorica
  • Sun 20 Sept, 15:00 UTCHNK RijekavHNK Hajduk Split
  • Sun 20 Sept, 18:00 UTCGNK Dinamo ZagrebvNK Lokomotiva Zagreb
  • Sat 10 Oct, 15:00 UTCNK Slaven BelupovHNK Rijeka
  • Sat 10 Oct, 15:00 UTCHNK Hajduk SplitvGNK Dinamo Zagreb
  • Sat 10 Oct, 15:00 UTCNK Lokomotiva ZagrebvNK Varaždin
  • Sat 10 Oct, 15:00 UTCNK OsijekvNK Istra 1961
  • Sat 10 Oct, 15:00 UTCHNK GoricavNK 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-09-12T15:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "NK Osijek"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "GNK Dinamo Zagreb"
      }
    }
  ]
}

Frequently Asked Questions

When is the next HNL match?

NK Osijek play GNK Dinamo Zagreb on Saturday 12 September.

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.