Simple endpoints
Use straightforward GET requests to fetch a year, a day, a holiday check, or all available holidays.
A clean, simple API for national and regional New Zealand public holidays. Built for developers who want fast integration and clear documentation.
https://api.public-holidays.nz/v1/year?apikey=YOUR_API_KEY&year=2026
{
"year": 2026,
"holidays": [
{
"date": "2026-01-01",
"name": "New Year's Day",
"regional": false
},
{
"date": "2026-02-06",
"name": "Waitangi Day",
"regional": false
}
]
}
No heavy setup, no complex auth flow, and no cluttered docs.
Use straightforward GET requests to fetch a year, a day, a holiday check, or all available holidays.
Examples, parameter tables, code snippets, and a live request builder help you get started quickly.
Built specifically for New Zealand public holiday use cases including region-aware data handling.
Return all public holidays for a year.
Return details for a specific date.
Return true or false for whether a date is a holiday.
Return all public holidays in the database.
Access is free. Request an API key with a real email address as key is sent to your email.
Keep the API free while using support links and carefully placed ads that do not get in the way of the documentation.