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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HNK Hajduk Split | 6 | 4 | 1 | 1 | 15 | 5 | +10 | 13 |
| 2 | GNK Dinamo Zagreb | 5 | 4 | 1 | 0 | 12 | 3 | +9 | 13 |
| 3 | NK Varaždin | 6 | 4 | 1 | 1 | 11 | 5 | +6 | 13 |
| 4 | NK Osijek | 6 | 4 | 0 | 2 | 13 | 9 | +4 | 12 |
| 5 | HNK Rijeka | 5 | 3 | 1 | 1 | 9 | 6 | +3 | 10 |
| 6 | NK Istra 1961 | 6 | 1 | 3 | 2 | 11 | 10 | +1 | 6 |
| 7 | NK Lokomotiva Zagreb | 6 | 2 | 0 | 4 | 8 | 12 | -4 | 6 |
| 8 | NK Slaven Belupo | 6 | 2 | 0 | 4 | 5 | 13 | -8 | 6 |
| 9 | NK Rudeš | 6 | 1 | 0 | 5 | 6 | 19 | -13 | 3 |
| 10 | HNK Gorica | 6 | 0 | 1 | 5 | 2 | 10 | -8 | 1 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_1941/seasons/sn_3011647/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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.