← 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-06-30T11:20:30Z",
      "description": "Standalone iOS app to spoof GPS location without jailbreak. Includes Shadowrocket/Surge/Loon/QX/Stash module.",
      "language": "JavaScript",
      "name": "mekos2772/ios-location-spoofer",
      "stars": 1320,
      "url": "https://github.com/mekos2772/ios-location-spoofer"
    },
    {
      "created_at": "2026-07-02T17:53:55Z",
      "description": "autonomous red teaming platform; multi-agent offensive-security meta-harness",
      "language": "TypeScript",
      "name": "elder-plinius/T3MP3ST",
      "stars": 1221,
      "url": "https://github.com/elder-plinius/T3MP3ST"
    },
    {
      "created_at": "2026-06-30T10:55:02Z",
      "description": "Let Claude (or any LLM) actually watch a video — scene-aware, deduplicated frames + transcript, from a URL or local file. Runs locally, MIT.",
      "language": "Python",
      "name": "HUANGCHIHHUNGLeo/claude-real-video",
      "stars": 896,
      "url": "https://github.com/HUANGCHIHHUNGLeo/claude-real-video"
    },
    {
      "created_at": "2026-07-03T13:06:03Z",
      "description": "Everything I know about running LLMs locally",
      "language": "Shell",
      "name": "jamesob/local-llm",
      "stars": 868,
      "url": "https://github.com/jamesob/local-llm"
    },
    {
      "created_at": "2026-07-03T03:56:00Z",
      "description": "小隐寺投资百科官方公开索引:美股、期权与加密货币知识框架",
      "language": null,
      "name": "xuchonglang/investing-for-beginners",
      "stars": 694,
      "url": "https://github.com/xuchonglang/investing-for-beginners"
    },
    {
      "created_at": "2026-07-02T14:43:11Z",
      "description": "GPU worker client for the Talos network. Pairs with your Talos account, serves open-model inference jobs over a WebSocket, and reports uptime for payouts.",
      "language": "Python",
      "name": "jmerelnyc/Talos",
      "stars": 656,
      "url": "https://github.com/jmerelnyc/Talos"
    },
    {
      "created_at": "2026-07-04T02:59:39Z",
      "description": "Command & Conquer Generals: Zero Hour running natively on macOS, iPhone & iPad — real engine (EA GPL v3 source, via GeneralsX), DXVK/MoltenVK renderer, RTS touch controls. No game assets included.",
      "language": "C++",
      "name": "ammaarreshi/Generals-Mac-iOS-iPad",
      "stars": 648,
      "url": "https://github.com/ammaarreshi/Generals-Mac-iOS-iPad"
    },
    {
      "created_at": "2026-07-02T12:47:31Z",
      "description": "Native iPhone app for your Hermes agent",
      "language": "Swift",
      "name": "uzairansaruzi/hermex",
      "stars": 602,
      "url": "https://github.com/uzairansaruzi/hermex"
    },
    {
      "created_at": "2026-07-03T15:20:04Z",
      "description": "Always-on token-efficiency skill for coding agents (Claude Code, Codex, Cursor, Windsurf, Cline). ~31% lower bill on average, no loss of correctness.",
      "language": "Shell",
      "name": "Kulaxyz/token-diet",
      "stars": 568,
      "url": "https://github.com/Kulaxyz/token-diet"
    },
    {
      "created_at": "2026-06-30T01:04:13Z",
      "description": "Build digital human beings — autonomous, collaborative, and socially intelligent agents. FNzgGxU31RWiDgLr3GvxxSa42nRntvZNSG6aBMQ1pump",
      "language": "Python",
      "name": "TianhangZhuzth/Fundamental-Ava",
      "stars": 524,
      "url": "https://github.com/TianhangZhuzth/Fundamental-Ava"
    }
  ],
  "success": true
}