← Uutiset ja sosiaalinen media

HN:n suosituimmat jutut

GET /news/hackernews/top

Hae Hacker Newsin nykyiset suosituimmat tarinat HN-listausalgoritmin (äänten ja tuoreuden yhdistelmän) mukaan järjestettyinä. Palauttaa tarinoiden otsikot, URL-osoitteet, pisteet, kommenttimäärät ja kirjoittajat. Konfiguroitava raja (oletus 20). Olennainen kehittäjien uutissyötteille, teknologian kojelaudoille ja startup-yhteisön työkaluille. Data haetaan reaaliaikaisesti viralliselta Hacker News Firebase API:lta.

Parametrit

limit valinnainen oletus: 20

Limit

Esimerkkipyynnöt

Peruskäyttö
curl https://nordapi.ee/api/v1/news/hackernews/top
Top 20 HN stories (default)
curl https://nordapi.ee/api/v1/news/hackernews/top
Top 5 HN stories
curl "https://nordapi.ee/api/v1/news/hackernews/top?limit=5"
Top 50 HN stories
curl "https://nordapi.ee/api/v1/news/hackernews/top?limit=50"

Reaaliaikainen vastaus

{
  "count": 20,
  "data": [
    {
      "by": "timsneath",
      "comments": 135,
      "hn_url": "https://news.ycombinator.com/item?id=48469658",
      "id": 48469658,
      "score": 359,
      "time": 1781051341,
      "title": "macOS Container Machines",
      "url": "https://github.com/apple/container/blob/main/docs/container-machine.md"
    },
    {
      "by": "Philpax",
      "comments": 1493,
      "hn_url": "https://news.ycombinator.com/item?id=48463808",
      "id": 48463808,
      "score": 1905,
      "time": 1781024281,
      "title": "Claude Fable 5",
      "url": "https://www.anthropic.com/news/claude-fable-5-mythos-5"
    },
    {
      "by": "plasma",
      "comments": 76,
      "hn_url": "https://news.ycombinator.com/item?id=48467705",
      "id": 48467705,
      "score": 242,
      "time": 1781038860,
      "title": "Upcoming breaking changes for npm v12",
      "url": "https://github.blog/changelog/2026-06-09-upcoming-breaking-changes-for-npm-v12/"
    },
    {
      "by": "yimby",
      "comments": 16,
      "hn_url": "https://news.ycombinator.com/item?id=48470581",
      "id": 48470581,
      "score": 37,
      "time": 1781058324,
      "title": "Rich Sutton on AI creativity and discovery",
      "url": "https://twitter.com/RichardSSutton/status/2061216087744946656"
    },
    {
      "by": "ahlCVA",
      "comments": 77,
      "hn_url": "https://news.ycombinator.com/item?id=48470248",
      "id": 48470248,
      "score": 155,
      "time": 1781055853,
      "title": "German ruling declares Google liable for false answers in AI Overviews",
      "url": "https://the-decoder.com/landmark-german-ruling-declares-googles-ai-overviews-are-googles-own-words-and-makes-it-liable-for-false-answers/"
    },
    {
      "by": "1659447091",
      "comments": 3,
      "hn_url": "https://news.ycombinator.com/item?id=48431213",
      "id": 48431213,
      "score": 47,
      "time": 1780799720,
      "title": "The oldest surviving animated feature film at 100",
      "url": "https://www.bbc.com/culture/article/20260603-how-a-26-year-old-german-woman-made-the-worlds-oldest-surviving-animated-feature-film"
    },
    {
      "by": "ozcap",
      "comments": 30,
      "hn_url": "https://news.ycombinator.com/item?id=48468766",
      "id": 48468766,
      "score": 91,
      "time": 1781044557,
      "title": "RIP software hackathons. Long live the hardware hackathon",
      "url": "https://blog.oscars.dev/posts/rip-software-hackathons-long-live-the-hardware-hackathon/"
    },
    {
      "by": "ag2718",
      "comments": 24,
      "hn_url": "https://news.ycombinator.com/item?id=48466277",
      "id": 48466277,
      "score": 178,
      "time": 1781032905,
      "title": "Ultrafast machine learning on FPGAs via Kolmogorov-Arnold Networks",
      "url": "https://aarushgupta.io/posts/kan-fpga/"
    },
    {
      "by": "zdw",
      "comments": 4,
      "hn_url": "https://news.ycombinator.com/item?id=48427468",
      "id": 48427468,
      "score": 67,
      "time": 1780769704,
      "title": "More Molly Guards",
      "url": "https://unsung.aresluna.org/more-molly-guards/"
    },
    {
      "by": "mips_avatar",
      "comments": 298,
      "hn_url": "https://news.ycombinator.com/item?id=48467896",
      "id": 48467896,
      "score": 607,
      "time": 1781039951,
      "title": "If Claude Fable stops helping you, you'll never know",
      "url": "https://jonready.com/blog/posts/claude-fable5-is-allowed-to-sabotage-your-app-if-youre-a-competitor.html"
    },
    {
      "by": "swolpers",
      "comments": 171,
      "hn_url": "https://news.ycombinator.com/item?id=48464140",
      "id": 48464140,
      "score": 189,
      "time": 1781025441,
      "title": "What it feels like to work with Mythos",
      "url": "https://www.oneusefulthing.org/p/what-it-feels-like-to-work-with-mythos"
    },
    {
      "by": "speckx",
      "comments": 207,
      "hn_url": "https://news.ycombinator.com/item?id=48465675",
      "id": 48465675,
      "score": 498,
      "time": 1781030759,
      "title": "CEOs who think AI replaces their employees are just bad CEOs",
      "url": "https://www.techdirt.com/2026/06/09/ceos-who-think-ai-replaces-their-employees-are-just-bad-ceos/"
    },
    {
      "by": "cbrewster",
      "comments": 133,
      "hn_url": "https://news.ycombinator.com/item?id=48466812",
      "id": 48466812,
      "score": 98,
      "time": 1781035101,
      "title": "Grit: Rewriting Git in Rust with agents",
      "url": "https://blog.gitbutler.com/true-grit"
    },
    {
      "by": "ternaus",
      "comments": 125,
      "hn_url": "https://news.ycombinator.com/item?id=48421858",
      "id": 48421858,
      "score": 714,
      "time": 1780725748,
      "title": "OpenCV 5 Is Here: The Biggest Leap in Years for Computer Vision",
      "url": "https://opencv.org/opencv-5/"
    },
    {
      "by": "surprisetalk",
      "comments": 0,
      "hn_url": "https://news.ycombinator.com/item?id=48444654",
      "id": 48444654,
      "score": 10,
      "time": 1780922701,
      "title": "Value Numbering",
      "url": "https://bernsteinbear.com/blog/value-numbering/"
    },
    {
      "by": "rolph",
      "comments": 23,
      "hn_url": "https://news.ycombinator.com/item?id=48467759",
      "id": 48467759,
      "score": 70,
      "time": 1781039160,
      "title": "Exif Smuggling (2025)",
      "url": "https://github.com/signalblur/exifsmugglingpoc"
    },
    {
      "by": "ltratt",
      "comments": 13,
      "hn_url": "https://news.ycombinator.com/item?id=48459659",
      "id": 48459659,
      "score": 100,
      "time": 1781004469,
      "title": "Test-case reducers are underappreciated debugging tools",
      "url": "https://tratt.net/laurie/blog/2026/test_case_reducers_are_underappreciated_debugging_tools.html"
    },
    {
      "by": "wglb",
      "comments": 25,
      "hn_url": "https://news.ycombinator.com/item?id=48451966",
      "id": 48451966,
      "score": 171,
      "time": 1780952413,
      "title": "A giant star may have destroyed itself in one of the rarest explosions",
      "url": "https://phys.org/news/2026-05-giant-star-destroyed-universe-rarest.html"
    },
    {
      "by": "nils_spatial",
      "comments": 15,
      "hn_url": "https://news.ycombinator.com/item?id=48463273",
      "id": 48463273,
      "score": 38,
      "time": 1781022508,
      "title": "Launch HN: Transload (YC P26) – Measuring freight items with CCTV",
      "url": null
    },
    {
      "by": "piskov",
      "comments": 293,
      "hn_url": "https://news.ycombinator.com/item?id=48453275",
      "id": 48453275,
      "score": 352,
      "time": 1780957956,
      "title": "Let's Encrypt bans certificate usage in any US sanctioned territory [pdf]",
      "url": "https://letsencrypt.org/documents/LE-SA-v1.7-June-04-2026-diff.pdf"
    }
  ],
  "success": true
}