1. 공공데이터포털 API(1) 사용 준비 방법 : 인증키(2) Server response(3) Responses(4) Models(5) 반환값 예시2. Geocoding API(1) 반환값 예시
1. 공공데이터포털 API
(1) 사용 준비 방법 : 인증키

(2) Server response
Code | Details |
400Undocumented | Error: Bad Request
Response bodyDownload
{
"code": -4,
"msg": "등록되지 않은 인증키 입니다."
}
Response headers
content-length: 61 content-type: application/json; charset=UTF-8 |
(3) Responses
Code | Description |
200 | 성공적으로 수행 됨
• Example Value
• Model
{
"page": 0,
"perPage": 0,
"totalCount": 0,
"currentCount": 0,
"matchCount": 0,
"data": [
{
"연번": 0,
"설치장소": "string",
"개수": 0
}
]
} |
401 | 인증 정보가 정확 하지 않음 |
500 | API 서버에 문제가 발생하였음 |
(4) Models

(5) 반환값 예시
- 참고
2. Geocoding API
(1) 반환값 예시
- 참고
