Social · head-to-head

HackerNews vs TikTok

HackerNews

The official Hacker News API is a read-only Firebase-backed REST feed publishing items (stories, comments, jobs, polls) and user profiles as simple JSON, with helper endpoints for the current top/new/best/ask/show/job story ID lists. It requires no API key or registration, updates roughly every 30 seconds to reflect live site activity, and has stayed structurally unchanged since Y Combinator open-sourced it in 2015.

TikTok

TikTok for Developers bundles several OAuth-based kits under one app registration — Login Kit for authentication, Display API for a user's own public videos, and Content Posting API for publishing on their behalf — all issued through open.tiktokapis.com. More sensitive scopes require TikTok's app review before going live, and a separate Research API exists for qualified academics to query public data.

HackerNewsTikTok
AuthenticationNoneOAuth
Pricingfreefree
FormatsJSONJSON
CORSyesyes
HTTPSYesYes

HackerNews needs no API key, while TikTok requires OAuth — pick HackerNews to start without signup.

More comparisons