Netherlands flag

Public Holidays in Netherlands 2028

5 total holidays5 national holidays

2028 Holiday Calendar — Netherlands

DateHolidayDayType
2028-01-01New Year's DaySaturdayNational
2028-04-27King's DayThursdayNational
2028-05-05Liberation DayFridayNational
2028-12-25Christmas DayMondayNational
2028-12-262nd Day of ChristmasTuesdayNational

Automate Netherlands holiday data via API

One API key. 195+ countries. Integrate in minutes.

cURL

curl -X GET \
  "https://api.holidays.rest/v1/holidays?country=NL&year=2028" \
  -H "Authorization: Bearer YOUR_API_KEY"

JavaScript

const res = await fetch(
  "https://api.holidays.rest/v1/holidays?country=NL&year=2028",
  { headers: { Authorization: "Bearer YOUR_API_KEY" } }
);
const holidays = await res.json();
Public Holidays in Netherlands 2028 — Complete List