URL | https://openapi.youku.com/v2/users/subscribe/get.json |
功能描述 | 我收藏的节目 |
返回格式 | Json,UTF8 |
HTTP请求方式 | GET |
授权/登录 | true |
当前接口版本 | V2 |
其他接口版本 | 无 |
参数名 | 参数类型 | 必选 | 默认值 | 参数描述 | 示例 |
---|---|---|---|---|---|
client_id | string | true | 应用Key | ||
access_token | string | true | OAuth2授权 | ||
page | int | false | 1 | 页数 | 1 |
count | int | false | 20 | 页大小 | 20 |
参数名 | 参数类型 | 允许为空 | 参数描述 | 示例 |
---|---|---|---|---|
total | int | false | 符合条件的节目数量 |
参数名 | 参数类型 | 允许为空 | 参数描述 | 示例 |
---|---|---|---|---|
id | string | false | 节目ID | |
name | string | false | 节目名称 | |
link | string | true | 节目链接 | |
play_link | string | true | 节目播放链接 | |
poster | string | true | 节目海报 | |
thumbnail | string | true | 节目图片 | |
streamtypes | string | true | 流格式flvhd flv 3gphd 3gp hd hd2 | |
episode_count | int | false | 总集数 | |
episode_updated | int | true | 更新至 | |
view_count | int | false | 总播放数 | |
score | float | false | 评分 | |
paid | int | false | 是否付费0.否 1.是 | |
released | string | false | 节目发行时间(YYYY-MM-DD) | |
published | string | false | 优酷发行时间(YYYY-MM-DD) | |
category | string | true | 节目类型 | |
hasvideotype | array | false | 节目包含的视频类型 | |
completed | int | false | 是否完结 | |
comment_count | int | false | 总评论数 | |
favorite_count | int | true | 总收藏数 | |
lastupdate | date | false | 节目最后更新时间 |
{ "total" : 100, "shows" : [ { "id" : "2a7260de1faa11e097c0", "name" : "裸婚时代", "link" : "http://www.youku.com/show_page/id_z2a7260de1faa11e097c0.html", "play_link" : "http://v.youku.com/v_show/id_XMjc0MzM1OTgw.html", "poster" : "http://g4.ykimg.com/0100641F464E1FC...", "thumbnail" : "http://g4.ykimg.com/0100641F464E1FC...", "streamtypes" : ["hd2,flvhd,flv,hd,3gp,3gphd"], "episode_count" : 30, "episode_updated" : 30, "view_count" : "345037980", "score" : 9.3, "paid" : 0, "published" : "0000-00-00", "released" : "2011-06-11", "category" : "电视剧" "completed": 1, "comment_count": "2857", "favorite_count": "4327", "lastupdate": "2012-09-14 10:57:35" }, ] }
无