도로명 주소는 검색되지 않고, 지번 주소로는 검색 가능해요. 도로명 주소로 검색하고 싶어요.
GET https://dapi.kakao.com/v2/local/search/address.json?query=인천광역시 남동구 논현고잔로 173
{
"documents": [],
"meta": {
"is_end": true,
"pageable_count": 0,
"total_count": 0
}
}
GET https://dapi.kakao.com/v2/local/search/address.json?query=인천광역시 남동구 고잔동 975-1
{
"documents": [
{
"address": {
"address_name": "인천 남동구 고잔동 975-1",
"b_code": "2820011100",
"h_code": "2820071000",
"main_address_no": "975",
"mountain_yn": "N",
"region_1depth_name": "인천",
"region_2depth_name": "남동구",
"region_3depth_h_name": "논현고잔동",
"region_3depth_name": "고잔동",
"sub_address_no": "1",
"x": "126.715547032231",
"y": "37.3985130695256"
},
"address_name": "인천 남동구 고잔동 975-1",
"address_type": "REGION_ADDR",
"road_address": {
"address_name": "인천 남동구 논현고잔로 173",
"building_name": "",
"main_building_no": "173",
"region_1depth_name": "인천",
"region_2depth_name": "남동구",
"region_3depth_name": "고잔동",
"road_name": "논현고잔로",
"sub_building_no": "",
"underground_yn": "N",
"x": "",
"y": "",
"zone_no": "21686"
},
"x": "126.715547032231",
"y": "37.3985130695256"
}
],
"meta": {
"is_end": true,
"pageable_count": 1,
"total_count": 1
}
}
최근에 주소 변경된 이력은 없는 주소 같아요