โ† 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-27T14:20:58Z",
      "description": "Autonomous research system for measurable, computer-executable research.",
      "language": "Python",
      "name": "sapientinc/PRAXIST",
      "stars": 6677,
      "url": "https://github.com/sapientinc/PRAXIST"
    },
    {
      "created_at": "2026-08-28T12:57:24Z",
      "description": "ChatGPT thinks. Codex works. Use ChatGPT as the planning brain while keeping the Codex harness.",
      "language": "TypeScript",
      "name": "XiaoDuoYa/codex-with-chatgpt",
      "stars": 2273,
      "url": "https://github.com/XiaoDuoYa/codex-with-chatgpt"
    },
    {
      "created_at": "2026-08-27T12:46:32Z",
      "description": "Spotify, native and fast. One lightweight Rust app for your whole library, local playback, and Spotify Connect on Linux, macOS, and Windows.",
      "language": "Rust",
      "name": "crmne/fastpotify",
      "stars": 2212,
      "url": "https://github.com/crmne/fastpotify"
    },
    {
      "created_at": "2026-08-28T05:56:49Z",
      "description": "De-AI writing skill for any Agent Skills-compatible agent (77+ via the Skills CLI), with native plugins for Claude Code, Codex, Grok Build, and Antigravity. Narrative-architecture repair for fiction, venue-matched rules for professional prose. Based on StoryScope (arXiv:2604.03136).",
      "language": "Python",
      "name": "Nanako0129/sepia",
      "stars": 1555,
      "url": "https://github.com/Nanako0129/sepia"
    },
    {
      "created_at": "2026-08-28T08:07:10Z",
      "description": "๐ŸŒ ๐Ÿ”Œ The MetaMask desktop app enables browsing Ethereum blockchain enabled websites",
      "language": "CSS",
      "name": "MetaMask-AI/metamask-desktop",
      "stars": 1229,
      "url": "https://github.com/MetaMask-AI/metamask-desktop"
    },
    {
      "created_at": "2026-08-27T14:16:09Z",
      "description": "A CLI that reads Claude Code, Codex, and Gemini CLI session logs and works out how much they cost, by model, project, and day.",
      "language": "Python",
      "name": "damejan80/tokentab",
      "stars": 1145,
      "url": "https://github.com/damejan80/tokentab"
    },
    {
      "created_at": "2026-08-28T18:03:04Z",
      "description": "An agent organization for Claude Code, structured as a company โ€” 15+ departments, 125+ skills, each independently installable.",
      "language": "Markdown",
      "name": "cbrock84/headcount",
      "stars": 1112,
      "url": "https://github.com/cbrock84/headcount"
    },
    {
      "created_at": "2026-08-27T22:24:31Z",
      "description": "Run iOS/ macOS in Qemu. Virtual iPhone 17, 16, 15, 14, 13, 12 and M5-M1 Apple Si Macs supported.",
      "language": "Python",
      "name": "jprx/darwin-vm",
      "stars": 950,
      "url": "https://github.com/jprx/darwin-vm"
    },
    {
      "created_at": "2026-08-31T00:12:45Z",
      "description": "Dress AI Sponsor",
      "language": "Python",
      "name": "GangTailorUpgrade/undress-service",
      "stars": 928,
      "url": "https://github.com/GangTailorUpgrade/undress-service"
    },
    {
      "created_at": "2026-08-27T18:02:35Z",
      "description": null,
      "language": "Python",
      "name": "tradecatlabs/shulihuazixuecongshu",
      "stars": 858,
      "url": "https://github.com/tradecatlabs/shulihuazixuecongshu"
    }
  ],
  "success": true
}