Calendars
Returns topic metadata for an active holiday on a requested date. If no holiday exists for the given day, this endpoint will return a 404 error. All three parameters (year, month, day) are required to query a specific date. If no date is specified, the endpoint uses the current date.
get/api/calendars/topics/holiday
Query parameters
yearinteger
Year. Must be combined with month and day.
monthinteger
Month (1–12). Must be combined with year and day.
dayinteger
Day of month. Must be combined with year and month.
lang'en' | 'he'
Interface language for returned text fields. Defaults to en. Must be passed explicitly — the endpoint does not infer a default from the request.
Response
Successful Response