EUROPE · LEAGUE TABLE

HNL Table

As of 15 August 2026, NK Osijek lead the HNL 26/27 with 6 points from 2 matches, level on points with GNK Dinamo Zagreb. NK Rudeš sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 10:21 UTC
HNL league table
#TeamPWDLGFGAGDPts
1NK Osijek220081+76
2GNK Dinamo Zagreb220060+66
3NK Varaždin220062+46
4NK Lokomotiva Zagreb220063+36
5HNK Rijeka110021+13
6NK Istra 1961201145-11
7HNK Hajduk Split201134-11
8HNK Gorica200215-40
9NK Slaven Belupo200216-50
10NK Rudeš3003212-100
Get this via API

Get the HNL table via API

Fetch the live HNL standings with competition_id=comp_1941. The same shape works for every competition and season.

GET /football/competitions/comp_1941/seasons/{season_id}/standings

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_1941/seasons/sn_3011647/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "NK Osijek"
      },
      "position": 1,
      "matches_played": 2,
      "wins": 2,
      "draws": 0,
      "losses": 0,
      "goals_for": 8,
      "goals_against": 1,
      "goal_difference": 7,
      "points": 6
    }
  ]
}

Frequently Asked Questions

Who is top of the HNL?

NK Osijek are top of the HNL 26/27 with 6 points from 2 matches.

How many teams are in the HNL?

10 teams compete in the HNL 26/27.

How do I get the HNL table via API?

Call the standings endpoint with competition_id=comp_1941 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.

How many seasons of HNL data are available?

TheStatsAPI has 7 seasons of HNL data, going back to 20/21, including historical final tables.

Get HNL data via API

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