Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KoreaArea API 사용방법 #21

Open
Forest-Seo opened this issue Jun 30, 2024 · 0 comments
Open

KoreaArea API 사용방법 #21

Forest-Seo opened this issue Jun 30, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@Forest-Seo
Copy link
Collaborator

Forest-Seo commented Jun 30, 2024

사용방법

AJAX 통신을 통해 행정구역을 가져 올 수 있습니다.

행정구역(city) 가져오기 (url : /getcityinfo.bibo)

파라미터 없이, ajax 요청하시면
행정구역을 받아 오실수 있습니다.
리턴 값 예시 : ["서울특별시","경기도","제주특별자치도"...]
형식은 JSONArray 입니다.

시/군/구(local) 가져오기 (url : /getlocalinfo.bibo)

파라미터는 city의 값이 들어가면 됩니다.
해당 행정구역의 시/군/구를 리턴해줍니다.

파라미터 예시 (Type : JSON {"city":"value"})

읍/면/동(country) 가져오기 (url : /getcountryinfo.bibo)

파라미터는 city,local의 값이 들어가면 됩니다.
해당 행정구역의 읍/면/동를 리턴해줍니다.

파라미터 예시 (Type: JSON {"city":"value","local":"value"}

사용에 있어 어려움이 있다면 언제든 연락해주세요

@Forest-Seo Forest-Seo added the develop record the progressive programming status label Jun 30, 2024
@Forest-Seo Forest-Seo added documentation Improvements or additions to documentation and removed develop record the progressive programming status labels Jun 30, 2024
@Forest-Seo Forest-Seo changed the title [Documentation] KoreaArea API 사용방법 KoreaArea API 사용방법 Jun 30, 2024
@Forest-Seo Forest-Seo reopened this Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: Review
Development

No branches or pull requests

2 participants