---
title: "Get all holidays for a given year"
method: GET
path: "/holidays/{year}"
tags: ["Calendar"]
---

# Get all holidays for a given year

`GET /holidays/{year}`

Retrieves a list of all holidays for a given year.

## Path parameters

- `year` integer, required — Year

## Response `200`

List of holidays

- Holiday[]
  - `country` string, required — Country/Calendar this holiday belongs to
  - `date` string, date, required — Date of holiday
  - `name` string, required — Name of holiday

## Other responses

- `422` — Validation Error

---

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