UnifyAPI
← Back to catalog

holidays.by_country

mock data$0.001 / call

Public 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)

Referenceprovider: Holidays#holidays#reference

Input schema

year

Year (default 2026). Supports 2000-2099.

integer
country_coderequired

ISO 3166-1 alpha-2 country code (e.g. "US", "GB", "DE", "JP", "BR")

string

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

Try it

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