EUROPE · LEAGUE TABLE

NB I Table

As of 15 August 2026, Vasas lead the NB I 26/27 with 8 points from 4 matches, 2 points clear of Újpest. Ferencváros TC sit bottom on 1. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 15 Aug 2026, 10:06 UTC
NB I league table
#TeamPWDLGFGAGDPts
1Vasas422093+68
2Újpest320196+36
3Puskás Akadémia320154+16
4ETO FC Győr211062+44
5MTK Budapest311186+24
6Kisvárda FC31115504
7Paksi FC311189-14
8Budapest Honvéd FC403178-13
9Debreceni VSC310236-33
10Nyiregyháza Spartacus310226-43
11Zalaegerszegi TE3102510-53
12Ferencváros TC201124-21
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": "Vasas"
      },
      "position": 1,
      "matches_played": 4,
      "wins": 2,
      "draws": 2,
      "losses": 0,
      "goals_for": 9,
      "goals_against": 3,
      "goal_difference": 6,
      "points": 8
    }
  ]
}

Frequently Asked Questions

Who is top of the NB I?

Vasas are top of the NB I 26/27 with 8 points from 4 matches, 2 points clear of Újpest.

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.