---
title: "Get a holiday calendar"
method: GET
path: "/v3/holiday-calendars/{id}"
tags: ["Holiday Calendars"]
---

# Get a holiday calendar

`GET /v3/holiday-calendars/{id}`

<small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>

Returns a single holiday calendar by ID, including its holidays.

## Path parameters

- `id` integer, required

## Response `200`

Holiday calendar details

- object — Full representation of a holiday calendar including individual holidays.
  - `id` integer — Unique identifier for the holiday calendar
  - `name` string — Name of the holiday calendar
  - `calendarType` string — Type of calendar (e.g., "predefined", "custom")
  - `countryCode` string — ISO 3166-1 alpha-2 country code
  - `repeatEveryYear` boolean — Whether the holidays repeat annually
  - `holidays` object[] — List of holidays in this calendar
    - `id` integer — Unique identifier for the holiday
    - `startDate` string, date — Start date of the holiday
    - `endDate` string, date — End date of the holiday
    - `name` string — Name of the holiday

## Other responses

- `400` — Invalid id parameter
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks required feature scope to view holiday calendars
- `404` — Holiday calendar not found
- `429` — Too Many Requests

---

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