특정 플레이리스트의 상세 정보를 조회합니다.
플레이리스트 정보와 플레이리스트에 포함된 동영상 리스트 정보를 포함합니다.
- 과도한 API 요청이 발생하는 경우 사용량이 제한될 수 있습니다.
- 또한 현재 제공 중인 API의 종류 및 내용은 더 나은 API 서비스 제공을 위해 변경 및 업데이트될 수 있습니다.
Request URL
GET https://api.wecandeo.com/info/v1/playlist/detail.json?key={API key}&playlistKey={playlist key}
Request Parameters
Parameter Name | Type | Description |
---|---|---|
key (Required) | String | API Key |
playlistKey (Required) | String | 플레이리스트 Key |
Response Example
{
playlistDetail: {
playlist: {
playlistName: “playlist#2”,
playlistDesc: “playlist description”,
generateType: “M”,
playlistKey: “JLXGPN1WrvEW6HtIGZdVnHhBisXeb9AyupCVipDYg5P4Eie”,
id: 1000002,
relatedPlaylist: [
{
playlistName: “playlist#1”,
playlistKey: “JLXGPN1WrvEW6HtIGZdVnHhBisXeb9AyunRisCD0n6mbwie”,
id: 1000008
}, {
playlistName: “playlist#3”,
playlistKey: “JLXGPN1WrvEW6HtIGZdVnHhBisXeb9AyudSgws8Ogw5kie”,
id: 1000011
}
]
},
errorInfo: {
errorCode: “None”,
errorMessage: “”
},
videos: [
{
package_id: 111,
thumbnail_url: “https://timgs.wecandeo.com/thumb/376/20150526/21/5822_8e77d_00000.jpg”,
title: “Video List #1”,
v_height: 720,
v_width: 1280,
org_access_key: “JLXGPN1WrvEZuPvq4b0af1bo5cFx6Bii723ZFoRprgasie”,
filesize: 5569840,
series: null,
author: null,
copyright: null,
rate: null,
etc: null,
cdate: “2015 - 01 - 01 21: 58: 19.0 ”,
access_key: “BOKNS9AQWrHVIczx7isXipNypMCXNaJDwGpDPh84ncslMie”,
encoding_success: null,
cid: null,
v_framerate: 29.97,
tag: “”,
duration: 29977,
id: 4004398,
content: null
}, {
package_id: 111,
thumbnail_url: “https://timgs.wecandeo.com/thumb/376/20151021/20/4353_1dac8_00001.jpg”,
title: “Video List #2”,
v_height: 720,
v_width: 1280,
org_access_key: “JLXGPN1WrvEZuPvq4b0af8qmXIUJUPyO23ZFoRprgasie”,
filesize: 3246490,
series: null,
author: null,
copyright: null,
rate: null,
etc: null,
cdate: “2015 - 01 - 01 20: 43: 50.0 ”,
access_key: “BOKNS9AQWrHVIczx7isXipNypMCXNaJDwG3mECRwwRWXsie”,
encoding_success: null,
cid: null,
v_framerate: 29.97,
tag: “”,
duration: 13247,
id: 4005139,
content: null
}
]
}
}
Response Data Value
Name | Type | Description |
---|---|---|
playlistKey | String | 플레이리스트 키 값 |
id | Integer | 플레이리스트 ID |
playlistname | String | 플레이리스트 이름 |
playlistDesc | String | 플레이리스트 설명 |
generateType | String | 동영상 편성 유형 - M(수동) / A(자동) |
* relatedPlaylist | – | 연관 플레이리스트 목록 |
* videos | – | 동영상 상세 정보 조회 문서 참고 |