Skip to main content

Get Cities

curl -X GET \
'https://apistg.ahamove.com/v1/order/cities?country_id=VN'\
-H 'cache-control: no-cache'

This API is used to get list of active cities in Vietnam

HTTP Request

GET https://apistg.ahamove.com/v1/order/cities?country_id=VN

Query Parameters

ParameterTypeRequiredDescription
country_idStringYescountry ID

Response

JSON response example:

[
{
"_id": "HAN",
"name": "Ha Noi",
"name_vi_vn": "Hà Nội",
"country_id": "VN",
"level": 2.0
},
{
"_id": "SGN",
"name": "Ho Chi Minh City",
"name_vi_vn": "TP Hồ Chí Minh",
"country_id": "VN",
"level": 2.0
}
]

Status-Code: 200 OK