Public Holidays by Country (Nager.Date)
calendar.holidays.by_countryLook up public holidays for any country using ISO code and year. Returns date, local and English names, and holiday type for national and regional observances.
Instructions
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
| Name | Required | Description | Default |
|---|---|---|---|
| country_code | Yes | ISO 3166-1 alpha-2 country code (e.g. "US", "GB", "DE", "JP", "BR") | |
| year | No | Year (default 2026). Supports 2000-2099. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |