Netherlands flag

Public Holidays in Netherlands 2022

11 total holidays11 national holidays

2022 Holiday Calendar — Netherlands

DateHolidayDayType
2022-01-01New Year's DaySaturdayNational
2022-04-15Good FridayFridayNational
2022-04-17Easter SundaySundayNational
2022-04-18Easter MondayMondayNational
2022-04-27King's DayWednesdayNational
2022-05-05Liberation DayThursdayNational
2022-05-26Ascension DayThursdayNational
2022-06-05Whit SundaySundayNational
2022-06-06Whit MondayMondayNational
2022-12-25Christmas DaySundayNational
2022-12-262nd Day of ChristmasMondayNational

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=2022" \
  -H "Authorization: Bearer YOUR_API_KEY"

JavaScript

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