---
title: "List holidays"
method: GET
path: "/holidays"
tags: ["Holidays"]
---

# List holidays

`GET /holidays`

## Query parameters

- `jurisdiction` string
- `type` 'bank' | 'statutory'
- `original_date` object
- `observed_date` object

## Response `200`

OK

- object
  - `object` string — The type of the object in Nmbr (`"list"`).
  - `data` object[]
    - `id` string — The unique identifier of the object in Nmbr.
    - `object` string — The type of the object in Nmbr (`"holiday"`).
    - `data` Holiday
      - `jurisdiction` string, nullable
      - `type` 'bank' | 'statutory'
      - `name` string, nullable
      - `name_translations` object, nullable
        - `en` string, nullable
        - `fr` string, nullable
      - `name_translated` string — The translation of the `name` property for the request locale. Computed using the values in `name` and `name_translations` and the value of the request's `Accept-Language` header.
      - `original_date` string, date
      - `observed_date` string, date
      - `created_at` string, dateTime — The date and time the object was created in Nmbr.
      - `updated_at` string, dateTime — The date and time the object was last updated in Nmbr.

---

[API](https://skmtc.net/nmbr/apis/nmbr-api.md) · [All operations](https://skmtc.net/nmbr/apis/nmbr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nmbr/nmbr-api/revisions/c2532d856ea2/schema)
