Request Code Samples
curl --location --request GET 'https://www.nocoly.com/v3/regions?id&search' \
--header 'HAP-Appkey;' \
--header 'HAP-Sign;'
Responses
application/json
Successfully retrieved region information
{
"data": {
"regions": [
{
"id": "110000",
"name": "Beijing",
"path": "北京市",
"last": false
},
{
"id": "120000",
"name": "Tianjin",
"path": "天津市",
"last": false
},
{
"id": "130000",
"name": "Hebei Province",
"path": "河北省",
"last": false
}
]
},
"success": true
}
Modified at 2026-03-30 07:15:12