Netherlands flag

Public Holidays in Netherlands 2025

11 total holidays11 national holidays

2025 Holiday Calendar — Netherlands

DateHolidayDayType
2025-01-01New Year's DayWednesdayNational
2025-04-18Good FridayFridayNational
2025-04-20Easter SundaySundayNational
2025-04-21Easter MondayMondayNational
2025-04-27King's DaySundayNational
2025-05-05Liberation DayMondayNational
2025-05-29Ascension DayThursdayNational
2025-06-08Whit SundaySundayNational
2025-06-09Whit MondayMondayNational
2025-12-25Christmas DayThursdayNational
2025-12-262nd Day of ChristmasFridayNational

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

JavaScript

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