기능:지역기반 관광정보파라미터 타입에 따라서 제목순,수정일순,등록일순 정렬검색목록을 조회하는 기능

Method: GET

EndPoint :https://apis.data.go.kr/B551011/KorService1/areaBasedList1

서울(areaCode(1))에 있는 종로구(sigunguCode(23))에 있는 관광지 불러옴(contentTypeId(12))

ex) https://apis.data.go.kr/B551011/KorService1/areaBasedList1?MobileOS=ETC&MobileApp=LoadPick&_type=json&contentTypeId=12&areaCode=1&sigunguCode=23&serviceKey=2Zxdt4ofweKcrY57P5vo2Un7lB7fCVETE%2FSNLGawxnhw%2Bbyn3NBD%2Fo5EIhXO4FloSdlus7QIWdBPQ2dQ8AT9UA%3D%3D

필수 파라미터 :serviceKey, MobileOS, MobileApp,

선택 파라미터 : arrange numOfRows, pageNo,contentTypeId, areaCode, sigunguCode, cat, cat2, cat3

응답 타입 : json

arrange: A=제목순, C=수정일순, D=생성일순

contentTypeId :12:관광지, 14:문화시설, 15:축제공연행사, 25:여행코스, 28:레포츠, 32:숙박, 38:쇼핑, 39:음식점

cat1:대분류 cat2:중분류 cat3:대분류

{
  "response": {
    "header": {
      "resultCode": "0000",
      "resultMsg": "OK"
    },
    "body": {
      "items": {
        "item": [
          {
            "addr1": "서울특별시 종로구 북촌로 57 (가회동)",
            "addr2": "",
            "areacode": "1",
            "booktour": "0",
            "cat1": "A02",
            "cat2": "A0201",
            "cat3": "A02010900",
            "contentid": "2733967",
            "contenttypeid": "12",
            "createdtime": "20210817184103",
            "firstimage": "<http://tong.visitkorea.or.kr/cms/resource/09/3303909_image2_1.jpg>",
            "firstimage2": "<http://tong.visitkorea.or.kr/cms/resource/09/3303909_image3_1.jpg>",
            "cpyrhtDivCd": "Type3",
            "mapx": "126.9846616856",
            "mapy": "37.5820858828",
            "mlevel": "6",
            "modifiedtime": "20250312152659",
            "sigungucode": "23",
            "tel": "",
            "title": "가회동성당",
            "zipcode": "03052"
          },