抖音主页解析

接口地址: http://res.abeim.cn/api-dy_user_home

返回格式: JSON

请求方式: GET/POST

请求示例: http://res.abeim.cn/api-dy_user_home?url=https://v.douyin.com/Jj9vH2s/

请求参数说明:

名称 必填 类型 说明
url 必填 String 分享的个人主页链接

响应参数说明:

名称 类型 说明
code Int 返回状态码
msg String 返回提示信息
data Array 返回的数据

响应参数说明(data):

名称 类型 说明
name String 抖音昵称
id String 抖音id
sign String 个签
works Int 作品数量
following Int 关注
fans Int 粉丝数量
laud Int 获赞量
like Int 喜欢
head_url String 头像链接

返回示例(json):

{
    "code": 200,
    "msg": "ok",
    "data": {
        "name": "人民日报",
        "id": "rmrbxmt",
        "sign": "参与、沟通、记录时代。",
        "works": 2196,
        "following": 18,
        "fans": 102215000,
        "laud": "585272000",
        "like": 57,
        "head_url": "https://p26-dy.byteimg.com/aweme/1080x1080/30ed2000aad26be101cad.jpeg?from=4010531038"
    }
}

错误码说明:

名称 类型 说明
code Int 返回的状态码
200:成功
201:链接为空
202:链接格式错误
210:输入的可能不是分享的主页链接
203:输入的链接可能是错的
100:系统异常
msg String 提示信息

代码示例:

暂无示例,等待添加

更新日志:

暂无示例,等待添加