Hacker News logo

Hacker News

Hacker News is Y Combinator's technology news aggregation and discussion platform. It exposes a public, read-only Firebase-backed API that gives developers real-time access to stories, comments, jobs, polls, and user profiles across the full HN dataset.

1 APIs 0 Features
Developer CommunityTechnology NewsY Combinator

APIs

Hacker News API

The Hacker News API provides access to items (stories, comments, jobs, Ask HNs, polls), users, and live data via Firebase endpoints. It is a public, read-only REST API that expo...

Resources

🔗
Website
Website
🔗
Documentation
Documentation
🔗
Guidelines
Guidelines
📜
TermsOfService
TermsOfService
🔗
Security
Security
🌐
Portal
Portal
🔗
RSS
RSS
🔗
Forum
Forum
🔗
Showcase
Showcase
🔗
About
About

Sources

Raw ↑
aid: hacker-news
name: Hacker News
description: >-
  Hacker News is Y Combinator's technology news aggregation and discussion platform. It exposes a public, read-only
  Firebase-backed API that gives developers real-time access to stories, comments, jobs, polls, and user profiles across
  the full HN dataset.
type: Index
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
url: https://raw.githubusercontent.com/api-evangelist/hacker-news/refs/heads/main/apis.yml
access: 3rd-Party
tags:
  - Developer Community
  - Technology News
  - Y Combinator
created: '2026-03-24'
modified: '2026-05-19'
specificationVersion: '0.19'
apis:
  - aid: hacker-news:hacker-news-api
    name: Hacker News API
    description: >-
      The Hacker News API provides access to items (stories, comments, jobs, Ask HNs, polls), users, and live data via
      Firebase endpoints. It is a public, read-only REST API that exposes the full dataset of Hacker News content in
      near real-time. Developers can retrieve individual items by ID, look up user profiles, and subscribe to live feeds
      of new, top, best, ask, show, and job stories. The API requires no authentication and returns JSON data from
      Firebase's real-time database infrastructure.
    image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
    humanURL: https://github.com/HackerNews/API
    baseURL: https://hacker-news.firebaseio.com
    tags:
      - Comments
      - News
      - Stories
    properties:
      - type: Documentation
        url: https://github.com/HackerNews/API
      - type: OpenAPI
        url: https://raw.githubusercontent.com/api-evangelist/hacker-news/refs/heads/main/openapi/hacker-news-openapi.yml
      - type: Rules
        url: https://raw.githubusercontent.com/api-evangelist/hacker-news/refs/heads/main/hacker-news-rules.yml
common:
  - url: https://news.ycombinator.com/
    name: Hacker News Website
    type: Website
  - url: https://github.com/HackerNews/API
    name: API Documentation
    type: Documentation
  - url: https://news.ycombinator.com/newsguidelines.html
    name: Community Guidelines
    type: Guidelines
  - url: https://news.ycombinator.com/legal
    name: Legal
    type: TermsOfService
  - url: https://news.ycombinator.com/security.html
    name: Security Policy
    type: Security
  - url: https://news.ycombinator.com/lists
    name: Lists
    type: Portal
  - url: https://news.ycombinator.com/rss
    name: RSS Feed
    type: RSS
  - url: https://news.ycombinator.com/ask
    name: Ask HN
    type: Forum
  - url: https://news.ycombinator.com/show
    name: Show HN
    type: Showcase
  - url: https://www.ycombinator.com/
    name: Y Combinator
    type: About
maintainers:
  - FN: Kin Lane
    email: kin@apievangelist.com