
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
PostalCodeKR
Advanced tools
Republic of Korea Postal code search library
대한민국의 우편번호 / 주소 검색 라이브러리
This library is C# implementation of 'Postal Number Information' open API service
본 라이브러리는 대한민국 공공데이터포털에서 제공하고 있는 '과학기술정보통신부 우정사업본부_우편번호 정보조회' 서비스의 C# 구현본입니다.
[!WARNING] Get API key before use this library
라이브러리 사용 전 API Key를 가져와야 합니다.
- Use static method (정적 함수 사용시)
Use PostalCodeSerivce.GetDatas async method
PostalCodeService.GetDatas 비동기 함수를 사용하세요
ServiceResponseData result = await PostalCodeService.GetDatas(ServiceKey, "관악구", 10, 1);
- Use service instance (서비스 객체 사용 시)
PostalCodeService service = new(ServiceKey) { SearchKeyword = "관악구", SearchItemCountPerPage = 20 }; ServiceResponseData data = await service.Search(1);
FAQs
Package Description
We found that postalcodekr demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.