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
[POST] /api/mitra/v2/get_address_by_name
| Field | DataType | Nullable | Desc |
|---|---|---|---|
search | string(min: 3) | false | Name of district keyword |
{
"search": "Ngemplak"
}
{
"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"
}
]
}
Sub District
The sub districts that we are open to all expeditions, pick-up and cashless support will change frequently. We will try to follow up with you
Search Address By Sub District
List of districts with direct search by Subdistrict name. We limit requests using throttle limitation, if it is too close then the system will suspend your API call temporarily