---
title: "Get Country"
method: GET
path: "/addresses/countries/{id}"
tags: ["Addresses::Country"]
---

# Get Country

`GET /addresses/countries/{id}`

Retrieve a single country by its ISO 3166-1 alpha-2 code.

## Path parameters

- `id` string, required

## Response `200`

OK

- AddressesCountryAttributes — A country reference record.
  - `iso2` string, required — ISO 3166-1 alpha-2 code (e.g. "US"). Pass this as country_code when setting an address.
  - `iso3` string — ISO 3166-1 alpha-3 code (e.g. "USA").
  - `name` string, required — English country name (e.g. "United States").
  - `localized_name` string — Country name localized to the request's locale.
  - `has_regions` boolean — True if the country has regions/states to choose from.

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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