← Actualités et réseaux sociaux

Dépôts tendance

GET /github/trending

Obtenez les dépôts actuellement tendance sur GitHub — les projets qui gagnent le plus d'étoiles et d'attention en ce moment. Renvoie les noms de dépôts, les descriptions, le nombre d'étoiles, les langages et les auteurs. Utile pour les tableaux de bord développeur, les fonctionnalités du type « ce qui buzz en open source », les newsletters tech et pour rester au fait des dernières préoccupations de la communauté de développeurs.

Exemples de requêtes

Utilisation de base
curl https://nordapi.ee/api/v1/github/trending

Réponse en direct

{
  "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
}