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émia32Paksi FC
  • Sun 16 Aug, 14:30 UTCDebreceni VSC11ETO FC Győr
  • Sat 15 Aug, 15:30 UTCNyiregyháza Spartacus21Kisvárda FC
  • Sat 15 Aug, 14:30 UTCÚjpest11MTK Budapest
  • Fri 14 Aug, 15:30 UTCBudapest Honvéd FC12Vasas
  • Sun 09 Aug, 15:30 UTCDebreceni VSC10Nyiregyháza Spartacus
  • Sun 09 Aug, 13:30 UTCPaksi FC22Budapest Honvéd FC
  • Sat 08 Aug, 15:30 UTCKisvárda FC24Újpest
  • Sat 08 Aug, 13:30 UTCVasas50Zalaegerszegi TE
  • Fri 07 Aug, 15:30 UTCMTK Budapest23Puskás Akadémia
  • Mon 03 Aug, 15:30 UTCZalaegerszegi TE52Paksi FC
  • Sun 02 Aug, 15:30 UTCETO FC Győr40Nyiregyháza Spartacus
  • Sun 02 Aug, 15:30 UTCFerencváros TC00Vasas
  • Sun 02 Aug, 13:30 UTCÚjpest42Debreceni VSC
  • Sat 01 Aug, 15:30 UTCBudapest Honvéd FC33MTK 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.