---
title: "Read List of Supported Countries"
method: GET
path: "/holidays/countries"
tags: ["Timeframes/Holiday Information"]
---

# Read List of Supported Countries

`GET /holidays/countries`

Retrieve a list of supported country codes to be used when reading holiday information.

## Response `200`

- object[]
  - `country_name` string, required
  - `iso-3166` string, required
  - `total_holidays` integer, required
  - `supported_languages` integer, required
  - `uuid` string, required
  - `flag_unicode` string, required

## 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)
