GET /news/hackernews/top
Get the current top stories from Hacker News, ranked by the HN ranking algorithm (a combination of votes and recency). Returns story titles, URLs, scores, comment counts, and authors. Configurable limit (default 20). Essential for developer news feeds, tech dashboards, and startup community tools. Data fetched in real-time from the official Hacker News Firebase API.
limit
optional
default: 20
Limit
| Name | Required | Default | Description |
|---|---|---|---|
limit |
No | 20 | Limit |
curl https://nordapi.ee/api/v1/news/hackernews/top
curl https://nordapi.ee/api/v1/news/hackernews/top
curl "https://nordapi.ee/api/v1/news/hackernews/top?limit=5"
curl "https://nordapi.ee/api/v1/news/hackernews/top?limit=50"
{
"count": 20,
"data": [
{
"by": "matt_d",
"comments": 6,
"hn_url": "https://news.ycombinator.com/item?id=48232118",
"id": 48232118,
"score": 58,
"time": 1779425673,
"title": "CODA: Rewriting Transformer Blocks as GEMM-Epilogue Programs",
"url": "https://arxiv.org/abs/2605.19269"
},
{
"by": "speleo",
"comments": 193,
"hn_url": "https://news.ycombinator.com/item?id=48225297",
"id": 48225297,
"score": 885,
"time": 1779380591,
"title": "Project Hail Mary โ Stellar Navigation Chart",
"url": "https://valhovey.github.io/gaia-mary/"
},
{
"by": "JeremyTheo",
"comments": 12,
"hn_url": "https://news.ycombinator.com/item?id=48233289",
"id": 48233289,
"score": 21,
"time": 1779437742,
"title": "We should get rid of average CPU utilization",
"url": "https://www.theocharis.dev/blog/why-we-should-get-rid-of-average-cpu-utilization/"
},
{
"by": "jicea",
"comments": 28,
"hn_url": "https://news.ycombinator.com/item?id=48231938",
"id": 48231938,
"score": 64,
"time": 1779424163,
"title": "Slumber a TUI HTTP Client",
"url": "https://slumber.lucaspickering.me"
},
{
"by": "xoxxala",
"comments": 12,
"hn_url": "https://news.ycombinator.com/item?id=48209691",
"id": 48209691,
"score": 51,
"time": 1779292046,
"title": "The surprising story behind the first British person in space",
"url": "https://www.bbc.com/culture/article/20260518-helen-sharman-the-story-behind-the-first-british-person-in-space"
},
{
"by": "mychele",
"comments": 8,
"hn_url": "https://news.ycombinator.com/item?id=48231319",
"id": 48231319,
"score": 94,
"time": 1779417354,
"title": "Cleve Moler has died",
"url": "https://www.mathworks.com/company/aboutus/founders/clevemoler.html"
},
{
"by": "speckx",
"comments": 148,
"hn_url": "https://news.ycombinator.com/item?id=48227397",
"id": 48227397,
"score": 278,
"time": 1779389695,
"title": "Blog ran on Ubuntu 16.04 for 10 years. I migrated it to FreeBSD",
"url": "https://crocidb.com/post/this-blog-ran-on-ubuntu-16-04-for-10-years-i-migrated-it-to-freebsd/"
},
{
"by": "Brajeshwar",
"comments": 27,
"hn_url": "https://news.ycombinator.com/item?id=48233177",
"id": 48233177,
"score": 41,
"time": 1779436335,
"title": "Deepfakes Tore a High School Apart",
"url": "https://www.404media.co/radnor-high-school-pennsylvania-ai-deepfakes-child-sexual-abuse-material/"
},
{
"by": "d0ks",
"comments": 199,
"hn_url": "https://news.ycombinator.com/item?id=48229319",
"id": 48229319,
"score": 185,
"time": 1779400556,
"title": "The memory shortage is causing a repricing of consumer electronics",
"url": "https://davidoks.blog/p/ai-is-killing-the-cheap-smartphone"
},
{
"by": "apwheele",
"comments": 319,
"hn_url": "https://news.ycombinator.com/item?id=48184402",
"id": 48184402,
"score": 439,
"time": 1779132783,
"title": "Was my $48K GPU server worth it?",
"url": "https://rosmine.ai/2026/05/13/was-my-48k-gpu-worth-it/"
},
{
"by": "nchagnet",
"comments": 105,
"hn_url": "https://news.ycombinator.com/item?id=48228788",
"id": 48228788,
"score": 199,
"time": 1779396996,
"title": "Uv is fantastic, but its package management UX is a mess",
"url": "https://www.loopwerk.io/articles/2026/uv-ux-mess/"
},
{
"by": "speckx",
"comments": 64,
"hn_url": "https://news.ycombinator.com/item?id=48227860",
"id": 48227860,
"score": 195,
"time": 1779391936,
"title": "Using Kagi Search with Low Vision",
"url": "https://veroniiiica.com/using-kagi-search-with-low-vision/"
},
{
"by": "speckx",
"comments": 77,
"hn_url": "https://news.ycombinator.com/item?id=48192605",
"id": 48192605,
"score": 85,
"time": 1779194900,
"title": "The death of the brick and mortar toy store",
"url": "https://brainbaking.com/post/2026/05/the-death-of-the-brick-and-mortar-toy-store/"
},
{
"by": "asenna",
"comments": 113,
"hn_url": "https://news.ycombinator.com/item?id=48222733",
"id": 48222733,
"score": 374,
"time": 1779372097,
"title": "Indexing a year of video locally on a 2021 MacBook with Gemma4-31B (50GB swap)",
"url": "https://blog.simbastack.com/indexed-a-year-of-video-locally/"
},
{
"by": "mooreds",
"comments": 12,
"hn_url": "https://news.ycombinator.com/item?id=48209905",
"id": 48209905,
"score": 94,
"time": 1779292886,
"title": "Mycorrhizal Fungi, Nature's Key to Plant Survival and Success",
"url": "https://pacifichorticulture.org/articles/mycorrhizal-fungi-natures-key-to-plant-survival-and-success/"
},
{
"by": "sanity",
"comments": 172,
"hn_url": "https://news.ycombinator.com/item?id=48223362",
"id": 48223362,
"score": 282,
"time": 1779374097,
"title": "Show HN: Freenet, a peer-to-peer platform for decentralized apps",
"url": "https://freenet.org/"
},
{
"by": "pseudolus",
"comments": 104,
"hn_url": "https://news.ycombinator.com/item?id=48220639",
"id": 48220639,
"score": 346,
"time": 1779361346,
"title": "Lost Images from the 1945 Trinity Nuclear Test Restored",
"url": "https://spectrum.ieee.org/trinity-nuclear-test"
},
{
"by": "rbanffy",
"comments": 184,
"hn_url": "https://news.ycombinator.com/item?id=48220696",
"id": 48220696,
"score": 375,
"time": 1779361811,
"title": "Python 3.15: features that didn't make the headlines",
"url": "https://blog.changs.co.uk/python-315-features-that-didnt-make-the-headlines.html"
},
{
"by": "sandebert",
"comments": 442,
"hn_url": "https://news.ycombinator.com/item?id=48220647",
"id": 48220647,
"score": 1149,
"time": 1779361418,
"title": "Flipper One โ we need your help",
"url": "https://blog.flipper.net/flipper-one-we-need-your-help/"
},
{
"by": "ohjeez",
"comments": 6,
"hn_url": "https://news.ycombinator.com/item?id=48193932",
"id": 48193932,
"score": 27,
"time": 1779201596,
"title": "Tristan Davey's Punch Card Archive",
"url": "https://punchcards.tristandavey.com/"
}
],
"success": true
}