Public Holidays in Netherlands 2031
5 total holidays5 national holidays
2031 Holiday Calendar — Netherlands
| Date | Holiday | Day | Type |
|---|---|---|---|
| 2031-01-01 | New Year's Day | Wednesday | National |
| 2031-04-27 | King's Day | Sunday | National |
| 2031-05-05 | Liberation Day | Monday | National |
| 2031-12-25 | Christmas Day | Thursday | National |
| 2031-12-26 | 2nd Day of Christmas | Friday | National |
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=2031" \ -H "Authorization: Bearer YOUR_API_KEY"
JavaScript
const res = await fetch(
"https://api.holidays.rest/v1/holidays?country=NL&year=2031",
{ headers: { Authorization: "Bearer YOUR_API_KEY" } }
);
const holidays = await res.json();