API Documentation

/holidays

Public holidays that are different for each state.

Structure

FieldnameFieldtypeValidations
idLong
dayDate
nameString
federalStatefederal state

GET /

Get all holidays.

Returns

A list of holidays.


GET /{id}

Get a single holiday by its id.

Returns

One holiday.


GET /search/findByFederalStateAndDayBetween

Find holidays for a federal state between two dates.

Returns

A list of holidays.

Parameters

nametyperequireddescription
federalStatefederal statetrueThe federal state to search for.
startDatetrueThe start of the interval.
endDatetrueThe end of the interval.