← 新闻与社交

热门仓库

GET /github/trending

获取当前 GitHub 上的趋势仓库——当前获得最多 Star 和关注的项目。返回仓库名称、描述、Star 数、语言和作者。适用于开发者仪表板、「开源热门」功能、技术通讯和跟上开发者社区的最新兴趣。

请求示例

基本用法
curl https://nordapi.ee/api/v1/github/trending

实时响应

{
  "count": 10,
  "data": [
    {
      "created_at": "2026-08-07T22:28:53Z",
      "description": "let your agent control your phone",
      "language": "Python",
      "name": "ShawnPana/phone-harness",
      "stars": 1554,
      "url": "https://github.com/ShawnPana/phone-harness"
    },
    {
      "created_at": "2026-08-07T12:36:33Z",
      "description": "Create smooth, responsive interactive web animations.",
      "language": "Python",
      "name": "oil-oil/oil-motion",
      "stars": 1500,
      "url": "https://github.com/oil-oil/oil-motion"
    },
    {
      "created_at": "2026-08-10T09:06:43Z",
      "description": null,
      "language": "TypeScript",
      "name": "SMNETSTUDIO/WeChat-AI",
      "stars": 1485,
      "url": "https://github.com/SMNETSTUDIO/WeChat-AI"
    },
    {
      "created_at": "2026-08-09T09:12:47Z",
      "description": "MiniMax H3 inference engine for Mac computers",
      "language": "C",
      "name": "antirez/h3.c",
      "stars": 1402,
      "url": "https://github.com/antirez/h3.c"
    },
    {
      "created_at": "2026-08-06T10:38:49Z",
      "description": "AI 短剧制作的 skill 集合:拆角色、出设定图、排大纲 | Agent skills for AI short-drama production — character bibles, model sheets, adaptation outlines. Runs in Claude Code & codex.",
      "language": "JavaScript",
      "name": "eternityspring/shuohao-skills",
      "stars": 1008,
      "url": "https://github.com/eternityspring/shuohao-skills"
    },
    {
      "created_at": "2026-08-11T18:17:18Z",
      "description": "A lightweight, ad‑free client for streaming music from YouTube Music. No subscription required. Supports background playback, search, and custom playlists via the reverse‑engineered API.",
      "language": "TypeScript",
      "name": "sohaibdevv/youtube-music",
      "stars": 836,
      "url": "https://github.com/sohaibdevv/youtube-music"
    },
    {
      "created_at": "2026-08-08T07:05:07Z",
      "description": "An interactive five-chapter night walk through a Kyoto mountain temple, rendered live in Three.js.",
      "language": "HTML",
      "name": "MengTo/kage",
      "stars": 827,
      "url": "https://github.com/MengTo/kage"
    },
    {
      "created_at": "2026-08-06T00:08:06Z",
      "description": "Racing to the bottom of CPU performance",
      "language": "C",
      "name": "xoreaxeaxeax/asm-hall-of-shame",
      "stars": 777,
      "url": "https://github.com/xoreaxeaxeax/asm-hall-of-shame"
    },
    {
      "created_at": "2026-08-07T09:37:32Z",
      "description": "Dalaran — Apache-2.0, robotics-first visualization and data infrastructure for multimodal time-series. ROS 2 native, reads existing .rrd recordings. A hard fork of Rerun.",
      "language": "Rust",
      "name": "Flaminis/Dalaran",
      "stars": 777,
      "url": "https://github.com/Flaminis/Dalaran"
    },
    {
      "created_at": "2026-08-09T12:15:30Z",
      "description": "600 行 TypeScript 写成的超级迷你版 pi,让你轻松从 0 写出属于你的 pi-agent",
      "language": "TypeScript",
      "name": "SaladDay/pi-from-scratch",
      "stars": 633,
      "url": "https://github.com/SaladDay/pi-from-scratch"
    }
  ],
  "success": true
}