---
title: "List Country Regions"
method: GET
path: "/addresses/countries/{country_id}/regions"
tags: ["Addresses::Region"]
---

# List Country Regions

`GET /addresses/countries/{country_id}/regions`

List the regions (states/provinces) of a country. Use a region's `code` or `name` as the address `region` value. Many countries have no regions.

## Path parameters

- `country_id` string, required

## Response `200`

OK

- AddressesRegionAttributes[]
  - `code` string, nullable, required — Region/state code (e.g. "CA"). Pass this (or name) as the address region value.
  - `name` string, required — Region/state name (e.g. "California").
  - `localized_name` string — Region name localized to the request's locale.
  - `country_code` string — The country's ISO 3166-1 alpha-2 code.

## 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)
