---
title: "Read Holiday Information by Country"
method: GET
path: "/holidays/{country}/{year}"
tags: ["Timeframes/Holiday Information"]
---

# Read Holiday Information by Country

`GET /holidays/{country}/{year}`

In order to create holidays in a Holiday timeframe or a Custom timeframe, it is necessary to supply a series of parameters for each holiday that can be obtained via this endpoint.

## Path parameters

- `country` string, required
- `year` string, required

## Query parameters

- `language` string

## Request body

- object

## Response `200`

- object[]

## Other responses

- `400`
- `401`
- `404`

---

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