← Back to catalog
holidays.next
mock data$0.001 / callNext Public Holidays
Next upcoming public holidays for a country — useful for scheduling, availability checks, business day calculations. No auth (Nager.Date)
Input schema
country_coderequired
stringISO 3166-1 alpha-2 country code (e.g. "US", "FR")
Call via REST
curl -X POST https://unifyapi.pro/api/call/holidays.next \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"country_code":"<country_code>"}'