Get region information; supports querying by ID or fuzzy search
Request Code Samples
curl --location 'https://www.nocoly.com/v3/regions?id=undefined&search=undefined' \
--header 'HAP-Appkey: {{appkey}}' \
--header 'HAP-Sign: {{sign}}'
Responses
Region information retrieved successfully
{
"data": {
"regions": [
{
"id": "110000",
"name": "Beijing",
"path": "Beijing",
"last": false
},
{
"id": "120000",
"name": "Tianjin",
"path": "Tianjin",
"last": false
},
{
"id": "130000",
"name": "Hebei Province",
"path": "Hebei Province",
"last": false
}
]
},
"success": true
}
Modified at 2026-06-25 10:21:06