UnifyAPI
← Back to catalog

holidays.next

mock data$0.001 / call

Next Public Holidays

Next upcoming public holidays for a country — useful for scheduling, availability checks, business day calculations. No auth (Nager.Date)

Referenceprovider: Holidays#holidays#reference

Input schema

country_coderequired

ISO 3166-1 alpha-2 country code (e.g. "US", "FR")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/holidays.next \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"country_code":"<country_code>"}'

Try it

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