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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Nyiregyháza Spartacus | 1 | 1 | 0 | 0 | 2 | 1 | +1 | 3 |
| 2 | Budapest Honvéd FC | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 1 |
| 3 | Kisvárda FC | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 1 |
| 4 | Debreceni VSC | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 5 | ETO FC Győr | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 6 | Ferencváros TC | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 7 | MTK Budapest | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 8 | Paksi FC | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 9 | Puskás Akadémia | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 10 | Vasas | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 11 | Zalaegerszegi TE | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 12 | Újpest | 1 | 0 | 0 | 1 | 1 | 2 | -1 | 0 |
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
curl "https://api.thestatsapi.com/api/football/competitions/comp_3664/seasons/sn_0839041/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"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.