---
title: "Get list of available countries"
method: GET
path: "/crisis_helplines/countries"
tags: ["Countries"]
---

# Get list of available countries

`GET /crisis_helplines/countries`

Returns a sorted list of all countries that have helpline data available. Each country includes its country code and internationalization key.

Countries are sorted alphabetically by country name (countryI18nKey) and deduplicated to ensure each country appears only once.

## Response `200`

Successfully retrieved list of countries

- object
  - `countries` Country[], required
    - `countryCode` string, required — ISO 3166-1 alpha-2 country code
    - `countryI18nKey` string, required — Full country name used as internationalization key

## Other responses

- `403` — Forbidden - Origin not allowed (CORS error)

---

[API](https://skmtc.net/kokocares/apis/crisis-helplines-api.md) · [All operations](https://skmtc.net/kokocares/apis/crisis-helplines-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kokocares/crisis-helplines-api/revisions/49b8b181fc23/schema)
