← Back to catalog
holidays.by_country
mock data$0.001 / callPublic Holidays by Country
Public holidays for any country and year — 100+ countries, national and regional holidays. Returns date, name (local + English), type. No auth, free, open source (Nager.Date)
Input schema
year
integerYear (default 2026). Supports 2000-2099.
country_coderequired
stringISO 3166-1 alpha-2 country code (e.g. "US", "GB", "DE", "JP", "BR")
Call via REST
curl -X POST https://unifyapi.pro/api/call/holidays.by_country \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"year":0,"country_code":"<country_code>"}'