---
title: "List countries"
method: GET
path: "/v1/company-data/countries"
tags: ["Company data"]
---

# List countries

`GET /v1/company-data/countries`

List all available countries we support with vendor configured in your workspace settings

---

#### See also  
Learn more about [Company data](./company-data-guide)

## Query parameters

- `code` string, alpha-2
- `vendor` 'pappers' | 'kompany' | 'creditsafe' | 'kyckr' | 'companies_house' | 'inpi' | 'info_camere' | 'transparenzregister' | 'topograph' | 'charity_commission' | 'none'
- `include_none` boolean

## Response `200`

Returns list of countries

**ℹ️ Click to see full payload**

- CountryList
  - `data` Country[], required
    - `code` string, alpha-2, required — [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code (eg `FR`)
    - `name` string, required
    - `localName` string, required
    - `emoji` string, required
    - `emojiCode` string, required
    - `vendor` 'pappers' | 'kompany' | 'creditsafe' | 'kyckr' | 'companies_house' | 'inpi' | 'info_camere' | 'transparenzregister' | 'topograph' | 'charity_commission' | 'none', required

## Other responses

- `400` — The request is either malformed or contain invalid parameters.

---

[API](https://skmtc.net/dotfile/apis/api-specifications.md) · [All operations](https://skmtc.net/dotfile/apis/api-specifications/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dotfile/api-specifications/versions/36393567057b/schema)
