ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# 百度贴吧热议榜 >[danger] 免费接口,每日100次免费调用 ## 接口调用([调用须知](https://www.kancloud.cn/chimney/cn-api/2491302)) >[info] 百度贴吧热议top30数据,系统每小时更新一次。 ## 请求地址 ~~~ GET https://api.cnbook.top/baidu/tieba/topic ~~~ ## 返回结果说明 | 名称 | 类型 | 示例值 | 说明 | | --- | --- | --- | --- | | topic_id | string | 881694 | 话题ID | | topic_name | string | S11第二日LPL4队全部获胜 | 话题名称 | | topic_desc | int | 风水轮流转,S11小组赛第二日LPL四战全胜 | 话题简介 | | topic_pic | string | http://tiebapic.baidu.com/forum/pic/item/95eef01f3a292df5d0cb9300e1315c6034a8739e.jpg | 话题封面 | | discuss_num | string | 2947710 | 实时讨论量 | | rank | string | 1 | 排名 | | create_time | string | 1634091531 | 创建时间 | | topic_avatar | string | http://tiebapic.baidu.com/forum/whfpf%3D84%2C88%2C40%3Bq%3D90/sign=06e6df1ceb003af34def8f205317fe68/95eef01f3a292df5d0cb9300e1315c6034a8739e.jpg | 话题logo | | topic_url | string | http://tieba.baidu.com/hottopic/browse/hottopic?topic_id=881694&topic_name=S11%E7%AC%AC%E4%BA%8C%E6%97%A5LPL4%E9%98%9F%E5%85%A8%E9%83%A8%E8%8E%B7%E8%83%9C | 话题链接 | #### 返回示例 ~~~ { "code": 0, "message": "success", "data": [ { "topic_id": 881694, "topic_name": "S11第二日LPL4队全部获胜", "topic_desc": "风水轮流转,S11小组赛第二日LPL四战全胜", "topic_pic": "http://tiebapic.baidu.com/forum/pic/item/95eef01f3a292df5d0cb9300e1315c6034a8739e.jpg", "discuss_num": 2947710, "rank": 1, "create_time": 1634091531, "topic_avatar": "http://tiebapic.baidu.com/forum/whfpf%3D84%2C88%2C40%3Bq%3D90/sign=06e6df1ceb003af34def8f205317fe68/95eef01f3a292df5d0cb9300e1315c6034a8739e.jpg", "topic_url": "http://tieba.baidu.com/hottopic/browse/hottopic?topic_id=881694&topic_name=S11%E7%AC%AC%E4%BA%8C%E6%97%A5LPL4%E9%98%9F%E5%85%A8%E9%83%A8%E8%8E%B7%E8%83%9C" }, { "topic_id": 881596, "topic_name": "LNG 1-0 TL", "topic_desc": "全场MVP给到了icon选手的妖姬。前期妖姬对线期打出强势压制力,中期利用自身优势帮助团队打出完美团战并控下前期所有资源,6-0-5的完美KDA、33.1%的伤害占比,成功帮助队伍拿下小组赛的首胜", "topic_pic": "http://tiebapic.baidu.com/forum/pic/item/8b82b9014a90f6035c0438ab7c12b31bb151eda2.jpg", "discuss_num": 2347231, "rank": 2, "create_time": 1634081735, "topic_avatar": "http://tiebapic.baidu.com/forum/whfpf%3D84%2C88%2C40%3Bq%3D90/sign=689928ce8dfcc3ceb4959a73f478eebc/8b82b9014a90f6035c0438ab7c12b31bb151eda2.jpg", "topic_url": "http://tieba.baidu.com/hottopic/browse/hottopic?topic_id=881596&topic_name=LNG%201-0%20TL" } ], "trace": 1634095195 } ~~~