EUROPE · FIXTURES
NB I Fixtures
Next NB I fixtures: Vasas v ETO FC Győr (Sunday 26 July), Debreceni VSC v Puskás Akadémia (Sunday 26 July), Paksi FC v Ferencváros TC (Sunday 26 July). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 26 Jul 2026, 03:40 UTC
- Sun 26 Jul, 13:45 UTCVasasvETO FC Győr
- Sun 26 Jul, 16:00 UTCDebreceni VSCvPuskás Akadémia
- Sun 26 Jul, 18:00 UTCPaksi FCvFerencváros TC
- Mon 27 Jul, 17:30 UTCMTK BudapestvZalaegerszegi TE
- Fri 31 Jul, 18:00 UTCPuskás AkadémiavKisvárda FC
- Sat 01 Aug, 16:00 UTCZalaegerszegi TEvPaksi FC
- Sat 01 Aug, 17:30 UTCBudapest Honvéd FCvMTK Budapest
- Sun 02 Aug, 13:45 UTCÚjpestvDebreceni VSC
- Sun 02 Aug, 16:00 UTCETO FC GyőrvNyiregyháza Spartacus
- Sun 02 Aug, 18:15 UTCFerencváros TCvVasas
- Fri 07 Aug, 18:00 UTCMTK BudapestvPuskás Akadémia
Get this via API
Get NB I fixtures via API
Fetch upcoming NB I matches with competition_id=comp_3664.
GET /football/matches?competition_id=comp_3664&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_3664&season_id=sn_0839041&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_3664",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-07-26T13:45:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Vasas"
},
"away_team": {
"id": "tm_yyyy",
"name": "ETO FC Győr"
}
}
]
}Frequently Asked Questions
When is the next NB I match?
Vasas play ETO FC Győr on Sunday 26 July.
How do I get NB I fixtures via API?
Call the matches endpoint with competition_id=comp_3664 and status=scheduled. 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.