FreeAPI.watch

Hacker News API

Official Firebase-based Hacker News API providing real-time access to stories, comments, jobs, and user data.

Status
🟢 Online · 344 ms
30-day uptime
100%
Free tier
Unlimited, no key, no credit card
Auth
No key required
Last 30 days

Free alternatives (live ranking)

Compare Hacker News API with…

Official docs ↗

Frequently Asked Questions

Does Hacker News API require an API key?

No, Hacker News API is freely accessible without registration or an API key.

What is Hacker News API's free tier?

Unlimited, no key, no credit card

Is Hacker News API currently online?

We check Hacker News API every hour. The current status is shown at the top of this page. You can also see the 30-day uptime history in the chart above.

Implementation notes

When to use Hacker News API

The Hacker News API is the only free tech-community news feed with no rate limit, no key, and a Firebase real-time subscription interface. Use it when you need developer-community signals — top stories, new submissions, job posts — without any account setup.

Common pitfalls

Quick start (bash)

# Get top 5 story IDs, then fetch each item
curl -s "https://hacker-news.firebaseio.com/v0/topstories.json" | python3 -c "import sys,json; ids=json.load(sys.stdin)[:5]; print(ids)"

From our monitoring

The Hacker News Firebase API has been 100% available in every hourly check we have run. Response times are consistently under 200ms for the top-level list endpoints.

Embed this badge

Add a live status badge to your README, docs, or website.

Hacker News API status badge

Markdown

[![Hacker News API Status](https://freeapi-builder.a10ayassine.workers.dev/badge/hacker-news.svg)](https://freeapi.watch/hacker-news)

HTML

<a href="https://freeapi.watch/hacker-news"><img src="https://freeapi-builder.a10ayassine.workers.dev/badge/hacker-news.svg" alt="Hacker News API Status"/></a>

Further reading