EUROPE · LEAGUE TABLE

NB I Table

As of 9 September 2026, Puskás Akadémia lead the NB I 26/27 with 12 points from 7 matches, level on points with ETO FC Győr. Budapest Honvéd FC sit bottom on 6. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 04:16 UTC
NB I league table
#TeamPWDLGFGAGDPts
2Puskás Akadémia7403109+112
2ETO FC Győr7331149+512
3Vasas7322139+411
4Újpest73221512+311
5Ferencváros TC6321107+311
6MTK Budapest72321412+29
7Kisvárda FC72329909
8Debreceni VSC72321011-19
9Paksi FC72231517-28
10Nyiregyháza Spartacus7214813-57
11Zalaegerszegi TE7205615-96
12Budapest Honvéd FC61321011-16
Get this via API

Get the NB I table via API

Fetch the live NB I standings with competition_id=comp_3664. The same shape works for every competition and season.

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_3664/seasons/sn_0839041/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "team": {
        "id": "tm_xxxx",
        "name": "Puskás Akadémia"
      },
      "position": 1,
      "matches_played": 7,
      "wins": 4,
      "draws": 0,
      "losses": 3,
      "goals_for": 10,
      "goals_against": 9,
      "goal_difference": 1,
      "points": 12
    }
  ]
}

Frequently Asked Questions

Who is top of the NB I?

Puskás Akadémia are top of the NB I 26/27 with 12 points from 7 matches.

How many teams are in the NB I?

12 teams compete in the NB I 26/27.

How do I get the NB I table via API?

Call the standings endpoint with competition_id=comp_3664 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 NB I data are available?

TheStatsAPI has 8 seasons of NB I data, going back to 19/20, including historical final tables.

Get NB I data via API

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