Public holidays this year
Find public holidays by country and see what's next.
Loading the calendar…
Use it in your app
GET /holiday/US
One call per country and year returns the covered calendar. A date route checks whether a date is listed as a holiday: /holiday/US/2026-12-25. Same endpoint on every plan, one pooled request per lookup.
QUESTIONS
- Where does the data come from?
- Official published holiday calendars. Each country lists its covered years and regional or employment-specific limits.
- What is an observance?
- A day people mark that is not a legal day off, like Halloween or Mother's Day. The public rows are officially designated holidays; entitlement to time off depends on the country and employment terms.
- Why only these countries?
- The tool offers published calendars for supported countries and years. Regional scope and entitlement to time off vary, so check the calendar details before using it for a schedule.
- Can I do this from code?
- Yes. GET /holiday/{country} returns the year, and /holiday/{country}/{date} answers whether one date is a holiday. One pooled request per call.