---
title: "Get holidays"
method: GET
path: "/holidays/{country}"
tags: ["Holidays"]
---

# Get holidays

`GET /holidays/{country}`

This endpoint allows you to retrieve a list of upcoming bank holidays for a specified country within the next 365 days.  The holidays are ordered based on their occurrence dates.

## Path parameters

- `country` string, required

## Query parameters

- `lang` 'fr' | 'en' | 'es' | 'it' | 'pt-br' | 'de' | 'ar' — Preferred language for holiday names. If no language is provided, the user's default language will be used. If the user's default language is unavailable, the country's primary language will be used.

## Response `200`

OK

- object
  - `holidays` object[]
    - `name` string — Name of bank holiday
    - `date` string, date — Date of bank holiday

## Other responses

- `400` — Your request is incorrect
- `401` — You are not authenticated

---

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