Global Holiday API
The Global Holiday API lets you easily retrieve official public and bank holidays for any country in the world using a two-letter ISO-3166 country code and a year. ### Features - `GET /holidays`: Fetch holidays for a given country and year - `GET /countries`: List of all supported countries and their codes ### Example Request: `/holidays?year=2025&country_code=NL` Response: ```json [ { "date":…
Global Holiday API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Holidays by Country and Year /holidays |
Get public holidays for a country |
| GET |
Get Supported Countries /countries |
Returns list of all supported countries (ISO 3166-1 alpha-2) |
Global Holiday API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $4.99 / month | 20 / minute |
|
| ULTRA | $14.99 / month | 100 / minute |
|