GET /holidays/:country_code
Get all public holidays for a specific country in the current year. A convenient shortcut that does not require specifying the year. Returns holiday names, dates, and types. Ideal for quick lookups and dashboard widgets that display this year's remaining holidays for a given country.
country_code
required
Country code
| Name | Required | Default | Description |
|---|---|---|---|
country_code |
Yes | - | Country code |
curl https://nordapi.ee/api/v1/holidays/NO
curl https://nordapi.ee/api/v1/holidays/NO
curl https://nordapi.ee/api/v1/holidays/DE
curl https://nordapi.ee/api/v1/holidays/GB
HTTP 404: {
"error": "Country not found",
"message": "The specified country code could not be found. Please check and try again.",
"success": false
}