get https://gateway.remote.com/v1/countries//holidays/
List all holidays of a country for a specific year. Optionally, it can be filtered by country subdivision.
Log in to see full request history
Responses
Callback
List all holidays of a country for a specific year. Optionally, it can be filtered by country subdivision.
xxxxxxxxxx
curl --request GET \
--url https://gateway.remote.com/v1/countries/country_code/holidays/year \
--header 'accept: application/json'
xxxxxxxxxx
10{
"data": [
{
"day": "2021-01-01",
"name": "New Year's Day",
"note": "The day after New Year's Eve",
"observed_day": "2021-01-02"
}
]
}