Public Holidays & Business Days API
WorkDay API is the all-in-one solution for date and calendar intelligence: - **Public Holidays**: Get official public holidays for 100+ countries, any year (1990–2050). Powered by the open-source Nager.Date dataset, updated regularly. - **Business Day Check**: Instantly know if any date is a working day, with the exact reason if not (weekend or specific holiday name). - **Next Business Days**:…
Public Holidays & Business Days API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Holidays | ||
| GET |
getCountries /holidays/countries |
Returns all countries supported by the holidays endpoint (100+). |
| GET |
getHolidays /holidays |
Returns all public holidays for a given country and year. Supports 100+ countries via the Nager.Date open dataset. |
| Business Days | ||
| GET |
nextBusinessDays /next-business-day |
Returns the next N working days from a given start date, skipping weekends and public holidays for the specified country. |
| GET |
isBusinessDay /is-business-day |
Returns whether a given date is a working day for the specified country, considering weekends and public holidays. Includes the reason if it is not a business day. |
| Timezone | ||
| GET |
getTimezone /timezone |
Returns timezone details including UTC offset, DST status, and standard/DST offsets. Accepts either an IANA timezone name or an IP address for automatic geolocation. |
| System | ||
| GET |
healthCheck /health |
Returns API status. Used for monitoring. |
Public Holidays & Business Days API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / second |
|
| PRO | $9 / month | 20 / second |
|
| ULTRA | $29 / month | 20 / second |
|
| MEGA | $79 / month | 20 / second |
|