v1

latestOpenAPI 3.1.02026-08-043160244.3 KB
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"
  }
]