# HelloGitHub实时热榜

摘要

HelloGitHub热榜,github热门仓库榜单

Tip
HelloGitHub榜单 API,自动爬取当日的热榜数据

接口地址:

https://apiserver.alcex.cn/daily-hot/hellogithub

请求方式:

GET/POST

返回格式:

JSON

Curl请求示例:

curl -X GET 'https://apiserver.alcex.cn/daily-hot/hellogithub'

请求参数:

查询参数(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": "hellogithub",
  "title": "HelloGitHub",
  "type": "热门仓库",
  "description": "分享 GitHub 上有趣、入门级的开源项目",
  "params": {
    "sort": {
      "name": "排行榜分区",
      "type": {
        "featured": "精选",
        "all": "全部"
      }
    }
  },
  "link": "https://hellogithub.com/",
  "total": 20,
  "fromCache": false,
  "updateTime": "2025-08-15T23:23:40.579Z",
  "data": [
    {
      "id": "ca4e9df3c18549d7b52a5566ceb62ca4",
      "title": "智谱开源的旗舰模型系列",
      "desc": "这是一个专为智能体应用打造的基础模型。GLM-4.5 总参数为 355B 激活参数为 32B,在工具调用、网页浏览、软件工程、前端编程领域进行了优化,可以接入 ",
      "author": "zai-org",
      "timestamp": 1753787031000,
      "hot": 2909,
      "url": "https://hellogithub.com/repository/ca4e9df3c18549d7b52a5566ceb62ca4",
      "mobileUrl": "https://hellogithub.com/repository/ca4e9df3c18549d7b52a5566ceb62ca4"
    },
    {
      "id": "6a1325d3a1ff45ecbf15d13e4362865b",
      "title": "轻量小巧的文本转语音模型",
      "desc": "这是一款轻量级文本转语音(TTS)模型,体积小于 25MB、无需 GPU 即可流畅运行。它能够将文本高质量地转换为自然流畅的语音,支持多种音色,适用于多种设备和",
      "author": "KittenML",
      "timestamp": 1754988269000,
      "hot": 797,
      "url": "https://hellogithub.com/repository/6a1325d3a1ff45ecbf15d13e4362865b",
      "mobileUrl": "https://hellogithub.com/repository/6a1325d3a1ff45ecbf15d13e4362865b"
    },
    {
      "id": "cf3934a3301d48ce83576fe7d6a4334b",
      "title": "基于大模型的智能文本提取库",
      "desc": "这是一款由 Google 开源的 Python 库,可实现自动识别和提取文本内容。它内置源文本的精确定位与交互式可视化功能。用户只需提供简短提示和少量示例,便可",
      "author": "google",
      "timestamp": 1754988177000,
      "hot": 382,
      "url": "https://hellogithub.com/repository/cf3934a3301d48ce83576fe7d6a4334b",
      "mobileUrl": "https://hellogithub.com/repository/cf3934a3301d48ce83576fe7d6a4334b"
    },
    {
      "id": "2296dac6b54a4ae488e616affecad379",
      "title": "开源的网页双语对照翻译工具",
      "desc": "这是一款开源的双语对照翻译浏览器插件。它为用户提供网页内容的快速双语对照翻译功能,便于在阅读外语网页时同步查看原文与译文,支持多翻译引擎(Google、Deep",
      "author": "fishjar",
      "timestamp": 1755003807000,
      "hot": 497,
      "url": "https://hellogithub.com/repository/2296dac6b54a4ae488e616affecad379",
      "mobileUrl": "https://hellogithub.com/repository/2296dac6b54a4ae488e616affecad379"
    },
    {
      "id": "236438348e3a42f3acbe9d68e4fca00a",
      "title": "开源的零代码身份认证中间件",
      "desc": "这是一个 Go 语言开发的极简认证中间件,可通过 Docker 快速部署。它能为任何 Web 应用或服务一键添加登录界面或 OAuth 登录(Google、Gi",
      "author": "steveiliop56",
      "timestamp": 1754988018000,
      "hot": 453,
      "url": "https://hellogithub.com/repository/236438348e3a42f3acbe9d68e4fca00a",
      "mobileUrl": "https://hellogithub.com/repository/236438348e3a42f3acbe9d68e4fca00a"
    },
    {
      "id": "ac2fdf84e6414bf59ca8e8a09e058a8e",
      "title": "微软开源的 MCP 教程",
      "desc": "该项目是微软开源的 MCP 基础教程,内容围绕 Python、.NET、Java、TypeScript 等多种编程语言,通过丰富的代码实例与系统化的学习路径,帮",
      "author": "microsoft",
      "timestamp": 1754988364000,
      "hot": 412,
      "url": "https://hellogithub.com/repository/ac2fdf84e6414bf59ca8e8a09e058a8e",
      "mobileUrl": "https://hellogithub.com/repository/ac2fdf84e6414bf59ca8e8a09e058a8e"
    },
    {
      "id": "5ce8ae2aa4f74316bf393b57b952433c",
      "title": "开箱即用的大模型 IM 机器人开发平台",
      "desc": "这是一个支持多种聊天平台、大模型和 AI 应用的聊天机器人平台,可以轻松集成到 QQ、企业微信、飞书、钉钉、Discord、Slack 等主流平台。它内置 We",
      "author": "langbot-app",
      "timestamp": 1754415128000,
      "hot": 1102,
      "url": "https://hellogithub.com/repository/5ce8ae2aa4f74316bf393b57b952433c",
      "mobileUrl": "https://hellogithub.com/repository/5ce8ae2aa4f74316bf393b57b952433c"
    },
    {
      "id": "8e9af473df2244f59d84b79915298fcc",
      "title": "每日 60 秒资讯 API 集合",
      "desc": "该项目集合了包括每日新闻、实时票房、汇率、热搜榜、随机段子等多种数据的 API 服务。",
      "author": "vikiboss",
      "timestamp": 1753689917000,
      "hot": 4167,
      "url": "https://hellogithub.com/repository/8e9af473df2244f59d84b79915298fcc",
      "mobileUrl": "https://hellogithub.com/repository/8e9af473df2244f59d84b79915298fcc"
    },
    {
      "id": "6f0ec18b08fb4fd792fe423202e6937c",
      "title": "单文件的全能文件服务",
      "desc": "这是一款基于 Python 开发的多功能文件服务,所有功能集成在单个 Python 文件,仅需一条命令即可启动。通过浏览器即可完成文件浏览、上传、下载、在线播放",
      "author": "9001",
      "timestamp": 1754378625000,
      "hot": 1518,
      "url": "https://hellogithub.com/repository/6f0ec18b08fb4fd792fe423202e6937c",
      "mobileUrl": "https://hellogithub.com/repository/6f0ec18b08fb4fd792fe423202e6937c"
    },
    {
      "id": "05eefc97f5664305ad6f03ea5f209f6f",
      "title": "基于蓝牙的即时通信应用",
      "desc": "这是一款无需服务器的蓝牙即时通讯应用,专为无网络环境设计。它通过结合蓝牙 Mesh 和 Nostr 协议,实现端到端加密的点对点通信,支持消息重试、离线转发、多",
      "author": "permissionlesstech",
      "timestamp": 1754378800000,
      "hot": 1109,
      "url": "https://hellogithub.com/repository/05eefc97f5664305ad6f03ea5f209f6f",
      "mobileUrl": "https://hellogithub.com/repository/05eefc97f5664305ad6f03ea5f209f6f"
    },
    {
      "id": "2980a9df6c764aa1bd8493d44c6581cd",
      "title": "开源的终端 AI 编程助手",
      "desc": "该项目是专为终端环境打造的 AI 智能编码助手,可灵活切换或混合调用多种模型。它完全开源、开箱即用,支持 Anthropic、OpenAI、Google 和离线",
      "author": "sst",
      "timestamp": 1754378917000,
      "hot": 788,
      "url": "https://hellogithub.com/repository/2980a9df6c764aa1bd8493d44c6581cd",
      "mobileUrl": "https://hellogithub.com/repository/2980a9df6c764aa1bd8493d44c6581cd"
    },
    {
      "id": "e50e9aace4594a0b8fc28055cdf40d0b",
      "title": "开源的城市交通仿真工具",
      "desc": "这是一款开源的微观多模式交通模拟工具包,能够精准模拟从汽车到行人在内的各类交通参与者。它由德国航空航天中心(DLR)的交通系统研究所开发,具备处理大规模路网的能",
      "author": "eclipse-sumo",
      "timestamp": 1754379284000,
      "hot": 1144,
      "url": "https://hellogithub.com/repository/e50e9aace4594a0b8fc28055cdf40d0b",
      "mobileUrl": "https://hellogithub.com/repository/e50e9aace4594a0b8fc28055cdf40d0b"
    },
    {
      "id": "fd2576528b244aa8933407bd88a61999",
      "title": "让 Claude Code 连接任意大模型的工具",
      "desc": "这是一个专为 Claude Code 设计的增强工具,旨在突破对单一模型提供商的依赖。它在 Anthropic 官方 CLI 基础上增加了可插拔的代理层,只需一",
      "author": "musistudio",
      "timestamp": 1754379107000,
      "hot": 848,
      "url": "https://hellogithub.com/repository/fd2576528b244aa8933407bd88a61999",
      "mobileUrl": "https://hellogithub.com/repository/fd2576528b244aa8933407bd88a61999"
    },
    {
      "id": "4dcea807fab7468a962c153b07ae4e4e",
      "title": "极简的在线白板工具",
      "desc": "这是一款免费、开源的在线白板工具。它提供一个无限画布,支持自由绘制、思维导图、流程图、画笔、插入图片、自动保存等功能,以及移动端适配、Docker 部署和插件机",
      "author": "plait-board",
      "timestamp": 1753689917000,
      "hot": 1837,
      "url": "https://hellogithub.com/repository/4dcea807fab7468a962c153b07ae4e4e",
      "mobileUrl": "https://hellogithub.com/repository/4dcea807fab7468a962c153b07ae4e4e"
    },
    {
      "id": "554dc4c46eb14092b9b0c56f1eb9021c",
      "title": "企业级的多渠道大模型 API 管理平台",
      "desc": "这是一款用 Go 语言开发的企业级大模型接口管理平台,支持 OpenAI、Gemini、Claude 等多种服务。它开箱即用、内置 Web 管理界面、保留原生 ",
      "author": "tbphp",
      "timestamp": 1753689917000,
      "hot": 1506,
      "url": "https://hellogithub.com/repository/554dc4c46eb14092b9b0c56f1eb9021c",
      "mobileUrl": "https://hellogithub.com/repository/554dc4c46eb14092b9b0c56f1eb9021c"
    },
    {
      "id": "0163cb946dca44cc8905dbe34c2c987b",
      "title": "基于 AI 的 Markdown 笔记应用",
      "desc": "这是一款跨平台的 Markdown 笔记应用,专注于用 AI 搭建“记录-写作”的桥梁。它不仅支持截图、文本、插图等多种记录方式,还能通过 AI 模型将这些碎片",
      "author": "codexu",
      "timestamp": 1751622568000,
      "hot": 4658,
      "url": "https://hellogithub.com/repository/0163cb946dca44cc8905dbe34c2c987b",
      "mobileUrl": "https://hellogithub.com/repository/0163cb946dca44cc8905dbe34c2c987b"
    },
    {
      "id": "8e8103d347e9482b9b757c7e4bdfb2ca",
      "title": "精准的网页内容截图库",
      "desc": "这是一个高效的网页截图 JavaScript 库,可将网页上的任意 Dom 元素快速、精确地转化为高质量图片,并支持导出为 PNG、JPG、WebP 或 Can",
      "author": "zumerlab",
      "timestamp": 1753689917000,
      "hot": 1521,
      "url": "https://hellogithub.com/repository/8e8103d347e9482b9b757c7e4bdfb2ca",
      "mobileUrl": "https://hellogithub.com/repository/8e8103d347e9482b9b757c7e4bdfb2ca"
    },
    {
      "id": "a5df093f968f4bc48cf0124f6c54612a",
      "title": "开源的视觉小说翻译工具",
      "desc": "这是一款专为 Windows 平台设计的视觉小说(Galgame)翻译器,支持 HOOK、OCR、剪贴板等多种文本提取方式,可灵活切换,并提供在线翻译、离线翻译",
      "author": "HIllya51",
      "timestamp": 1753689917000,
      "hot": 1442,
      "url": "https://hellogithub.com/repository/a5df093f968f4bc48cf0124f6c54612a",
      "mobileUrl": "https://hellogithub.com/repository/a5df093f968f4bc48cf0124f6c54612a"
    },
    {
      "id": "bfafef903133433888557c747170237f",
      "title": "在浏览器中运行的 JupyterLab",
      "desc": "这是一个完全在浏览器中运行的 JupyterLab,无需安装 Python 或配置服务器。它提供在线交互式 Python 编程环境,可作为静态文件部署到任何静态",
      "author": "jupyterlite",
      "timestamp": 1753689917000,
      "hot": 1084,
      "url": "https://hellogithub.com/repository/bfafef903133433888557c747170237f",
      "mobileUrl": "https://hellogithub.com/repository/bfafef903133433888557c747170237f"
    },
    {
      "id": "b95bcb72bdc340b68f16fdf6790b7d5b",
      "title": "基于 Rust 的高性能分布式存储系统",
      "desc": "该项是用 Rust 构建的高性能分布式对象存储系统,致力于成为 MinIO 的开源替代品。它安装简单、兼容 S3 协议,采用更友好的开源协议,并内置界面清爽的 ",
      "author": "rustfs",
      "timestamp": 1751962577000,
      "hot": 3871,
      "url": "https://hellogithub.com/repository/b95bcb72bdc340b68f16fdf6790b7d5b",
      "mobileUrl": "https://hellogithub.com/repository/b95bcb72bdc340b68f16fdf6790b7d5b"
    }
  ]
}

错误返回示例:

{
  "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"
}

多语言代码示例:

正在生成代码示例...

在线测试

提示:在线测试可能无法正常返回数据,建议使用专业工具测试。

Apifox
在 Apifox 中调试

使用专业的API调试工具进行更详细的测试

文档信息
标签:
HelloGitHub hellogithub 热榜 开源项目 Github 项目推荐
添加时间: 2025-08-16 20:26:13
最后更新: 2025-08-16 23:59:36