nager-date

4 endpoints match this tag.

Verificar festivo

GET
/holidays/check

Check whether a specific date is a public holiday in a given país. Returns holiday name and details if the date is a holiday, or confirms it is not. Supports 100+ países. Ideal para payroll systems that need to account for días festivos, programando aplicaciones that should block holiday dates, and business tools that adjust deadlines around non-working days.

Datos mundiales

Festivos del país

GET
/holidays/:country_code

Get all días festivos for a specific país in the current year. A convenient shortcut that does not require specifying the year. Returns holiday nombres, dates, and types. Ideal para quick lookups and panel widgets that display this year's remaining holidays for a given país.

Datos mundiales

Próximos festivos

GET
/holidays/:country_code/next

Get a list of upcoming días festivos for a specific país, starting from today. Returns holiday nombres, dates, and types. Perfecto para countdown widgets, office planning tools, aplicaciones de viaje that highlight upcoming holidays at a destination, and calendar integrations that need to mark the next few holidays.

Datos mundiales

Festivos por año

GET
/holidays/:country_code/:year

Get all días festivos for a specific país and year. Returns every official holiday with name, date, and type. Útil para crear annual calendar views with holidays highlighted, HR systems that calculate working days, and planificación de viajes tools that show the full holiday schedule for a destination país in any year.

Datos mundiales