Search for districts by name keyword. Requests are rate-limited — excessive calls will temporarily suspend your API access
| Field | DataType | Nullable | Desc |
|---|---|---|---|
search | string(min: 3) | false | Name of district keyword |
{
"search": "Ngemplak"
}
| Field | DataType | Desc |
|---|---|---|
status | boolean | Request status |
text | string | Response message |
method | string | API method name |
data | array | List of matched districts |
data[].id | integer | District ID |
data[].text | string | Full district name with city and province |
{
"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"
}
]
}
Subdistrict
Retrieve the list of subdistricts supported by KiriminAja. Coverage for pickup and cashless delivery may change — we will keep you informed
Search Subdistrict by Name
Search for subdistricts by name keyword or postal code. Requests are rate-limited — excessive calls will temporarily suspend your API access