Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.2 KB

hn.org

File metadata and controls

40 lines (30 loc) · 1.2 KB

Hacker News API

template https://hacker-news.firebaseio.com/v0 Accept: application/json

Item

get /item/{{(read-string “Item ID: “)}}.json?print=pretty

User

get /user/{{(read-string “User ID: “)}}.json

Live Data

Max Item ID

get /maxitem.json

Top Stories

get /topstories.json

New Stories

get /newstories.json

Best Stories

get /beststories.json