实时获取抖音热榜摘要,返回榜单条目、热度、标签、封面与上榜时间。免费接口,无需密钥。
实时获取抖音热榜摘要,返回榜单条目、热度、标签、封面与上榜时间。免费接口,无需密钥。
[]
{"openapi":"3.1.1","info":{"title":"抖音热榜","description":"实时获取抖音热榜摘要,返回榜单条目、热度、标签、封面与上榜时间。免费接口,无需密钥。","version":"1.0.0"},"paths":{"/api/douyin/index.php":{"get":{"summary":"抖音热榜","description":"实时获取抖音热榜摘要,返回榜单条目、热度、标签、封面与上榜时间。免费接口,无需密钥。","parameters":[],"responses":{"200":{"description":"成功","content":{"application/json":{"schema":{"type":"object"}}}}}},"post":{"summary":"抖音热榜","description":"实时获取抖音热榜摘要,返回榜单条目、热度、标签、封面与上榜时间。免费接口,无需密钥。","parameters":[],"responses":{"200":{"description":"成功","content":{"application/json":{"schema":{"type":"object"}}}}}}}},"servers":[{"url":"https://api.souxiaocha.com","description":"当前访问入口(https)"}]}
{"code":0,"data":{"count":54,"update_time":"2026-09-24 16:58:51","list":[{"rank":1,"title":"中秋这口鲜该上桌了","hot":"352.4万","views":3,"videos":12,"label":"热","cover":"https://p26-sign.douyinpic.com/...","time":"09-24 10:45"}]},"msg":"获取成功"}https://api.souxiaocha.com/api/douyin/index.phpGET https://api.souxiaocha.com/api/douyin/index.php
GET 参数放在查询字符串中。参数值请替换为实际有效值。
{"code":0,"data":{"count":54,"update_time":"2026-09-24 16:58:51","list":[{"rank":1,"title":"中秋这口鲜该上桌了","hot":"352.4万","views":3,"videos":12,"label":"热","cover":"https://p26-sign.douyinpic.com/...","time":"09-24 10:45"}]},"msg":"获取成功"}本 API 用于获取抖音实时热榜摘要。数据抓取自抖音 web 热榜并做格式化聚合,返回榜单条目、热度、标签、封面与上榜时间等结构化数据。免费接口,无需密钥,可直接调用。
https://api.souxiaocha.com/api/douyin/index.php
无需任何参数。
成功返回示例(list 已截断,实际 count 为榜单总条数):
{"code":0,"data":{"count":54,"update_time":"2026-09-24 16:58:51","list":[{"rank":1,"title":"中秋这口鲜该上桌了","hot":"352.4万","views":3,"videos":12,"label":"热","cover":"https://p26-sign.douyinpic.com/...","time":"09-24 10:45"}]},"msg":"获取成功"}
| 字段 | 类型 | 描述 |
|---|---|---|
| code | int | 0 成功,1 失败 |
| data.count | int | 榜单条目总数 |
| data.update_time | string | 榜单更新时间 |
| data.list[].rank | int | 排名(从 1 开始) |
| data.list[].title | string | 热榜标题 |
| data.list[].hot | string/int | 热度(超 1 万格式化为「万」,超 1 亿为「亿」) |
| data.list[].views | int | 相关视频播放量 |
| data.list[].videos | int | 相关视频数 |
| data.list[].label | string | 标签:热/新/荐/沸/影/剧/综/文/上升,可为空 |
| data.list[].cover | string | 封面图地址(抖音签名 URL,有时效) |
| data.list[].time | string | 上榜时间(mm-dd HH:i),可为空 |
| msg | string | 结果说明 |
curl "https://api.souxiaocha.com/api/douyin/index.php"
| code | msg | 描述 |
|---|---|---|
| 1 | 获取失败,请稍后重试 | 上游抓取失败或返回数据异常 |
失败时 HTTP 状态码为 200,请以响应体 code 判断(成功 code=0)。
cover 为抖音签名地址,存在时效性,请勿长期存储2026-09-24
curl "https://api.souxiaocha.com/api/douyin/index.php"
未登录?登录 后自动填充令牌;免费接口可不填直接测试。
无声明参数,可直接发送请求。
// 结果将在此处显示