← World Data

Country Holidays

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.

Parameters

country_code required

Country code

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/holidays/NO
Norway holidays this year
curl https://nordapi.ee/api/v1/holidays/NO
Germany holidays this year
curl https://nordapi.ee/api/v1/holidays/DE
UK holidays this year
curl https://nordapi.ee/api/v1/holidays/GB

Live Response

HTTP 404: {
  "error": "Country not found",
  "message": "The specified country code could not be found. Please check and try again.",
  "success": false
}