Zuhye / AnyoneTrip

장애인들이 불편 없이 산책하는 장소를 찾고, 여행 일정을 관리할 수 있는 웹 서비스 입니다.
0 stars 0 forks source link

더미데이터 예시용 API 데이터 모양 #11

Open NoMaL21 opened 1 year ago

NoMaL21 commented 1 year ago

관광지 상세보기용 상세정보 데이터

https://www.data.go.kr/tcs/dss/selectApiDataDetailView.do?publicDataPk=15101897

이거랑 이미지는 링크로 되어있습니다.

지역기반 관광지 조회 결과

관광타입, 지역코드, 시군구코드를 기반으로 GET요청한 결과 :

{
  "response": {
    "header": {
      "resultCode": "0000",
      "resultMsg": "OK"
    },
    "body": {
      "items": {
        "item": [
          {
            "addr1": "대구광역시 동구 효동로2길 10",
            "addr2": "(효목동)",
            "areacode": "4",
            "booktour": "0",
            "cat1": "A02",
            "cat2": "A0206",
            "cat3": "A02060300",
            "contentid": "2488233",
            "contenttypeid": "14",
            "createdtime": "20170331002959",
            "firstimage": "http://tong.visitkorea.or.kr/cms/resource/26/2488226_image2_1.JPG",
            "firstimage2": "http://tong.visitkorea.or.kr/cms/resource/26/2488226_image2_1.JPG",
            "cpyrhtDivCd": "Type3",
            "mapx": "128.6507908775",
            "mapy": "35.8791505263",
            "mlevel": "6",
            "modifiedtime": "20221014143732",
            "sigungucode": "4",
            "tel": "",
            "title": "국립대구기상과학관",
            "zipcode": "41179"
          },
          {
            "addr1": "대구광역시 동구 동부로 149",
            "addr2": "",
            "areacode": "4",
            "booktour": "0",
            "cat1": "A01",
            "cat2": "A0101",
            "cat3": "A01010500",
            "contentid": "2553566",
            "contenttypeid": "14",
            "createdtime": "20180712224509",
            "firstimage": "http://tong.visitkorea.or.kr/cms/resource/04/2482404_image2_1.jpg",
            "firstimage2": "http://tong.visitkorea.or.kr/cms/resource/04/2482404_image3_1.jpg",
            "cpyrhtDivCd": "Type3",
            "mapx": "128.6294594533",
            "mapy": "35.8780669221",
            "mlevel": "6",
            "modifiedtime": "20220927112657",
            "sigungucode": "4",
            "tel": "",
            "title": "대구 아쿠아리움",
            "zipcode": "41229"
          },
          {
            "addr1": "대구광역시 동구 파계로112길 17",
            "addr2": "",
            "areacode": "4",
            "booktour": "0",
            "cat1": "A02",
            "cat2": "A0206",
            "cat3": "A02060100",
            "contentid": "1248810",
            "contenttypeid": "14",
            "createdtime": "20110402004322",
            "firstimage": "http://tong.visitkorea.or.kr/cms/resource/25/1240825_image2_1.jpg",
            "firstimage2": "http://tong.visitkorea.or.kr/cms/resource/25/1240825_image3_1.jpg",
            "cpyrhtDivCd": "Type3",
            "mapx": "128.6364782252",
            "mapy": "35.9793444686",
            "mlevel": "6",
            "modifiedtime": "20220923152218",
            "sigungucode": "4",
            "tel": "",
            "title": "자연염색박물관",
            "zipcode": "41001"
          },
          {
            "addr1": "대구광역시 동구 효동로2길 24",
            "addr2": "(효목동)",
            "areacode": "4",
            "booktour": "0",
            "cat1": "A02",
            "cat2": "A0206",
            "cat3": "A02060600",
            "contentid": "1756202",
            "contenttypeid": "14",
            "createdtime": "20121123001448",
            "firstimage": "",
            "firstimage2": "",
            "cpyrhtDivCd": "",
            "mapx": "128.6516463528",
            "mapy": "35.8793255226",
            "mlevel": "6",
            "modifiedtime": "20220831172245",
            "sigungucode": "4",
            "tel": "",
            "title": "아양아트센터(구, 동구문화체육회관)",
            "zipcode": "41179"
          }
        ]
      },
      "numOfRows": 4,
      "pageNo": 1,
      "totalCount": 4
    }
  }
}