获取头条视频详情
POST
/api/toutiao/aweme_detail请求参数
Body 参数application/json
aweme_id
string
必需
share_text
string
必需
示例
{
"aweme_id": "7353557096644510245",
"share_text": ""
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
message
string
必需
data
object
必需
示例
{
"code": 0,
"msg": "string",
"data": {
"message": "string",
"data": {
"share_info": {
"share_url": "string",
"title": "string",
"share_type": {
"pyq": 0,
"wx": 0,
"qq": 0,
"qzone": 0
},
"token_type": 0,
"weixin_cover_image": {
"url": "string",
"width": 0,
"url_list": [
{
"url": "string"
}
],
"uri": "string",
"height": 0
}
},
"group_id": 0,
"ban_digg": 0,
"control_meta": {
"modify": {
"permission": true,
"tips": "string"
},
"remove": {
"permission": true,
"tips": "string"
},
"share": {
"permission": true,
"tips": "string"
}
},
"ab_path": "string",
"user_bury": 0,
"is_key_video": true,
"ban_comment": 0,
"video_watch_count": 0,
"user_info": {
"schema": "string",
"avatar_url": "string",
"user_verified": true,
"user_id": 0,
"fans_count": 0,
"sec_user_id": "string",
"user_auth_info": "string",
"name": "string",
"user_decoration": null,
"follow": 0,
"subcribed": 0
},
"h5_extra": null,
"xi_related": true,
"info_flag": 0,
"share_url": "string",
"itemCellDebug": null,
"digg_count": 0,
"ban_download": 0,
"digg_icon_key": "string",
"detail_show_flags": 0,
"log_pb": {
"is_yaowen": "string",
"impr_id": "string"
},
"publish_loc_info": "string",
"categories": [
"string"
],
"repin_count": 0,
"media_info": {
"avatar_url": "string",
"name": "string",
"user_verified": true,
"media_id": 0,
"description": "string",
"user_id": 0,
"user_auth_info": "string"
},
"rewards": null,
"itemCell": {
"articleBase": {
"itemStatus": 0,
"gidStr": "string"
},
"articleClassification": {
"articleType": 0,
"articleSubType": 0,
"groupSource": 0,
"bizID": 0,
"level": 0,
"natantLevel": 0,
"isSubject": true,
"isStick": true,
"isOriginal": true,
"bizTag": 0,
"isLongVideo": true
},
"videoInfo": {},
"videoAbility": {
"ocrInfo": {},
"music": {}
},
"actionCtrl": {
"actionExtra": "string",
"allowDownload": true,
"banComment": true,
"banBury": true,
"banDigg": true,
"danmakuMask": true,
"banDanmaku": true,
"controlMeta": {
"modify": {
"permission": true,
"tips": "string"
},
"remove": {
"permission": true,
"tips": "string"
},
"share": {
"permission": true,
"tips": "string"
}
},
"defaultDanmaku": true,
"filterWord": [
{
"id": "string",
"name": "string",
"isSelected": true
}
],
"actionBar": {
"actionSettingList": [
{
"actionType": 0,
"styleSetting": {
"text": "string",
"iconKey": "string",
"layoutDirection": 0
}
}
]
}
},
"shareInfo": {
"shareURL": "string",
"title": "string",
"description": "string",
"shareType": {
"wx": 0,
"qq": 0,
"qzone": 0,
"pyq": 0
},
"weixinCoverImage": {
"url": "string",
"width": 0,
"urlList": [
"string"
],
"uri": "string",
"height": 0
},
"shareControl": {
"isHighQuality": true
}
},
"itemCounter": {
"buryCount": 0,
"commentCount": 0,
"diggCount": 0,
"readCount": 0,
"shareCount": 0,
"showCount": 0,
"repinCount": 0,
"forwardCount": 0,
"videoWatchCount": 0,
"danmuCount": 0,
"textCount": 0
},
"cellCtrl": {
"diggIconKey": "string"
},
"extra": {
"ping": "string"
},
"threadCustom": {},
"videoCustom": {}
},
"url": "string",
"commoditys": null,
"video_play_info": "string",
"user_digg": 0,
"user_repin": 0,
"read_count": 0,
"share_type": {
"wx": 0,
"qq": 0,
"qzone": 0,
"pyq": 0
},
"related_video_toutiao": [
null
],
"feed_labels": [
{
"link": "string",
"word": "string",
"gid": "string",
"word_group_id": 0
}
],
"source": "string",
"ug_install_aid": 0,
"play_auth_token_v2": null,
"sticker_list": null,
"display_url": "string",
"bury_count": 0,
"video_third_monitor_url": null,
"ban_bury": 0,
"related_video_section": 0,
"biz_id": 0,
"video_logo": null,
"allow_download": true
}
}
}
最后修改时间: 4 个月前