---
title: "Get list of states/regions for a specific country."
method: GET
path: "/v0.2.4/info/country-states-regions"
tags: ["Info"]
---

# Get list of states/regions for a specific country.

`GET /v0.2.4/info/country-states-regions`

## Query parameters

- `countryCode` string, required

## Response `200`

Success.

- object
  - `status` string — Status of the request.
  - `message` string — Success message.
  - `data` object[] — List of regions/states for the country.
    - `code` string — Region/state code.
    - `name` string — Region/state name.

## Other responses

- `400` — Bad request - Missing or invalid country code.
- `401` — Access to this resource is not available for unauthenticated users.
- `403` — Access to this resource is forbidden.
- `500` — Indicates an internal server error.

---

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