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.
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": 1549,
"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": 1498,
"url": "https://github.com/oil-oil/oil-motion"
},
{
"created_at": "2026-08-10T09:06:43Z",
"description": null,
"language": "TypeScript",
"name": "SMNETSTUDIO/WeChat-AI",
"stars": 1478,
"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": 1385,
"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": 995,
"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": 774,
"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": 769,
"url": "https://github.com/Flaminis/Dalaran"
},
{
"created_at": "2026-08-07T11:13:26Z",
"description": "MCP server for AI agents that need a phone number: order a private number in 200+ countries, read the SMS verification code, hand it back. The widest country coverage in the category, and you can check it with one API call.",
"language": "JavaScript",
"name": "sv-number/mcp-server",
"stars": 631,
"url": "https://github.com/sv-number/mcp-server"
}
],
"success": true
}