Skip to main content

Retrieve holidays.

POST 

/dateandtime/holidays

This API retrieve a list of holidays for a specific year, country code, and optionally state.

Request

Header Parameters

    ipaas string

Bodyrequired

    yearnumberrequired

    The year for which holidays are requested.

    Example: 2022
    countryCodestringrequired

    The ISO 3166-1 alpha-2 country code.

    Example: AT
    statestring

    The state within the country (if applicable).

Responses

Success

Schema
    holidays object[]required
  • Array [
  • datestringrequired
    startstring<date-time>required
    endstring<date-time>required
    namestringrequired
    typestringrequired
    rulestringrequired
  • ]