> For the complete documentation index, see [llms.txt](https://docws.ems.com.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docws.ems.com.vn/tieng-viet/danh-muc/phuong-xa.md).

# Danh sách phường/xã

## /address/ward

<mark style="color:blue;">`GET`</mark> `http://ws.ems.com.vn/api/v1/address/ward`

API trả về danh sách phường/xã.

#### Path Parameters

| Name            | Type   | Description |
| --------------- | ------ | ----------- |
| merchant\_token | string | *`Token`*   |

#### Query Parameters

| Name           | Type   | Description                     |
| -------------- | ------ | ------------------------------- |
| province\_code | string | *`Mã tỉnh/thành phố (nếu có).`* |
| district\_code | string | *`Mã quận/huyện (nếu có).`*     |

{% tabs %}
{% tab title="200 " %}

```php
{
    "code": "success",
    "message": "Thành công",
    "data": [
        {
            "code": [string],
            "name": [string],
            "district_code": [string],
            "province_code": [string],
            "slug_name": [string]
        },
    ]
}
```

{% endtab %}
{% endtabs %}
