← Back to catalog
holidays.public
live upstream$0.002 / callPublic Holidays
Public holidays for a country and year.
Input schema
year
integere.g. 2026
countryrequired
stringISO country code, e.g. ID, US
Call via REST
curl -X POST https://unifyapi.pro/api/call/holidays.public \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"year":2026,"country":"ID"}'