All stories, comments, jobs, polls, and Ask HNs are treated as 'items'. Each item is identified by a unique integer id. You can retrieve an item by making a GET request to /v0/item/<id>.json.
Item Types:
jobstorycommentpollpollopt (a part of a poll)
Common Item Fields:
id: The item's unique integer ID.type: The type of item (see above).by: The username of the author.time: Creation date in Unix Time.text: The content (comment, story, or poll text) in HTML format.parent: The ID of the parent item (for comments).kids: An array of IDs of the item's children (e.g., comments on a story), in ranked display order.url: The URL of the story.score: The story's score or pollopt votes.title: The title of the story, poll, or job (HTML).descendants: The total comment count (for stories or polls).deleted: true if the item is deleted.dead: true if the item is dead.
https://hacker-news.firebaseio.com/v0/item/8863.json?print=pretty