연관어검색
즐겨찾기
즐겨찾기
사용자 요청 검색어 이용 연관어 정보 제공 API
사용자 요청 검색어 이용 연관어 정보 제공 API
https://sgisapi.kostat.go.kr/OpenAPI3/search/relword.json
요청변수 | 값 | Optional | 설명 |
---|---|---|---|
accessToken | String | 필수 | 액세스토큰 |
searchword | String | 필수 | 검색어 |
출력변수 | 값 | 설명 |
---|---|---|
rel_search_word | String | 유의어 |
{"id": "API_0501", "result": [ { "rel_search_word": "하우징" }, { "rel_search_word": "집" }, { "rel_search_word": "단독주택" } ], "errMsg": "Success", "errCd": 0, "trId": "=IPp_API_0501_1419311822513" }
사용자 요청 검색어 이용 SOP 정보 제공 API
https://sgisapi.kostat.go.kr/OpenAPI3/search/sop.json
요청변수 | 값 | Optional | 설명 |
---|---|---|---|
accessToken | String | 필수 | 액세스토큰 |
searchword | String | 필수 | 검색어 |
pagenum | default : 0 | 선택 | 검색페이지 |
resultcount | min : 1, max : 50 (default : 5) | 선택 | 현재 페이지 검색결과 수 |
출력변수 | 값 | 설명 |
---|---|---|
totalcount | String | 전체 데이터 수 |
pagenum | String | 현재 페이지 넘버 |
returncount | String | 현재 페이지 결과 수 |
resultData | LIST | 결과정보 |
stat_id | String | 통계ID |
data_base_year | String | 데이터연도 |
nm | String | 명칭 |
url | String | URL |
{"id": "API_0502", "result": { "totalcount": "1", "resultdata": [ { "stat_id": "0306", "url": "/OpenAPI3/stats/household", "nm": "주택통계" } ], "pagenum": 0, "resultcount": 1 }, "errMsg": "Success", "errCd": 0, "trId": "34hD_API_0502_1419311836549" }