UnifyAPI
← Back to catalog

calendarific.holidays

mock data$0.002 / call

World Holidays

Public holidays for 230+ countries — national, local, religious, observance types. Filter by month, day, type. 100+ years coverage. More countries than Nager.Date (Calendarific)

Referenceprovider: Calendarific#calendarific#reference

Input schema

day

Filter by day (1-31)

integer
type

Filter by holiday type

string
year

Year (default 2026)

integer
month

Filter by month (1-12)

integer
countryrequired

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

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/calendarific.holidays \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"day":0,"type":"<type>","year":0,"month":0,"country":"<country>"}'

Try it

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