Version: 202607
List sub areas
GET/openapi/2026-07/areas/:code/children
List sub-areas under the specified area.
Request
Path Parameters
code stringrequired
Province ID
Query Parameters
no_cache string
Whether to skip cache
locale string
Locale code (e.g. en-US)
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
- Array [
- ]
codestring
error code
messagestring
error message
data object
typestring
Type
list object[]
List
codestring
Code
namestring
Name
zipstring
Postal or ZIP code
{
"code": "string",
"message": "string",
"data": {
"type": "string",
"list": [
{
"code": "string",
"name": "string",
"zip": "string"
}
]
}
}