V5某音查询作者视频 正常
更多API推荐>>
根据sec_uid查询APP某音作者所有视频列表,低频率访问

接口地址: https://api.itfaba.com/v5/dyhome

返回格式: JSON

请求方式: POST

请求示例: https://api.itfaba.com/v5/dyhome?apiKey=testkey

直连路由服务地址1: https://api-1.itfaba.com/v5/dyhome?apiKey=xxx

直连路由服务地址2: https://api-2.itfaba.com/v5/dyhome?apiKey=xxx

注意:{apiKey}参数接口密钥登陆用户平台获取

请求参数说明:

名称 必填 类型 说明
sec_uid string 抖音用户sec_uid,例如:MS4wLjABAAAApmi-USaKOChKt5pX20FjhjJMcH2bFRfh04i2aP-zVlI
count int 默认10,最大20
max_cursor string 翻页游标,默认为0,翻页取上次结果中max_cursor
props string 对返回结果筛选减少传输压力,只保留属性字段每个属性用英文逗号分隔,默认:
aweme_list,aweme_id,desc,create_time,video,play_addr,cover,uri,url_list,width,height,url_key,dynamic_cover,
origin_cover,share_url,statistics,admire_count,comment_count,digg_count,collect_count,
play_count,share_count,text_extra,start,end,type,hashtag_name,hashtag_id,is_commerce,caption_start,caption_end,
share_info,share_url,share_link_desc,duration,item_title,caption,
author,uid,nickname,avatar_thumb,sec_uid

返回参数说明:

名称 类型 说明

返回示例:

{}

请求参数设置:

参数名称 参数值


{}

错误码格式说明:

名称 类型 说明
code int 0:异常消息,1:正常,2:警告
result int 0:异常消息,1:正常

代码示例:

codelayui.code

  1. apiKey登录用户平台获取