8 endpoints match this tag.
/time/convert
Convierta una fecha y hora de una zona horaria a otra.
/time/current
Obtenga the current date and time para cualquier IANA timezone. Devuelve year, month, day, hour, minute, seconds, formatted datetime, day of week, and DST status.
/time/ip/:ip
Get the current time for the location associated with an IP address.
/time/zones
Get a complete list of all available IANA timezones.
/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.
/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.
/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.
/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.