여행정보 타입 목록
여행정보 타입 목록 조회 및 검색
URL
GET /v3/content/contentTypeList.json
Parameters
type required |
타입 분류 추천일정 & 테마여행 : theme, 이것만은 알고가자 : know |
---|---|
LocationID required |
조회할 지역 코드 or 도시그룹 코드 |
clang optional |
다국어 코드 기본값 : 1000000101(한국어) |
Document
Example
http://api.tourtips.com/v3/content/contentTypeList.json?key=API_DEMO_KEY&type=theme&LocationID=1000000200
{ "meta":{ "status":"200", "message":"", "elapsed":"3.0024790763855" }, "response":{ "codeContentType2List":[ ] } }
여행정보 목록
여행정보 목록 조회 및 검색
URL
GET /v3/content/contentList.json
Parameters
keyword optional |
검색어(UTF-8) |
---|---|
LocationID optional |
조회할 지역 코드 or 도시그룹 코드 |
CodeContentGrade optional |
콘텐츠 등급 코드 투어팁스 추천정보 : 1000001001, 투어팁스 일반정보 : 1000001002, 일반정보 : 1000001003 |
CodeContentType2 optional |
여행정보 타입 |
type optional |
타입 분류 추천일정 & 테마여행 : theme, 이것만은 알고가자 : know |
clang optional |
다국어 코드 기본값 : 1000000101(한국어) |
page optional |
페이지 번호 기본값 : 1 |
cnt optional |
한 페이지에 보여줄 spot 개수 기본값 : 10 |
Document
Example
http://api.tourtips.com/v3/content/contentList.json?key=API_DEMO_KEY&keyword=홍콩
{ "meta":{ "status":"200", "message":"", "elapsed":"6.0013589859009" }, "response":{ "dataCount":0, "dataList":[ ], "codeList":[ ], "locationList":[ ] } }
여행정보 상세
여행정보 상세
URL
GET /v3/content/contentInfo.json
Parameters
ContentID required |
콘텐츠 고유 코드 (동일 콘텐츠라도 ContentID는 언어별로 다름) 1000022604101 |
---|
Document
Example
http://api.tourtips.com/v3/content/contentInfo.json?key=API_DEMO_KEY&ContentID=1000019718101
{ "meta":{ "status":"200", "message":"", "elapsed":"9.0008389949799" }, "response":{ "langList":[ ], "dataInfo":null, "codeList":[ ], "locationList":[ ] } }