UnifyAPI
← Back to catalog

holidays.public

live upstream$0.002 / call

Public Holidays

Public holidays for a country and year.

Referenceprovider: Nager.Date#reference#holidays

Input schema

year

e.g. 2026

integer
countryrequired

ISO country code, e.g. ID, US

string

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"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.