---
title: "List countries for Cost Calculator"
method: GET
path: "/v1/cost-calculator/countries"
tags: ["Cost Calculator"]
---

# List countries for Cost Calculator

`GET /v1/cost-calculator/countries`

Lists active and processing countries

## Query parameters

- `include_premium_benefits` boolean

## Response `200`

Success

- CostCalculatorListCountryResponse
  - `data` CostCalculatorCountryLevelRegion[], required
    - `availability` 'active' | 'coming_soon', required — - active: country is ready to onboard employee - coming_soon: country is in process of getting ready
    - `child_regions` MinimalRegion[], required
      - `child_regions` MinimalRegion[]
      - `code` string, nullable
      - `name` string, required
      - `slug` string, required
      - `status` 'active' | 'inactive', nullable
    - `code` string, required
    - `currency` Currency, required — The type of money in general use in a particular country
      - `code` string, required
      - `name` string
      - `slug` string, required
      - `symbol` string, required
    - `has_additional_fields` boolean
    - `name` string, required
    - `original_country_slug` string, required
    - `region_slug` string, required

---

[API](https://skmtc.net/remote-com/apis/remote.md) · [All operations](https://skmtc.net/remote-com/apis/remote/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/remote-com/remote/revisions/7e6a0c61ac82/schema)
