← Nachrichten & Soziales

Beliebte Repositories

GET /github/trending

Rufen Sie die derzeit angesagten Repositories auf GitHub ab - die Projekte, die derzeit die meisten Sterne und Aufmerksamkeit erhalten. Liefert Repo-Namen, Beschreibungen, Sternanzahl, Sprachen und Autoren. Nützlich für Entwickler-Dashboards, „Was ist gerade in Open Source angesagt"-Funktionen, Tech-Newsletter und um mit den neuesten Interessen der Entwickler-Community Schritt zu halten.

Beispielanfragen

Grundlegende Verwendung
curl https://nordapi.ee/api/v1/github/trending

Live-Antwort

{
  "count": 10,
  "data": [
    {
      "created_at": "2026-06-12T00:52:37Z",
      "description": "Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.",
      "language": "JavaScript",
      "name": "DietrichGebert/ponytail",
      "stars": 27445,
      "url": "https://github.com/DietrichGebert/ponytail"
    },
    {
      "created_at": "2026-06-11T12:18:13Z",
      "description": "A meta-harness for all your AI agents.  Omnigent provides a common layer over Claude Code, Codex, Pi, and the agents you write yourself: swap or combine harnesses without rewriting, keep them in check with policies and sandboxing, and collaborate in real time on the same live session, from any device.",
      "language": "Python",
      "name": "omnigent-ai/omnigent",
      "stars": 3081,
      "url": "https://github.com/omnigent-ai/omnigent"
    },
    {
      "created_at": "2026-06-14T11:21:55Z",
      "description": "Shadow any website for offline viewing, with the JavaScript stripped out",
      "language": "Go",
      "name": "tamnd/kage",
      "stars": 1795,
      "url": "https://github.com/tamnd/kage"
    },
    {
      "created_at": "2026-06-12T13:17:07Z",
      "description": "Detection tools for the June 2026 atomic-lockfile AUR supply-chain attack. Consolidated from community Gists.",
      "language": "Shell",
      "name": "lenucksi/aur-malware-check",
      "stars": 1382,
      "url": "https://github.com/lenucksi/aur-malware-check"
    },
    {
      "created_at": "2026-06-13T08:32:39Z",
      "description": "一款用于安装 IPA 历史版本的工具,适用于获取旧版应用并自动捕获数据包。下载后,可直接通过 AirDrop 传输至 iPhone、iPad 上并安装并使用。",
      "language": "Swift",
      "name": "EEliberto/IPA-Download",
      "stars": 901,
      "url": "https://github.com/EEliberto/IPA-Download"
    },
    {
      "created_at": "2026-06-11T06:05:29Z",
      "description": "loc567 是一款完全开源免费的纯网页端iOS模拟定位工具。在线体验地址:https://loc567.com",
      "language": "C",
      "name": "loc567/loc567",
      "stars": 808,
      "url": "https://github.com/loc567/loc567"
    },
    {
      "created_at": "2026-06-12T21:45:48Z",
      "description": "人味儿写作 · An AI agent skill: edit people's words without erasing the person behind them",
      "language": null,
      "name": "orange2ai/renwei-writing",
      "stars": 743,
      "url": "https://github.com/orange2ai/renwei-writing"
    },
    {
      "created_at": "2026-06-11T15:10:51Z",
      "description": "Turn vague or complex Codex tasks into strong `/goal` commands with outcome, verification, constraints, boundaries, iteration policy, completion evide",
      "language": "Python",
      "name": "joeseesun/qiaomu-goal-meta-skill",
      "stars": 640,
      "url": "https://github.com/joeseesun/qiaomu-goal-meta-skill"
    },
    {
      "created_at": "2026-06-12T04:25:17Z",
      "description": "AI logo animation skill: turn raster logos into smooth SVG animation, animated HTML demos, GIF/video previews, and motion QA evidence.",
      "language": "Python",
      "name": "nolangz/pixel2motion",
      "stars": 640,
      "url": "https://github.com/nolangz/pixel2motion"
    },
    {
      "created_at": "2026-06-15T05:27:07Z",
      "description": "别再问我什么是 Loop Engineering — 橙皮书系列。A plain-language guide to loop engineering (中文 + English PDF). Free.",
      "language": null,
      "name": "alchaincyf/loop-engineering-orange-book",
      "stars": 562,
      "url": "https://github.com/alchaincyf/loop-engineering-orange-book"
    }
  ],
  "success": true
}