Time

8 endpoints match this tag.

Convertir entre zonas horarias

GET
/time/convert

Convierta una fecha y hora de una zona horaria a otra.

Hora mundial

Hora actual por zona horaria

GET
/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.

Hora mundial

Hora actual por IP

GET
/time/ip/:ip

Get the current time for the location associated with an IP address.

Hora mundial

Listar todas las zonas horarias

GET
/time/zones

Get a complete list of all available IANA timezones.

Hora mundial

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