抖音热点消息,我们致力于为用户提供专业的免费API数据接口服务
抖音热点消息获取
https://api.52bin.cn/api/douyin/index.php
https://api.52bin.cn/api/douyin/index.php?apikey=[你开通的apikey]
点击右侧按钮复制完整请求地址,参数值请替换为实际有效值
| 参数名 | 是否必填 | 参数类型 | 参数说明 |
|---|---|---|---|
|
apikey
|
是 | string |
你开通的apikey
点击登录获取秘钥 |
| 参数名 | 参数类型 | 参数说明 |
|---|---|---|
| 暂无返回参数信息 | ||
{
"code": 0,
"data": {
"count": 30,
"update_time": "2026-03-06 17:31:20",
"list": [
{
"rank": 1,
"title": "全国人大举行经济主题记者会",
"hot": "1111.6万",
"views": 1,
"videos": 1,
"label": "",
"cover": "https://...",
"time": "03-06 16:35"
},
{
"rank": 2,
"title": "中国女足vs乌兹别克斯坦女足",
"hot": "1109.8万",
"views": 5,
"videos": 5,
"label": "热",
"cover": "https://...",
"time": "03-06 17:49"
}
// ... 更多列表项
]
},
"msg": "获取成功"
}