4 endpoints match this tag.
/holidays/check
Prüfen Sie, ob a specific date is a Feiertag in a given country. Liefert holiday name und details if the date is a holiday, oder confirms it is not. Unterstützt 100+ countries. Ideal für payroll systems that need to account for Feiertags, scheduling apps that should block holiday dates, und business tools that adjust deadlines around non-working days.
/holidays/:country_code
Erhalten Sie all Feiertags for a specific country in the current year. Ein praktischer shortcut that does not require specifying the year. Liefert holiday names, dates, und types. Ideal für quick lookups und dashboard widgets that display this year's remaining holidays for a given country.
/holidays/:country_code/next
Erhalten Sie eine list of upcoming Feiertags for a specific country, starting from today. Liefert holiday names, dates, und types. Ideal für countdown widgets, office planning tools, travel apps that highlight upcoming holidays at a destination, und calendar integrations that need to mark the next few holidays.
/holidays/:country_code/:year
Erhalten Sie all Feiertags for a specific country und year. Liefert jede official holiday with name, date, und type. Nützlich für building annual calendar views with holidays highlighted, HR systems that calculate working days, und travel planning tools that show the full holiday schedule for a destination country in any year.