Search by District
List of districts with direct search by name. We limit requests using throttle limitation, if it is too close then the system will suspend your API call temporarily
warning
Diclaimer: There are separate APIs for Pos Indonesia, RPX, and Paxel services. Please contact our technical team for more information.
[POST] /api/mitra/v2/get_address_by_name
Request
Field | DataType | Nullable | Desc |
---|---|---|---|
search | string(min: 3) | false | Name of district keyword |
{
"search": "Ngemplak"
}
Response
{
"status": true,
"text": "Success",
"method": "get_address_by_name",
"data": [
{
"id": 1251,
"text": "Ngemplak, Kabupaten Boyolali, Jawa Tengah"
},
{
"id": 5789,
"text": "Ngemplak, Kabupaten Sleman, DI Yogyakarta"
}
]
}