2015년 8월부터 우편번호를 대신하여 '국가 기초구역번호’로 사용하기로 정책이 결정된 이후에도 사용자 편의성을 위해 우편번호를 제공해 왔었습니다.
하지만 기존 6자리 우편번호 값은 더 이상 데이터의 업데이트가 이뤄지지 않고 있으며, 값 역시 신뢰할 수 없는 상태입니다.
더 나은 검색 결과 제공을 위해 주소 검색 API 응답에서 순차적으로 제거하기로 결정하였습니다.
되도록 도로명 주소를 사용해 주시기를 추천드리며, 지번주소를 계속 사용하셔야 하는 분들은, 우편번호(address.zip_code) 대신 국가 기초구역번호(road_address.zone_no) 사용해주시기 바랍니다.
이와 함께 오탈자 응답 필드도 순차적으로 제거됩니다. 오탈자 필드를 사용하고 계셨던 분들은 대응되는 정상 필드 (address.main_address_no, address.sub_address_no, road_address.underground_yn)를 사용해 주시기 바랍니다.
불편을 드리는 점 양해 부탁드립니다.
대상 API
- 주소 검색 API : https://dapi.kakao.com/v2/local/search/address.{format}
대상 필드
[지번주소의 우편번호 응답 필드]
- address.zip_code
[오탈자 응답 필드]
- address.main_adderss_no
- address.subadderss_no
- road_address.undergroun_yn
제거 일정
- 2020.03.09에 위의 대상 필드들의 값이 일괄적으로 ""으로 제공
- 2020.05.11에 위의 대상 필드들 제거
=========
We inform you of some changes in the ‘Address Search API’:
https://dapi.kakao.com/v2/local/search/address.{format}
We have provided the 6-digit postal code created based on administrative units even after the 5-digit postal code had been introduced in August 2015 for your convenience.
However, the existing 6-digit postal code is not updated anymore and not reliable. Thus, we have decided to remove the 6-digit postal code from the response in the ‘Address Search API’ successively.
We recommend you to use the 5-digit postal code assigned based on geographic features. If you need to continue to use the 6-digit postal code, use road_address.zone_no
instead of address.zip_code
.
We have also fixed some typos in the following response fields:
- address.main_adderss_no
- address.subadderss_no
- road_address.undergroun_yn
Replaces them with these fields:
- address.main_address_no**
- address.sub_address_no**
- road_address.underground_yn**
We apologize for the inconvenience.
Effective Date
· March 9, 2020: The field values are formatted in double quotes(" ").
· May 11, 2020: The typos in the response field values have been fixed.
Thank you.
Kakao Developers