near_me
开始使用
keyboard_arrow_down

games
文档-游戏
keyboard_arrow_down

local_mall
资源
keyboard_arrow_down
class
关于
menu UAPI 文档

UAPI

此API已被调用 36899 次

接口:https://uapis.cn/api/hotlist?type=要查询的名称

请求示例,查询哔哩哔哩全站日榜:https://uapis.cn/api/hotlist?type=bilibili

GET 聚合热搜/历史今天
  • 请求参数
  • 返回结果
  • 返回数据结构
  • GET 聚合热搜/历史今天

    GET /api/hotlist

    请求参数

    名称 位置 类型 必选 说明
    type query string 要查询的名称

    type类型

    名称 说明
    bilibili 哔哩哔哩全站日榜
    bilihot 哔哩哔哩热搜榜
    zhihu 知乎热搜榜
    weibo 微博热搜榜
    douyin 抖音热搜榜
    history 历史上的今天

    成功-返回示例

    {
        "success": true,
        "title": "百度百科",
        "subtitle": "历史上的今天",
        "update_time": "2023-03-11 07:50:49",
        "data": [
            {
                "index": 1,
                "title": "1895年-朝鲜农民起义军领袖全琫准逝世"
            },
            {
                "index": 2,
                "title": "1906年-富豪企业家季诺·大卫杜夫出生"
            },
            {
                "index": 3,
                "title": "1916年-英国首相哈罗德·威尔逊出生"
            },
            {
                "index": 4,
                "title": "1923年-马耳他总统阿加塔·巴巴拉出生"
            },
            {
                "index": 5,
                "title": "1928年-中国著名评剧及小品演员赵丽蓉出生"
            },
            {
                "index": 6,
                "title": "1931年-英国传媒界的巨鳄鲁伯特·默多克出生"
            },
            {
                "index": 7,
                "title": "1941年-美国罗斯福总统签署《贷款和出租武器法案》"
            },
            {
                "index": 8,
                "title": "1946年-《松花江》歌曲作者张寒晖逝世"
            },
            {
                "index": 9,
                "title": "1951年-中华全国世界语协会成立"
            },
            {
                "index": 10,
                "title": "1955年-英国著名细菌学家亚历山大·弗莱明逝世"
            },
            {
                "index": 11,
                "title": "1959年-美国参议院批准夏威夷群岛成为夏威夷州"
            },
            {
                "index": 12,
                "title": "1974年-陕西临潼农民发现秦始皇陵陪葬坑中的兵马俑"
            },
            {
                "index": 13,
                "title": "1988年-美国总统里根宣布对巴拿马发动经济制裁"
            },
            {
                "index": 14,
                "title": "1990年-新中国第一位女将军李贞逝世"
            },
            {
                "index": 15,
                "title": "2006年-前南斯拉夫联邦共和国总统米洛舍维奇逝世"
            }
        ]
    }

    400-参数错误或不完整

    {
        "code": "400",
        "msg": "Incomplete parameters"
    }

    返回结果

    状态码 状态码含义 说明 数据模型
    200 OK 成功 Inline
    400 Incomplete parameters 参数错误或不完整 Inline

    返回数据结构

    状态码 200

    名称 类型 必选 约束 中文名 说明
    » success number true none 是否成功 none
    » title string true none 网站名 none
    » subtitle number true none 搜索类型 none
    » update_time number true none 数据更新时间 none
    » subtitle number true none 搜索类型 none
    » [data][index] number true none 序列号 none
    » [data][title] number true none 文章标题 none
    » [data][pic] number true none 图片链接 none
    » [data][desc] number true none 简介 none
    » [data][hot] number true none 播放量 none
    » [data][url] number true none 原文链接 none

    状态码 400

    名称 类型 必选 约束 中文名 说明
    » code number true none 返回码 none
    » msg string true none 错误信息 none