← Новости и соцсети

Лучшие статьи HN

GET /news/hackernews/best

Получение историй Hacker News с наибольшим количеством голосов за длительный период (рейтинг «лучшие» отдаёт приоритет общей оценке над свежестью). Возвращает заголовки историй, URL, баллы, количество комментариев и авторов. Полезно для обнаружения самых значимых технических историй, создания дайджестов «лучшее из HN» и курирования качественного контента для разработчиков. Данные из API Hacker News.

Параметры

limit необязательный по умолчанию: 20

Limit

Примеры запросов

Базовое использование
curl https://nordapi.ee/api/v1/news/hackernews/best
Best 20 HN stories (default)
curl https://nordapi.ee/api/v1/news/hackernews/best
Best 10 HN stories
curl "https://nordapi.ee/api/v1/news/hackernews/best?limit=10"

Ответ в реальном времени

{
  "count": 20,
  "data": [
    {
      "by": "firloop",
      "comments": 818,
      "id": 47633396,
      "score": 1067,
      "time": 1775256924,
      "title": "Tell HN: Anthropic no longer allowing Claude Code subscriptions to use OpenClaw",
      "url": null
    },
    {
      "by": "Jaso1024",
      "comments": 174,
      "id": 47640728,
      "score": 882,
      "time": 1775321154,
      "title": "Show HN: A game where you build a GPU",
      "url": "https://jaso1024.com/mvidia/"
    },
    {
      "by": "macleginn",
      "comments": 537,
      "id": 47639524,
      "score": 830,
      "time": 1775314106,
      "title": "Author of \"Careless People\" banned from saying anything negative about Meta",
      "url": "https://www.thetimes.com/uk/technology-uk/article/sarah-wynn-williams-careless-people-meta-nrffdfpmf"
    },
    {
      "by": "gpi",
      "comments": 365,
      "id": 47642569,
      "score": 780,
      "time": 1775331583,
      "title": "How many products does Microsoft have named 'Copilot'?",
      "url": "https://teybannerman.com/strategy/2026/03/31/how-many-microsoft-copilot-are-there.html"
    },
    {
      "by": "zaikunzhang",
      "comments": 481,
      "id": 47647788,
      "score": 729,
      "time": 1775383045,
      "title": "The threat is comfortable drift toward not understanding what you're doing",
      "url": "https://ergosphere.blog/posts/the-machines-are-fine/"
    },
    {
      "by": "Anon84",
      "comments": 188,
      "id": 47637757,
      "score": 632,
      "time": 1775298381,
      "title": "Embarrassingly simple self-distillation improves code generation",
      "url": "https://arxiv.org/abs/2604.01193"
    },
    {
      "by": "tosh",
      "comments": 279,
      "id": 47647455,
      "score": 575,
      "time": 1775379378,
      "title": "Caveman: Why use many token when few token do trick",
      "url": "https://github.com/JuliusBrussee/caveman"
    },
    {
      "by": "detaro",
      "comments": 182,
      "id": 47633947,
      "score": 542,
      "time": 1775260592,
      "title": "The FAA’s flight restriction for drones is an attempt to criminalize filming ICE",
      "url": "https://www.eff.org/deeplinks/2026/04/faas-temporary-flight-restriction-drones-blatant-attempt-criminalize-filming-ice"
    },
    {
      "by": "DyslexicAtheist",
      "comments": 522,
      "id": 47644406,
      "score": 523,
      "time": 1775343464,
      "title": "German implementation of eIDAS will require an Apple/Google account to function",
      "url": "https://bmi.usercontent.opencode.de/eudi-wallet/wallet-development-documentation-public/latest/architecture-concept/06-mobile-devices/02-mdvm/"
    },
    {
      "by": "kklisura",
      "comments": 310,
      "id": 47631732,
      "score": 512,
      "time": 1775247683,
      "title": "Oracle files H-1B visa petitions amid mass layoffs",
      "url": "https://nationaltoday.com/us/tx/austin/news/2026/04/03/oracle-files-thousands-of-h-1b-visa-petitions-amid-mass-layoffs/"
    },
    {
      "by": "carabiner",
      "comments": 295,
      "id": 47634690,
      "score": 490,
      "time": 1775266622,
      "title": "Delve removed from Y Combinator",
      "url": "https://www.ycombinator.com/companies/delve"
    },
    {
      "by": "naves",
      "comments": 223,
      "id": 47640380,
      "score": 482,
      "time": 1775319370,
      "title": "Apple approves driver that lets Nvidia eGPUs work with Arm Macs",
      "url": "https://twitter.com/__tinygrad__/status/2039213719155310736"
    },
    {
      "by": "brilee",
      "comments": 133,
      "id": 47648828,
      "score": 437,
      "time": 1775393027,
      "title": "Eight years of wanting, three months of building with AI",
      "url": "https://lalitm.com/post/building-syntaqlite-ai/"
    },
    {
      "by": "eichin",
      "comments": 258,
      "id": 47633855,
      "score": 411,
      "time": 1775260011,
      "title": "Claude Code Found a Linux Vulnerability Hidden for 23 Years",
      "url": "https://mtlynch.io/claude-code-found-linux-vulnerability/"
    },
    {
      "by": "L_226",
      "comments": 698,
      "id": 47639976,
      "score": 390,
      "time": 1775317150,
      "title": "German men 18-45 need military permit for extended stays abroad",
      "url": "https://www.dw.com/en/german-men-need-military-permit-for-extended-stays-abroad/a-76662677"
    },
    {
      "by": "crcastle",
      "comments": 134,
      "id": 47644864,
      "score": 384,
      "time": 1775348035,
      "title": "AWS engineer reports PostgreSQL perf halved by Linux 7.0, fix may not be easy",
      "url": "https://www.phoronix.com/news/Linux-7.0-AWS-PostgreSQL-Drop"
    },
    {
      "by": "m_km",
      "comments": 92,
      "id": 47649117,
      "score": 342,
      "time": 1775394878,
      "title": "Someone at BrowserStack is leaking users' email addresses",
      "url": "https://shkspr.mobi/blog/2026/04/someone-at-browserstack-is-leaking-users-email-address/"
    },
    {
      "by": "mooreds",
      "comments": 228,
      "id": 47649721,
      "score": 315,
      "time": 1775398692,
      "title": "Artemis II crew see first glimpse of far side of Moon [video]",
      "url": "https://www.bbc.com/news/videos/ce3d5gkd2geo"
    },
    {
      "by": "zenincognito",
      "comments": 159,
      "id": 47648404,
      "score": 302,
      "time": 1775389693,
      "title": "My Google Workspace account suspension",
      "url": "https://zencapital.substack.com/p/sad-story-of-my-google-workspace"
    },
    {
      "by": "simplegeek",
      "comments": 85,
      "id": 47637287,
      "score": 284,
      "time": 1775293459,
      "title": "Some Unusual Trees",
      "url": "https://thoughts.wyounas.com/p/some-unusual-trees"
    }
  ],
  "success": true
}