EUROPE · LEAGUE TABLE

NB I Table

As of 26 July 2026, Nyiregyháza Spartacus lead the NB I 26/27 with 3 points from 1 matches, 2 points clear of Budapest Honvéd FC. Újpest sit bottom on 0. Full table with goal difference and form below.

LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:34 UTC
NB I league table
#TeamPWDLGFGAGDPts
1Nyiregyháza Spartacus110021+13
2Budapest Honvéd FC10101101
3Kisvárda FC10101101
4Debreceni VSC00000000
5ETO FC Győr00000000
6Ferencváros TC00000000
7MTK Budapest00000000
8Paksi FC00000000
9Puskás Akadémia00000000
10Vasas00000000
11Zalaegerszegi TE00000000
12Újpest100112-10
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": "Nyiregyháza Spartacus"
      },
      "position": 1,
      "matches_played": 1,
      "wins": 1,
      "draws": 0,
      "losses": 0,
      "goals_for": 2,
      "goals_against": 1,
      "goal_difference": 1,
      "points": 3
    }
  ]
}

Frequently Asked Questions

Who is top of the NB I?

Nyiregyháza Spartacus are top of the NB I 26/27 with 3 points from 1 matches, 2 points clear of Budapest Honvéd FC.

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.