---
title: "List of provinces and cities"
method: GET
path: "/geo/provinces"
tags: ["Address"]
---

# List of provinces and cities

`GET /geo/provinces`

Get list of provinces and cities

## Query parameters

- `country_code` string, required
- `is_new` boolean
- `all` boolean

## Response `200`

Success

- object
  - `data` object[]
    - `id` string — Province ID
    - `name` string — Province name
    - `name_en` string — Province name in English
    - `new_id` string — New province ID (for country Viet Nam)

---

[API](https://skmtc.dev/pancake/apis/pancake-pos-open-api.md) · [All operations](https://skmtc.dev/pancake/apis/pancake-pos-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pancake/pancake-pos-open-api/revisions/acb70aa4b3f5/schema)
