Open API 서비스

  • HOME
  • 데이터 개방
  • Open API 서비스
Open API 서비스
Open Application Programming Interface

Open API는 사용자가 웹 검색 결과 및 사용자 인터페이스 등을 제공받는데 그치지 않고
직접 응용 프로그램과 서비스를 개발할 수 있도록 공개된 인터페이스를 말합니다.

문화재 공간정보 Open API

문화재공간정보의 개방, 공유, 참여를 통해 자율적이고 창조적인 애플리케이션을 개발 할 수 있도록 WMS, WFS를 제공합니다.

서비스 대상
국가지정문화재 지정구역
국가지정문화재 보호구역
시도 지정문화재 지정구역
시도 지정문화재 보호구역
현상변경 허용기준
문화유적분포지도
문화재조사구역
등록문화재
사용좌표계
UTM-K : UTM 좌표계의 한국형 좌표계입니다. 종/횡 좌표를 사용합니다.

WMS/WFS 레퍼런스

요청 URL을 서버로 전송하면 WMS/WFS 서비스를 사용하실 수 있습니다.

요청 URL
WMS 요청 URL : https://gis-heritage.go.kr/checkKey.do?URL=[도메인]&[WMS Param]
WFS 요청 URL : https://www.gis-heritage.go.kr/openapi/xmlService/spca.do?[WFS Param]
요청 URL
WMS 예제 (국가지정문화재 지정구역)
https://gis-heritage.go.kr/checkKey.do?
domain=https://gis-heritage.go.kr/
&format=image/png
&version=1.3.0
&transParent=true
&displayOutsideMaxExtent=null
&crs=EPSG:9020203
&exceptions=INIMAGE
&service=WMS
&request=GetMap
&LAYERS=TB_ODTR_MID
&styles=default
&bBox=956328.84106914,1952256.2613173
,957104.31646152,1952793.4344125
&width=781
&height=541
wms예제 (국가지정문화재 보호구역)
https://gis-heritage.go.kr/checkKey.do?
domain=https://gis-heritage.go.kr/
&format=image/png
&version=1.3.0
&transParent=true
&displayOutsideMaxExtent=null
&crs=EPSG:9020203
&exceptions=INIMAGE
&service=WMS
&request=GetMap
&LAYERS=TB_OUSR_MID
&styles=default
&bBox=956328.84106914,1952256.2613173
,957104.31646152,1952793.4344125
&width=781
&height=541
WMS 예제 (현상변경 허용기준)
https://gis-heritage.go.kr/checkKey.do?
domain=https://gis-heritage.go.kr/
&format=image/png
&version=1.3.0
&transParent=true
&displayOutsideMaxExtent=null
&crs=EPSG:9020203
&exceptions=INIMAGE
&service=WMS
&request=GetMap
&LAYERS=TB_HRNR_MID
&styles=default
&bBox=956328.84106914,1952256.2613173
,957104.31646152,1952793.4344125
&width=781
&height=541
WMS 예제 (등록문화재)
https://gis-heritage.go.kr/checkKey.do?
domain=https://gis-heritage.go.kr/
&format=image/png
&version=1.3.0
&transParent=true
&displayOutsideMaxExtent=null
&crs=EPSG:9020203
&exceptions=INIMAGE
&service=WMS
&request=GetMap
&LAYERS=TB_THFS_MID
&styles=default
&bBox=934631.16627867,1633616.2362734
,942141.66034785,1638267.1027752
&width=781
&height=541
WMS 예제 (문화유적분포지도)
https://gis-heritage.go.kr/checkKey.do?
domain=https://gis-heritage.go.kr/
&format=image/png
&version=1.3.0
&transParent=true
&displayOutsideMaxExtent=null
&crs=EPSG:9020203
&exceptions=INIMAGE
&service=WMS
&request=GetMap
&LAYERS=TB_SHOV_MID
&styles=default
&bBox=924482.03602351,1924908.1884667
,931992.53009269,1929559.0549685
&width=781
&height=541
WMS 예제 (문화재 조사구역)
https://gis-heritage.go.kr/checkKey.do?
domain=https://gis-heritage.go.kr/
&format=image/png
&version=1.3.0
&transParent=true
&displayOutsideMaxExtent=null
&crs=EPSG:9020203
&exceptions=INIMAGE
&service=WMS
&request=GetMap
&LAYERS=TB_ERHT_MID
&styles=default
&bBox=963537.49633322,1946782.7812266
,969034.33599042,1950035.6075844
&width=781
&height=541
WMS 예제 (시도지정문화재 지정구역)
https://gis-heritage.go.kr/checkKey.do?
domain=https://gis-heritage.go.kr/
&format=image/png
&version=1.3.0
&transParent=true
&displayOutsideMaxExtent=null
&crs=EPSG:9020203
&exceptions=INIMAGE
&service=WMS
&request=GetMap
&LAYERS=TB_MDQT_MID
&styles=default
&bBox=963537.49633322,1946782.7812266
,969034.33599042,1950035.6075844
&width=781
&height=541
WMS 예제 (시도지정문화재 보호구역)
https://gis-heritage.go.kr/checkKey.do?
domain=https://gis-heritage.go.kr/
&format=image/png
&version=1.3.0
&transParent=true
&displayOutsideMaxExtent=null
&crs=EPSG:9020203
&exceptions=INIMAGE
&service=WMS
&request=GetMap
&LAYERS=TB_MUSQ_MID
&styles=default
&bBox=963537.49633322,1946782.7812266
,969034.33599042,1950035.6075844
&width=781
&height=541
WFS 예제 (문화재명 검색) 문화재명은 인코딩하여 요청(흥인지문 조회 예시)
https://gis-heritage.go.kr//openapi/xmlService/spca.do?
ccbaMnm1=%ED%9D%A5%EC%9D%B8%EC%A7%80%EB%AC%B8
WFS 예제 (지정종목 검색)
https://www.gis-heritage.go.kr/openapi/xmlService/spca.do?
ccbaKdcd=11



※ 지정종목코드
국보:11, 보물:12, 사적:13, 명승:15, 천연기념물:16, 국가무형문화재:17, 국가민속문화재:18, 등록문화재:79
WFS 예제 (다중조건 검색) 문화재명은 인코딩하여 요청(흥인지문 조회 예시)
https://www.gis-heritage.go.kr/openapi/xmlService/spca.do?
ccbaMnm1=%ED%9D%A5%EC%9D%B8%EC%A7%80%EB%AC%B8
&ccbaKdcd=12