批量获取点播专辑信息
正式环境
正式环境
GET
/media/v7/batch_channelondemands
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.open.qtfm.cn/media/v7/batch_channelondemands?device_id={{device_id}}&access_token={{access_token}}&user_id={{user_id}}&coop_open_id={{coop_open_id}}&device_os={{device_os}}&device_os_version={{device_os_version}}&app_version={{app_version}}&device_model={{device_model}}'
响应示例响应示例
{
"data": {
"123": null,
"118116": {
"id": 118116,
"description": "悬疑案子,未解之谜,灵异事件… 是你我身边的玄幻?还是科学面纱下的伪装? \n还原事实,探索真相。 每周一下午四点,我们共同关注。\n微/信/公/众/号:dawanshuogushi;\n主播邮箱:dwjuemidangan@163.com。",
"is_finished": 0,
"podcasters": [
{
"avatar": "http://pic.qingting.fm/2015/1130/20151130222012491.jpg",
"nickname": "机智的大碗",
"podcaster_id": "466e05ac191666c083dd3ee25eebd67a"
}
],
"latest_program": {
"id": 9338147,
"title": "绝密档案 32个男人与1个女人:安纳塔汉女王事件"
},
"program_count": 383,
"free_vips": [
"vip",
"chlid_vip"
],
"purchase_items": null,
"star": 10,
"popularity": 2037,
"thumbs": {
"large_thumb": "http://pic.qingting.fm/2015/0814/2015081417395360.jpg!800",
"medium_thumb": "http://pic.qingting.fm/2015/0814/2015081417395360.jpg!400",
"small_thumb": "http://pic.qingting.fm/2015/0814/2015081417395360.jpg!200"
},
"title": "绝密档案",
"update_time": "2017-10-11 15:31:00",
"attributes": [
{
"id": 520,
"name": "测试"
},
{
"id": 123,
"name": "测试2"
}
],
"categories": [
{
"id": 531,
"name": "历史"
},
{
"id": 3600,
"name": "品牌电台"
},
{
"id": 535,
"name": "科技"
},
{
"id": 3599,
"name": "自媒体"
},
{
"id": 545,
"name": "头条"
}
],
"authors": [
"大力金刚掌"
],
"broadcasters": [
"姚科",
"文石"
]
},
"216713": {
"id": 216713,
"description": "我们一周年啦!52周,156期,矮大紧像挚友一样在我们耳边絮絮叨叨,最后一期,矮大紧真情流露,知音催泪告白,不想说再见,下个路口见!",
"is_finished": 1,
"podcasters": [
{
"avatar": "http://pic.qingting.fm/2015/0610/20150610152934932.jpg",
"nickname": "高晓松",
"podcaster_id": "6f9c4eb9a76fcfbb1434628fcf415e5f"
}
],
"latest_program": {
"id": 9262236,
"title": "【回顾篇】矮大紧这一年...(内附收听报告)"
},
"program_count": 165,
"free_vips": [
"vip",
"chlid_vip"
],
"purchase_items": [
{
"promotional_price": 200,
"price": 200,
"item_id": "59250bdec4143770b4c4b484",
"item_type": "channel"
}
],
"star": 10,
"popularity": 1866,
"thumbs": {
"large_thumb": "http://pic.qingting.fm/channel/2018/06/22/8b6fa9f2c999ce4f1dbce5922c24d1c6.jpg!800",
"medium_thumb": "http://pic.qingting.fm/channel/2018/06/22/8b6fa9f2c999ce4f1dbce5922c24d1c6.jpg!400",
"small_thumb": "http://pic.qingting.fm/channel/2018/06/22/8b6fa9f2c999ce4f1dbce5922c24d1c6.jpg!200"
},
"title": "矮大紧指北",
"update_time": "2018-06-12 06:27:33",
"attributes": [
{
"id": 520,
"name": "测试"
},
{
"id": 123,
"name": "测试2"
}
],
"categories": [
{
"id": 3251,
"name": "脱口秀"
},
{
"id": 3617,
"name": "精品"
},
{
"id": 1737,
"name": "校园"
}
],
"authors": [
"大力金刚掌"
],
"broadcasters": [
"姚科",
"文石"
]
}
},
"errcode": 0,
"errmsg": "Success"
}
请求参数
Query 参数
[channel_ids
string
可选
示例值:
{channel__ids}]
device_id
string
可选
默认值:
{{device_id}}
access_token
string
可选
默认值:
{{access_token}}
user_id
string
可选
默认值:
{{user_id}}
coop_open_id
string
可选
默认值:
{{coop_open_id}}
device_os
string
可选
默认值:
{{device_os}}
device_os_version
string
设备操作系统版本
默认值:
{{device_os_version}}
app_version
string
设备应用版本
默认值:
{{app_version}}
device_model
string
机型
默认值:
{{device_model}}
返回响应
修改于 2022-08-24 08:52:45