Calendar

Get all holidays for a given year

Retrieves a list of all holidays for a given year.

get/holidays/{year}

Path parameters

yearinteger required

Year

Year

Response

List of holidays

countrystring required

Country/Calendar this holiday belongs to

datestring date required

Date of holiday

namestring required

Name of holiday

Example response

[
  {
    "country": "United Kingdom",
    "date": "2000-01-01",
    "name": "New year"
  }
]

Changes

No recorded changes to this endpoint across all 3 revisions of this API.