Public Holidays
public_holidaysPublic (statutory) holidays for a European country in a date range, with regional subdivisions. EUROPE-focused (~30 countries: DE, FR, NL, CH, IT, AT, BE, ES, PL, etc.). Returns each holiday with its localized name, dates, whether it is nationwide, and which subdivisions observe it. Keyless. For school terms/breaks use school_holidays instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | Yes | ISO 3166-1 alpha-2 country code, e.g. "DE", "FR", "NL", "CH", "IT". | |
| language | No | Language for names, ISO 639-1 (default "EN"). | |
| valid_to | Yes | End of date range, YYYY-MM-DD. | |
| valid_from | Yes | Start of date range, YYYY-MM-DD. |