Home

유저의 지역에 있는 인기 관광지들을 유저에게 보여준다

GET endpoint/landmarklist

Query Parameters

{    
    "data" : [ { landmarks, hashtags, likeCount  },....],
    "message" : "Ok"
}
{
    "data" : [  {
    id: 6925,
    post_addr1: '서울특별시 송파구 올림픽로 424',
    post_addr2: '(방이동)',
    post_areacode: 1,
    post_contentid: 126532,
    post_contenttypeid: 12,
    post_firstimage: 'http://tong.visitkorea.or.kr/cms/resource/39/2650439_image2_1.jpg',
    post_firstimage2: 'http://tong.visitkorea.or.kr/cms/resource/39/2650439_image3_1.jpg',
    post_mapx: '127.12244258270000000000',
    post_mapy: '37.51944563860000000000',
    post_sigungucode: 18,
    post_title: '올림픽공원',
    post_wtmx: '210824.233575990740000000000000000000',
    post_wtmy: '446669.384806420650000000000000000000',
    post_tags: null,
    distance: 0,
    'Likes.likeCount': 2,
    isLiked: true
  },
  },........],
    "message" : "Ok"
}

Last updated