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

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

Diclaimer: There are separate APIs for Pos Indonesia, RPX, and Paxel services. Please contact our technical team for more information.
[GET] /api/mitra/v6.1/addresses
The request must be sent via URL parameters (query params), not in the request body (raw body).

Request

FieldDataTypeNullableDesc
searchstring(min: 3)falseName of Province keyword
searchstring(min: 3)falseName of City Keyword
searchstring(min: 3)falseName of District Keyword
searchstring(min: 3)falseName of Sub District keyword
searchstring(min: 3)falseNumber Of Postal Code
{
  "search": "Ngemplak"
}

Response

{
  "status": true,
  "text": "Success",
  "data": [
    {
      "province_id": 11,
      "city_id": 164,
      "district_id": 2275,
      "subdistrict_id": 46310,
      "full_address": "Sidokerto, Mojowarno, Jombang, Jawa Timur, 61475"
    },
    {
      "province_id": 11,
      "city_id": 251,
      "district_id": 3550,
      "subdistrict_id": 40316,
      "full_address": "Sidokerto, Sidorejo, Magetan, Jawa Timur, 63352"
    },
    {
      "province_id": 11,
      "city_id": 306,
      "district_id": 4348,
      "subdistrict_id": 40399,
      "full_address": "Sidokerto, Karangjati, Ngawi, Jawa Timur, 63284"
    },
    {
      "province_id": 10,
      "city_id": 344,
      "district_id": 4833,
      "subdistrict_id": 66968,
      "full_address": "Sidokerto, Pati, Pati, Jawa Tengah, 59111"
    },
    {
      "province_id": 11,
      "city_id": 409,
      "district_id": 5632,
      "subdistrict_id": 70886,
      "full_address": "Sidokerto, Buduran, Sidoarjo, Jawa Timur, 61252"
    },
    {
      "province_id": 10,
      "city_id": 427,
      "district_id": 5874,
      "subdistrict_id": 62642,
      "full_address": "Sidokerto, Plupuh, Sragen, Jawa Tengah, 57283"
    },
    {
      "province_id": 10,
      "city_id": 497,
      "district_id": 6889,
      "subdistrict_id": 62966,
      "full_address": "Sidokerto, Girimarto, Wonogiri, Jawa Tengah, 57683"
    },
    {
      "province_id": 18,
      "city_id": 225,
      "district_id": 3179,
      "subdistrict_id": 74983,
      "full_address": "Sidokerto, Bumi Ratu Nuban, Lampung Tengah, Lampung, 34161"
    },
    {
      "province_id": 11,
      "city_id": 444,
      "district_id": 6152,
      "subdistrict_id": 69312,
      "full_address": "Simokerto, Simokerto, Surabaya, Jawa Timur, 60143"
    },
    {
      "province_id": 11,
      "city_id": 444,
      "district_id": 6152,
      "subdistrict_id": 69310,
      "full_address": "Kapasan, Simokerto, Surabaya, Jawa Timur, 60141"
    },
    {
      "province_id": 11,
      "city_id": 444,
      "district_id": 6152,
      "subdistrict_id": 69311,
      "full_address": "Sidodadi, Simokerto, Surabaya, Jawa Timur, 60145"
    },
    {
      "province_id": 11,
      "city_id": 444,
      "district_id": 6152,
      "subdistrict_id": 69313,
      "full_address": "Simolawang, Simokerto, Surabaya, Jawa Timur, 60144"
    },
    {
      "province_id": 11,
      "city_id": 444,
      "district_id": 6152,
      "subdistrict_id": 69314,
      "full_address": "Tambakrejo, Simokerto, Surabaya, Jawa Timur, 60142"
    }
  ],
  "method": "getAddresses"
}