νΉμ νλ μ΄λ¦¬μ€νΈμ μμΈ μ 보λ₯Ό μ‘°νν©λλ€.
νλ μ΄λ¦¬μ€νΈ μ 보μ νλ μ΄λ¦¬μ€νΈμ ν¬ν¨λ λμμ 리μ€νΈ μ 보λ₯Ό ν¬ν¨ν©λλ€.
- κ³Όλν API μμ²μ΄ λ°μνλ κ²½μ° μ¬μ©λμ΄ μ νλ μ μμ΅λλ€.
- λΉμ μμ μΈ μ¬μ© ν¨ν΄μ΄ λ°κ²¬λλ κ²½μ° 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 | λμμ νΈμ± μ ν
|
| β | μ°κ΄ νλ μ΄λ¦¬μ€νΈ λͺ©λ‘ |
| β | λμμ μμΈ μ 보 μ‘°ν λ¬Έμ μ°Έκ³ |

