---
title: "Get states by country"
method: GET
path: "/state"
tags: ["States"]
---

# Get states by country

`GET /state`

Get states by country code. Available countries: **US** - United States, **MX** - Mexico, **CO** - Colombia, **CA** - Canada, **BR** - Brazil, **IN** - India, **CL** - Chile, **GT** - Guatemala, **AR** - Argentina, **PE** - Peru

## Query parameters

- `country_code` string, required

## Response `200`

Successful response

- object
  - `data` object[] — List of states/provinces
    - `name` string — State name
    - `code_2_digits` string — Two-digit state code
    - `code_3_digits` string — Three-digit state code
    - `country_code` string — Country code

---

[API](https://skmtc.net/envia/apis/envia-shipping-api-complete-documentation.md) · [All operations](https://skmtc.net/envia/apis/envia-shipping-api-complete-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/envia/envia-shipping-api-complete-documentation/revisions/39f9208959d6/schema)
