获取短视频信息
POST
/api/weibo/short_video请求参数
Body 参数application/json
share_text
string
短视频分享链接
示例
{
"share_text": "https://video.weibo.com/show?fid=1034:4986069612167172"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
code
string
必需
msg
string
必需
data
object
必需
示例
{
"code": 0,
"msg": "string",
"data": {
"code": "string",
"msg": "string",
"data": {
"Component_Play_Playinfo": {
"mid": 0,
"id": "string",
"oid": "string",
"media_id": 0,
"user": {
"id": 0
},
"is_follow": true,
"attitude": true,
"date": "string",
"real_date": 0,
"idstr": "string",
"author": "string",
"nickname": "string",
"verified": true,
"verified_type": 0,
"verified_type_ext": 0,
"verified_reason": "string",
"avatar": "string",
"followers_count": "string",
"reposts_count": "string",
"comments_count": "string",
"attitudes_count": 0,
"title": "string",
"urls": {
"高清 720P": "string",
"标清 480P": "string",
"流畅 360P": "string"
},
"cover_image": "string",
"duration": "string",
"duration_time": 0,
"play_start": 0,
"play_start_time": 0,
"topics": [
{
"content": "string"
}
],
"uuid": "string",
"text": "string",
"url_short": "string",
"is_show_bulletin": 0,
"comment_manage_info": {
"comment_permission_type": 0,
"approval_comment_type": 0
},
"video_orientation": "string",
"is_contribution": 0,
"live": true,
"scrubber": {
"width": 0,
"height": 0,
"col": 0,
"row": 0,
"interval": 0,
"urls": [
"string"
]
},
"cooperate_video": 0,
"stream_url": "string",
"object_type": "string",
"play_count": "string",
"ip_info_str": "string",
"attitude_dynamic_adid": "string",
"user_video_count": 0,
"allow_comment": true,
"reward": {
"version_state": 0,
"state": 0,
"welfare": 0,
"desc": "string",
"reward_button_scheme": "string",
"reward_params": "string",
"mid": "string",
"user": {
"id": 0,
"idstr": "string",
"class": 0,
"screen_name": "string",
"name": "string",
"province": "string",
"city": "string",
"location": "string",
"description": "string",
"url": "string",
"profile_image_url": "string",
"light_ring": true,
"cover_image_phone": "string",
"profile_url": "string",
"domain": "string",
"weihao": "string",
"gender": "string",
"followers_count": 0,
"followers_count_str": "string",
"friends_count": 0,
"pagefriends_count": 0,
"statuses_count": 0,
"video_status_count": 0,
"video_play_count": 0,
"super_topic_not_syn_count": 0,
"favourites_count": 0,
"created_at": "string",
"following": true,
"allow_all_act_msg": true,
"geo_enabled": true,
"verified": true,
"verified_type": 0,
"remark": "string",
"insecurity": {
"sexual_content": true
},
"ptype": 0,
"allow_all_comment": true,
"avatar_large": "string",
"avatar_hd": "string",
"verified_reason": "string",
"verified_trade": "string",
"verified_reason_url": "string",
"verified_source": "string",
"verified_source_url": "string",
"verified_state": 0,
"verified_level": 0,
"verified_type_ext": 0,
"has_service_tel": true,
"verified_reason_modified": "string",
"verified_contact_name": "string",
"verified_contact_email": "string",
"verified_contact_mobile": "string",
"follow_me": true,
"like": true,
"like_me": true,
"online_status": 0,
"bi_followers_count": 0,
"lang": "string",
"star": 0,
"mbtype": 0,
"mbrank": 0,
"svip": 0,
"vvip": 0,
"mb_expire_time": 0,
"block_word": 0,
"block_app": 0,
"chaohua_ability": 0,
"brand_ability": 0,
"nft_ability": 0,
"vplus_ability": 0,
"wenda_ability": 0,
"live_ability": 0,
"gongyi_ability": 0,
"paycolumn_ability": 0,
"newbrand_ability": 0,
"ecommerce_ability": 0,
"hardfan_ability": 0,
"wbcolumn_ability": 0,
"interaction_user": 0,
"audio_ability": 0,
"place_ability": 0,
"credit_score": 0,
"user_ability": 0,
"cardid": "string",
"avatargj_id": "string",
"urank": 0,
"story_read_state": 0,
"verified_detail": {
"custom": 0,
"data": [
{
"key": 0,
"sub_key": 0,
"weight": 0,
"desc": "string",
"timestamp": 0
}
]
},
"vclub_member": 0,
"is_teenager": 0,
"is_guardian": 0,
"is_teenager_list": 0,
"pc_new": 0,
"special_follow": true,
"planet_video": 0,
"video_mark": 0,
"live_status": 0,
"user_ability_extend": 0,
"status_total_counter": {
"total_cnt": 0,
"repost_cnt": 0,
"comment_cnt": 0,
"like_cnt": 0,
"comment_like_cnt": 0
},
"video_total_counter": {
"play_cnt": 0
},
"brand_account": 0,
"hongbaofei": 0,
"green_mode": 0,
"urisk": 0,
"unfollowing_recom_switch": 0,
"block": 0,
"block_me": 0,
"avatar_type": 0,
"is_big": 0,
"auth_status": 0,
"auth_realname": null,
"auth_career": null,
"auth_career_name": null,
"show_auth": 0,
"is_auth": 0,
"is_punish": 0
}
}
}
}
}
}
最后修改时间: 5 个月前