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.
country_code
required
Country code
| Name | Required | Default | Description |
|---|---|---|---|
country_code |
Yes | - | Country code |
curl https://nordapi.ee/api/v1/holidays/US/next
curl https://nordapi.ee/api/v1/holidays/US/next
curl https://nordapi.ee/api/v1/holidays/NO/next
curl https://nordapi.ee/api/v1/holidays/JP/next
{
"count": 0,
"country_code": "US",
"data": [],
"success": true
}