---
title: "Retrieve a holiday"
method: GET
path: "/holidays/{holiday}"
tags: ["Holidays"]
---

# Retrieve a holiday

`GET /holidays/{holiday}`

## Path parameters

- `holiday` string, required

## Response `200`

OK

- 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/01cd9c45a923/schema)
