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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NK Osijek | 2 | 2 | 0 | 0 | 8 | 1 | +7 | 6 |
| 2 | GNK Dinamo Zagreb | 2 | 2 | 0 | 0 | 6 | 0 | +6 | 6 |
| 3 | NK Varaždin | 2 | 2 | 0 | 0 | 6 | 2 | +4 | 6 |
| 4 | NK Lokomotiva Zagreb | 2 | 2 | 0 | 0 | 6 | 3 | +3 | 6 |
| 5 | HNK Rijeka | 1 | 1 | 0 | 0 | 2 | 1 | +1 | 3 |
| 6 | NK Istra 1961 | 2 | 0 | 1 | 1 | 4 | 5 | -1 | 1 |
| 7 | HNK Hajduk Split | 2 | 0 | 1 | 1 | 3 | 4 | -1 | 1 |
| 8 | HNK Gorica | 2 | 0 | 0 | 2 | 1 | 5 | -4 | 0 |
| 9 | NK Slaven Belupo | 2 | 0 | 0 | 2 | 1 | 6 | -5 | 0 |
| 10 | NK Rudeš | 3 | 0 | 0 | 3 | 2 | 12 | -10 | 0 |
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": "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.