---
title: "Get All Provinces"
method: GET
path: "/provinces"
tags: ["States"]
---

# Get All Provinces

`GET /provinces`

Retrieve provinces.

## Response `200`

Successful response

- object
  - `success` boolean — Indicates if the request was successful
  - `data` object[] — List of provinces
    - `id` string — Province code
    - `name` string — Province name
    - `country` 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)
