Repo packages 20 years of Hacker News into a static archive you can run entirely in your browser. The site is just files: HTML, JSON, and gzipped SQLite shards. No server app required.
I just tried
SELECT * FROM `bigquery-public-data.hacker_news.full`
SELECT MAX(timestamp) AS most_recent_timestamp FROM `bigquery-public-data.hacker_news.full`;
bigquery-public-data.hacker_news.full
I don't think you can get the content of flagged posts without actually scraping the site but that'll get you banned.
Repo packages 20 years of Hacker News into a static archive you can run entirely in your browser. The site is just files: HTML, JSON, and gzipped SQLite shards. No server app required.