扫描二维码即可赞赏支持
感谢您的支持,这将帮助我们提供更好的服务
接口地址:
https://apiserver.alcex.cn/daily-hot/douyin
请求方式:
GET/POST
返回格式:
JSON
Curl请求示例:
curl -X GET 'https://apiserver.alcex.cn/daily-hot/douyin'
请求参数:
查询参数(query_param):
名称 | 必填 | 类型 | 说明 |
---|---|---|---|
cache | 否 | Bool | 为保证服务稳定性默认缓存1小时,可选择不缓存获取最新数据 |
limit | 否 | int | 由于部分榜单返回的数据量过多,特地添加了一个 limit 限制,你可以在请求的网址后面加上参数 limit=20 即可 |
rss | 是 | bool | 默认为false,新版本支持了 RSS 模式,就是可以在各大阅读器中直接阅读热榜数据了 |
返回参数:
名称 | 类型 | 说明 |
---|---|---|
code | int | 状态码 |
name | str | 名称 |
title | str | 标题 |
description | str | 介绍 |
link | str | 链接 |
total | int | 数据总数 |
updateTime | str | 更新时间 |
fromCache | Bool | 是否为缓存数据 |
data | json | 数据数组 |
状态码说明:
状态码 | 状态 | 说明 |
---|---|---|
200 | 成功 | 请求成功,返回正确的数据 |
400 | 请求错误 | 请求参数错误或缺失必要参数 |
401 | 未授权 | 缺少有效的身份验证凭据 |
403 | 禁止访问 | 服务器理解请求但拒绝执行 |
404 | 未找到 | 请求的资源不存在 |
429 | 请求过多 | 请求频率超过限制 |
500 | 服务器错误 | 服务器内部错误 |
502 | 网关错误 | 网关或代理服务器错误 |
503 | 服务不可用 | 服务器暂时无法处理请求 |
返回示例:
{
"code": 200,
"name": "douyin",
"title": "抖音",
"type": "热榜",
"description": "实时上升热点",
"link": "https://www.douyin.com",
"total": 48,
"fromCache": false,
"updateTime": "2025-08-15T17:47:34.019Z",
"data": [
{
"id": "2204566",
"title": "杜克重访孟加拉见到一哥",
"timestamp": 1755259899000,
"hot": 12412727,
"url": "https://www.douyin.com/hot/2204566",
"mobileUrl": "https://www.douyin.com/hot/2204566"
},
{
"id": "2204134",
"title": "WSUP全球齐舞大赛",
"timestamp": 1755236900000,
"hot": 11928929,
"url": "https://www.douyin.com/hot/2204134",
"mobileUrl": "https://www.douyin.com/hot/2204134"
},
{
"id": "2204449",
"title": "100秒了解生态经济新范式",
"timestamp": 1755251896000,
"hot": 11287638,
"url": "https://www.douyin.com/hot/2204449",
"mobileUrl": "https://www.douyin.com/hot/2204449"
},
{
"id": "2204600",
"title": "浙BA杭州72:58诸暨",
"timestamp": 1755262419000,
"hot": 11176834,
"url": "https://www.douyin.com/hot/2204600",
"mobileUrl": "https://www.douyin.com/hot/2204600"
},
{
"id": "2204574",
"title": "特朗普普京将会晤",
"timestamp": 1755261318000,
"hot": 10565636,
"url": "https://www.douyin.com/hot/2204574",
"mobileUrl": "https://www.douyin.com/hot/2204574"
},
{
"id": "2204353",
"title": "卫健委最新通报肖某董某莹事件",
"timestamp": 1755248558000,
"hot": 10536368,
"url": "https://www.douyin.com/hot/2204353",
"mobileUrl": "https://www.douyin.com/hot/2204353"
},
{
"id": "2204392",
"title": "你的四六级过了吗",
"timestamp": 1755249901000,
"hot": 9418068,
"url": "https://www.douyin.com/hot/2204392",
"mobileUrl": "https://www.douyin.com/hot/2204392"
},
{
"id": "2203848",
"title": "洗衣机会唱歌了",
"timestamp": 1755221820000,
"hot": 9405092,
"url": "https://www.douyin.com/hot/2203848",
"mobileUrl": "https://www.douyin.com/hot/2203848"
},
{
"id": "2204595",
"title": "生万物绣绣说大脚是自己的靠山",
"timestamp": 1755262283000,
"hot": 9289270,
"url": "https://www.douyin.com/hot/2204595",
"mobileUrl": "https://www.douyin.com/hot/2204595"
},
{
"id": "2204371",
"title": "邓紫棋香港演唱会",
"timestamp": 1755249121000,
"hot": 9259242,
"url": "https://www.douyin.com/hot/2204371",
"mobileUrl": "https://www.douyin.com/hot/2204371"
},
{
"id": "2204137",
"title": "定格夏天结束的瞬间",
"timestamp": 1755236967000,
"hot": 9169577,
"url": "https://www.douyin.com/hot/2204137",
"mobileUrl": "https://www.douyin.com/hot/2204137"
},
{
"id": "2204431",
"title": "马鞍山现超级大爆炸声系谣言",
"timestamp": 1755251265000,
"hot": 8985327,
"url": "https://www.douyin.com/hot/2204431",
"mobileUrl": "https://www.douyin.com/hot/2204431"
},
{
"id": "2204380",
"title": "肖某董某莹事件5家机构19人被问责",
"timestamp": 1755249359000,
"hot": 8982531,
"url": "https://www.douyin.com/hot/2204380",
"mobileUrl": "https://www.douyin.com/hot/2204380"
},
{
"id": "2204570",
"title": "中日友好医院党委书记更换",
"timestamp": 1755260686000,
"hot": 8970511,
"url": "https://www.douyin.com/hot/2204570",
"mobileUrl": "https://www.douyin.com/hot/2204570"
},
{
"id": "2204363",
"title": "15岁女孩回应撞脸雷军",
"timestamp": 1755248824000,
"hot": 8835228,
"url": "https://www.douyin.com/hot/2204363",
"mobileUrl": "https://www.douyin.com/hot/2204363"
},
{
"id": "2203921",
"title": "嗑到生万物宁绣绣封大脚",
"timestamp": 1755226354000,
"hot": 8800643,
"url": "https://www.douyin.com/hot/2203921",
"mobileUrl": "https://www.douyin.com/hot/2203921"
},
{
"id": "2203812",
"title": "美俄峰会前夕俄乌战场战火反扑",
"timestamp": 1755219756000,
"hot": 8718367,
"url": "https://www.douyin.com/hot/2203812",
"mobileUrl": "https://www.douyin.com/hot/2203812"
},
{
"id": "2203563",
"title": "入秋的第一件薄外套",
"timestamp": 1755174125000,
"hot": 8555145,
"url": "https://www.douyin.com/hot/2203563",
"mobileUrl": "https://www.douyin.com/hot/2203563"
},
{
"id": "2203983",
"title": "河南特色美食测评",
"timestamp": 1755229640000,
"hot": 8469955,
"url": "https://www.douyin.com/hot/2203983",
"mobileUrl": "https://www.douyin.com/hot/2203983"
},
{
"id": "2203731",
"title": "3女子带4孩点一碗面多次免费续面",
"timestamp": 1755213749000,
"hot": 8130633,
"url": "https://www.douyin.com/hot/2203731",
"mobileUrl": "https://www.douyin.com/hot/2203731"
},
{
"id": "2204383",
"title": "Tim100小时荒岛生存挑战成功",
"timestamp": 1755249444000,
"hot": 7825483,
"url": "https://www.douyin.com/hot/2204383",
"mobileUrl": "https://www.douyin.com/hot/2204383"
},
{
"id": "2203970",
"title": "洪金宝时隔30年重回潮汕取景地",
"timestamp": 1755228998000,
"hot": 7821626,
"url": "https://www.douyin.com/hot/2203970",
"mobileUrl": "https://www.douyin.com/hot/2203970"
},
{
"id": "2204041",
"title": "第十一届世界渲染大赛",
"timestamp": 1755231806000,
"hot": 7801900,
"url": "https://www.douyin.com/hot/2204041",
"mobileUrl": "https://www.douyin.com/hot/2204041"
},
{
"id": "2204301",
"title": "同时睁眼挑战",
"timestamp": 1755245651000,
"hot": 7786368,
"url": "https://www.douyin.com/hot/2204301",
"mobileUrl": "https://www.douyin.com/hot/2204301"
},
{
"id": "2204299",
"title": "披荆斩棘一公舞台",
"timestamp": 1755245587000,
"hot": 7776179,
"url": "https://www.douyin.com/hot/2204299",
"mobileUrl": "https://www.douyin.com/hot/2204299"
},
{
"id": "2203981",
"title": "苏州一地发生水管爆管",
"timestamp": 1755229329000,
"hot": 7768176,
"url": "https://www.douyin.com/hot/2203981",
"mobileUrl": "https://www.douyin.com/hot/2203981"
},
{
"id": "2204672",
"title": "老虎:大家票不白买嗷",
"timestamp": 1755267297000,
"hot": 7746116,
"url": "https://www.douyin.com/hot/2204672",
"mobileUrl": "https://www.douyin.com/hot/2204672"
},
{
"id": "2203951",
"title": "学游泳就为了帅这一下",
"timestamp": 1755228033000,
"hot": 7738247,
"url": "https://www.douyin.com/hot/2203951",
"mobileUrl": "https://www.douyin.com/hot/2203951"
},
{
"id": "2204529",
"title": "太行山深处的烈士守墓人",
"timestamp": 1755256774000,
"hot": 7734065,
"url": "https://www.douyin.com/hot/2204529",
"mobileUrl": "https://www.douyin.com/hot/2204529"
},
{
"id": "2204060",
"title": "一口气看懂抗日战争史",
"timestamp": 1755232729000,
"hot": 7733650,
"url": "https://www.douyin.com/hot/2204060",
"mobileUrl": "https://www.douyin.com/hot/2204060"
},
{
"id": "2204321",
"title": "子夜归完颜团出击",
"timestamp": 1755246730000,
"hot": 7733650,
"url": "https://www.douyin.com/hot/2204321",
"mobileUrl": "https://www.douyin.com/hot/2204321"
},
{
"id": "2203785",
"title": "无聊的人去玩拼豆吧",
"timestamp": 1755216315000,
"hot": 7724590,
"url": "https://www.douyin.com/hot/2203785",
"mobileUrl": "https://www.douyin.com/hot/2203785"
},
{
"id": "2204204",
"title": "如何评价生万物里杨幂的表现",
"timestamp": 1755240595000,
"hot": 7723759,
"url": "https://www.douyin.com/hot/2204204",
"mobileUrl": "https://www.douyin.com/hot/2204204"
},
{
"id": "2204599",
"title": "生万物顶级群像剧",
"timestamp": 1755262389000,
"hot": 7719798,
"url": "https://www.douyin.com/hot/2204599",
"mobileUrl": "https://www.douyin.com/hot/2204599"
},
{
"id": "2203775",
"title": "李乃文助理",
"timestamp": 1755215644000,
"hot": 7719782,
"url": "https://www.douyin.com/hot/2203775",
"mobileUrl": "https://www.douyin.com/hot/2203775"
},
{
"id": "2203107",
"title": "一个人的夜转场变装太权威了",
"timestamp": 1755151916000,
"hot": 7718786,
"url": "https://www.douyin.com/hot/2203107",
"mobileUrl": "https://www.douyin.com/hot/2203107"
},
{
"id": "2204356",
"title": "王力宏上海演唱会",
"timestamp": 1755248677000,
"hot": 7712847,
"url": "https://www.douyin.com/hot/2204356",
"mobileUrl": "https://www.douyin.com/hot/2204356"
},
{
"id": "2204602",
"title": "新说唱半决赛抢先听个够",
"timestamp": 1755262496000,
"hot": 7707979,
"url": "https://www.douyin.com/hot/2204602",
"mobileUrl": "https://www.douyin.com/hot/2204602"
},
{
"id": "2204584",
"title": "如果动物自己会说话",
"timestamp": 1755262084000,
"hot": 7704830,
"url": "https://www.douyin.com/hot/2204584",
"mobileUrl": "https://www.douyin.com/hot/2204584"
},
{
"id": "2204148",
"title": "测测这辈子能赚多少钱",
"timestamp": 1755237281000,
"hot": 7695565,
"url": "https://www.douyin.com/hot/2204148",
"mobileUrl": "https://www.douyin.com/hot/2204148"
},
{
"id": "2203584",
"title": "十二生肖符咒转场",
"timestamp": 1755176139000,
"hot": 7691594,
"url": "https://www.douyin.com/hot/2203584",
"mobileUrl": "https://www.douyin.com/hot/2203584"
},
{
"id": "2203550",
"title": "刀郎太原演唱会",
"timestamp": 1755172431000,
"hot": 7684793,
"url": "https://www.douyin.com/hot/2203550",
"mobileUrl": "https://www.douyin.com/hot/2203550"
},
{
"id": "2203154",
"title": "爱是下意识地惦记",
"timestamp": 1755154053000,
"hot": 7684742,
"url": "https://www.douyin.com/hot/2203154",
"mobileUrl": "https://www.douyin.com/hot/2203154"
},
{
"id": "2203381",
"title": "和我的灵魂搭档献唱一首",
"timestamp": 1755164205000,
"hot": 7681899,
"url": "https://www.douyin.com/hot/2203381",
"mobileUrl": "https://www.douyin.com/hot/2203381"
},
{
"id": "2203001",
"title": "生活就是一边回忆一边继续",
"timestamp": 1755147725000,
"hot": 7681342,
"url": "https://www.douyin.com/hot/2203001",
"mobileUrl": "https://www.douyin.com/hot/2203001"
},
{
"id": "2202989",
"title": "是回忆让旅行有始有终",
"timestamp": 1755147236000,
"hot": 7670378,
"url": "https://www.douyin.com/hot/2202989",
"mobileUrl": "https://www.douyin.com/hot/2202989"
},
{
"id": "2204053",
"title": "这狗侧脸一般正脸绝了",
"timestamp": 1755232221000,
"hot": 7657294,
"url": "https://www.douyin.com/hot/2204053",
"mobileUrl": "https://www.douyin.com/hot/2204053"
},
{
"id": "2204360",
"title": "王心凌北京演唱会",
"timestamp": 1755248753000,
"hot": 7654544,
"url": "https://www.douyin.com/hot/2204360",
"mobileUrl": "https://www.douyin.com/hot/2204360"
}
]
}
错误返回示例:
{
"code": 400,
"error": "请求参数验证失败",
"message": "请求参数缺失或无效,请查看官网文档以解决此问题:https://api.alcex.cn/",
"details": [
"query.id: Field required"
],
"timestamp": 1755182973,
"request_id": "21646ea2a01c461298cdbdbdb3f3a663"
}
{
"code": 404,
"error": "HTTP错误",
"message": "Not Found",
"timestamp": 1755182878,
"request_id": "9ddc3b08d6724e4eafc2b4e2c1f24190"
}
{
"code": 500,
"error": "请求错误",
"message": "请求处理过程中发生错误,请检查请求参数是否正确",
"timestamp": 1755182846,
"request_id": "1cb82ff6aac5482caeac1999df66dccb"
}
多语言代码示例:
正在生成代码示例...
提示:在线测试可能无法正常返回数据,建议使用专业工具测试。
使用专业的API调试工具进行更详细的测试