docs / holidays

Holidays & Workdays

Public holidays and business-day calculations.

base /holidays/v16 endpoints
post/holidays/v1/holidays1 credit

public holidays for a country + year (full Nager fields + derived year/weekday/nationwide)

ParameterRequired
countryrequired
yearrequired
Try in playground →
post/holidays/v1/is_workday1 credit

is a given date a working day for a country? (weekend + public-holiday aware; reasons[] explain)

ParameterRequired
countryrequired
daterequired
weekendoptional
typesoptional
subdivisionoptional
Try in playground →
post/holidays/v1/workday_count1 credit

business-day count over a date range: workdays/weekend_days/holiday_days + the holidays in range

ParameterRequired
countryrequired
startrequired
endrequired
weekendoptional
typesoptional
subdivisionoptional
Try in playground →
post/holidays/v1/next_holidays1 credit

upcoming public holidays (next ~365 days) with daysUntil

ParameterRequired
countryrequired
todayoptional
Try in playground →
post/holidays/v1/long_weekends1 credit

long-weekend windows for a country + year (+ bridge-day suggestions)

ParameterRequired
countryrequired
yearrequired
Try in playground →
post/holidays/v1/countriesfree

the supported country set (code → name)

Try in playground →