Poland flag

Public Holidays in Poland 2022

13 total holidays13 national holidays

2022 Holiday Calendar — Poland

DateHolidayDayType
2022-01-01New Year's DaySaturdayNational
2022-01-06EpiphanyThursdayNational
2022-04-17Easter SundaySundayNational
2022-04-18Easter MondayMondayNational
2022-05-01Labour DaySundayNational
2022-05-03Constitution DayTuesdayNational
2022-06-05Whit SundaySundayNational
2022-06-16Corpus ChristiThursdayNational
2022-08-15Assumption DayMondayNational
2022-11-01All Saints' DayTuesdayNational
2022-11-11Independence DayFridayNational
2022-12-25Christmas DaySundayNational
2022-12-262nd Day of ChristmasMondayNational

Automate Poland holiday data via API

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

cURL

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

JavaScript

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