---
title: "Get list of countries"
method: GET
path: "/countries"
tags: ["Vatcomply"]
---

# Get list of countries

`GET /countries`

## Query parameters

- `search` string
- `region` string
- `subregion` string
- `currency` string

## Response `200`

Successful response

- CountrySchema[]
  - `iso2` string, required
  - `iso3` string, required
  - `name` string, required
  - `numeric_code` integer, required
  - `phone_code` string, required
  - `capital` string, required
  - `currency` string, required
  - `tld` string, required
  - `region` string, required
  - `subregion` string, required
  - `latitude` number, required
  - `longitude` number, required
  - `emoji` string, required

---

[API](https://skmtc.net/vatcomply/apis/vatcomply-api.md) · [All operations](https://skmtc.net/vatcomply/apis/vatcomply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vatcomply/vatcomply-api/revisions/4f14069f43d2/schema)
