← World Data

Next Holidays

GET /holidays/:country_code/next

Get a list of upcoming public holidays for a specific country, starting from today. Returns holiday names, dates, and types. Perfect for countdown widgets, office planning tools, travel apps that highlight upcoming holidays at a destination, and calendar integrations that need to mark the next few holidays.

See it visualized

Parameters

country_code required

Country code

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/holidays/US/next
Next US holidays
curl https://nordapi.ee/api/v1/holidays/US/next
Next Norwegian holidays
curl https://nordapi.ee/api/v1/holidays/NO/next
Next Japanese holidays
curl https://nordapi.ee/api/v1/holidays/JP/next

Live Response

{
  "count": 0,
  "country_code": "US",
  "data": [],
  "success": true
}