v1

latestOpenAPI 3.0.3MIT2026-07-242310.2 KB
Countries

Get list of available 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.

get/crisis_helplines/countries

Response

Successfully retrieved list of countries

Example response

{
  "countries": [
    {
      "countryCode": "US",
      "countryI18nKey": "United States"
    }
  ]
}