← News & Social

Trending Repos

GET /github/trending

Get the currently trending repositories on GitHub - the projects gaining the most stars and attention right now. Returns repo names, descriptions, star counts, languages, and authors. Useful for developer dashboards, 'what's hot in open source' features, tech newsletters, and staying current with the developer community's latest interests.

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/github/trending

Live Response

{
  "count": 10,
  "data": [
    {
      "created_at": "2026-08-07T22:28:53Z",
      "description": "let your agent control your phone",
      "language": "Python",
      "name": "ShawnPana/phone-harness",
      "stars": 1558,
      "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": 1503,
      "url": "https://github.com/oil-oil/oil-motion"
    },
    {
      "created_at": "2026-08-10T09:06:43Z",
      "description": null,
      "language": "TypeScript",
      "name": "SMNETSTUDIO/WeChat-AI",
      "stars": 1488,
      "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": 1416,
      "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": 1020,
      "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": 828,
      "url": "https://github.com/MengTo/kage"
    },
    {
      "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": 785,
      "url": "https://github.com/Flaminis/Dalaran"
    },
    {
      "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-09T12:15:30Z",
      "description": "600 行 TypeScript 写成的超级迷你版 pi,让你轻松从 0 写出属于你的 pi-agent",
      "language": "TypeScript",
      "name": "SaladDay/pi-from-scratch",
      "stars": 636,
      "url": "https://github.com/SaladDay/pi-from-scratch"
    }
  ],
  "success": true
}