EUROPE · RESULTS
NB I Results
Latest NB I results: Puskás Akadémia 3-2 Paksi FC, Debreceni VSC 1-1 ETO FC Győr, Nyiregyháza Spartacus 2-1 Kisvárda FC. Full results with goals, dates and match ids for joining stats and odds are below.
LIVE DATA·Season 26/27·Updated 17 Aug 2026, 13:33 UTC
- Sun 16 Aug, 15:30 UTCPuskás Akadémia3–2Paksi FC
- Sun 16 Aug, 14:30 UTCDebreceni VSC1–1ETO FC Győr
- Sat 15 Aug, 15:30 UTCNyiregyháza Spartacus2–1Kisvárda FC
- Sat 15 Aug, 14:30 UTCÚjpest1–1MTK Budapest
- Fri 14 Aug, 15:30 UTCBudapest Honvéd FC1–2Vasas
- Sun 09 Aug, 15:30 UTCDebreceni VSC1–0Nyiregyháza Spartacus
- Sun 09 Aug, 13:30 UTCPaksi FC2–2Budapest Honvéd FC
- Sat 08 Aug, 15:30 UTCKisvárda FC2–4Újpest
- Sat 08 Aug, 13:30 UTCVasas5–0Zalaegerszegi TE
- Fri 07 Aug, 15:30 UTCMTK Budapest2–3Puskás Akadémia
- Mon 03 Aug, 15:30 UTCZalaegerszegi TE5–2Paksi FC
- Sun 02 Aug, 15:30 UTCETO FC Győr4–0Nyiregyháza Spartacus
- Sun 02 Aug, 15:30 UTCFerencváros TC0–0Vasas
- Sun 02 Aug, 13:30 UTCÚjpest4–2Debreceni VSC
- Sat 01 Aug, 15:30 UTCBudapest Honvéd FC3–3MTK Budapest
Get this via API
Get NB I results via API
Fetch the latest final NB I scores with competition_id=comp_3664.
GET /football/matches?competition_id=comp_3664&status=finished
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_3664&season_id=sn_0839041&status=finished" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_3664",
"matchday": 4,
"status": "finished",
"utc_date": "2026-08-16T15:30:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Puskás Akadémia"
},
"away_team": {
"id": "tm_yyyy",
"name": "Paksi FC"
},
"score": {
"home": 3,
"away": 2
}
}
]
}Frequently Asked Questions
What was the latest NB I result?
Puskás Akadémia 3-2 Paksi FC on Sunday 16 August.
How do I get NB I results via API?
Call the matches endpoint with competition_id=comp_3664 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get NB I data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.