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.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 2 | Puskás Akadémia | 7 | 4 | 0 | 3 | 10 | 9 | +1 | 12 |
| 2 | ETO FC Győr | 7 | 3 | 3 | 1 | 14 | 9 | +5 | 12 |
| 3 | Vasas | 7 | 3 | 2 | 2 | 13 | 9 | +4 | 11 |
| 4 | Újpest | 7 | 3 | 2 | 2 | 15 | 12 | +3 | 11 |
| 5 | Ferencváros TC | 6 | 3 | 2 | 1 | 10 | 7 | +3 | 11 |
| 6 | MTK Budapest | 7 | 2 | 3 | 2 | 14 | 12 | +2 | 9 |
| 7 | Kisvárda FC | 7 | 2 | 3 | 2 | 9 | 9 | 0 | 9 |
| 8 | Debreceni VSC | 7 | 2 | 3 | 2 | 10 | 11 | -1 | 9 |
| 9 | Paksi FC | 7 | 2 | 2 | 3 | 15 | 17 | -2 | 8 |
| 10 | Nyiregyháza Spartacus | 7 | 2 | 1 | 4 | 8 | 13 | -5 | 7 |
| 11 | Zalaegerszegi TE | 7 | 2 | 0 | 5 | 6 | 15 | -9 | 6 |
| 12 | Budapest Honvéd FC | 6 | 1 | 3 | 2 | 10 | 11 | -1 | 6 |
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": "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.