EUROPE · LEAGUE TABLE

HNL Table

As of 9 September 2026, HNK Hajduk Split lead the HNL 26/27 with 13 points from 6 matches, level on points with GNK Dinamo Zagreb. HNK Gorica sit bottom on 1. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 03:08 UTC
HNL league table
#TeamPWDLGFGAGDPts
1HNK Hajduk Split6411155+1013
2GNK Dinamo Zagreb5410123+913
3NK Varaždin6411115+613
4NK Osijek6402139+412
5HNK Rijeka531196+310
6NK Istra 196161321110+16
7NK Lokomotiva Zagreb6204812-46
8NK Slaven Belupo6204513-86
9NK Rudeš6105619-133
10HNK Gorica6015210-81
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": "HNK Hajduk Split"
      },
      "position": 1,
      "matches_played": 6,
      "wins": 4,
      "draws": 1,
      "losses": 1,
      "goals_for": 15,
      "goals_against": 5,
      "goal_difference": 10,
      "points": 13
    }
  ]
}

Frequently Asked Questions

Who is top of the HNL?

HNK Hajduk Split are top of the HNL 26/27 with 13 points from 6 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.