获取对方抖音主页资料
接口地址 https://apis.kit9.cn/api/douyin_home_information/api.php
请求方式 GET/POST
返回格式 JSON
HTTP/HTTPS 支持
请求示例 https://apis.kit9.cn/api/douyin_home_information/api.php?link=https://v.douyin.com/Jj9vH2s/
参数说明
参数 | 必填 | 类型 | 说明 |
---|---|---|---|
link | 是 | String | 分享链接 |
返回参数
名称 | 类型 | 说明 | ||
---|---|---|---|---|
code | number | 状态码 200为正常,其它为异常 | ||
msg | string | 状态说明 | ||
data | array | 数组 | ||
unique_id | string | 抖音号 | ||
nickname | string | 昵称 | ||
avatar | string | 头像链接 | ||
white_cover_url | string | 背景图 | ||
qrcode_url | string | 二维码 | ||
sign | string | 个性签名 | ||
enterprise_verify | string | 企业认证 | ||
ip_location | string | IP属地 | ||
aweme_count | string | 作品数量 | ||
following_count | string | 关注数量 | ||
mplatform_followers_count | string | 粉丝数量 | ||
total_favorited | string | 获赞数量 | ||
favoriting_count | string | 喜欢数量 |
返回示例
{ "code": 200, "msg": "success", "data": { "unique_id": "rmrbxmt", "nickname": "人民日报", "avatar": "https://p3-pc.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-avt-0015_21b4383e542b8991bcd33d33eeda7d8d.jpeg?from=2956013662", "white_cover_url": "https://p9-pc-sign.douyinpic.com/obj/douyin-user-image-file/a0fed342d45f11ee57830326fa8bb1b1?x-expires=1689260400&x-signature=VPKTRXGOVFIVPH0pispwP2a%2FmAg%3D&from=2480802190", "qrcode_url": "https://p6.douyinpic.com/obj/b6fd001f6ba9684c2724", "sign": "参与、沟通、记录时代。", "enterprise_verify": "人民日报官方账号", "ip_location": "用户未设置或自己可见", "aweme_count": 5622, "following_count": 28, "mplatform_followers_count": 162706468, "total_favorited": 11318077378, "favoriting_count": "用户设置仅自己可见" } }