is_public_holiday
Check if a date is a public holiday in any ANZ region. Get holiday name, type, and full 2026-2027 holiday list for NZ, VIC, NSW, QLD, WA, SA, TAS, NT, or ACT.
Instructions
Check whether a given date is a public holiday in a specified ANZ region (NZ, VIC, NSW, QLD, WA, SA, TAS, NT, or ACT). Returns a summary string and a structured data object with the holiday name, type (national/regional), and a full chronological list of 2026–2027 holidays for that region.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ISO 8601 date string (YYYY-MM-DD) | |
| region | Yes | Region code: NZ, VIC, NSW, QLD, WA, SA, TAS, NT, or ACT |