/lobsters/stories

POST /api/lobsters/stories

Price: 10 credits

Get one Lobsters story by its short id: title, submitted link, submitter, score, tags, the submission text, and every comment on it with author, score, markdown and HTML body, nesting depth and parent comment

How to use it

One call returns the story and its whole comment tree, so never page comments — `comments` is flat and ordered for display, with `depth` and `parent_comment_id` carrying the nesting. `comment_count` and the length of `comments` legitimately differ, because deleted and moderated comments stay in the array but are excluded from the count; read `is_deleted` and `is_moderated` rather than trusting either number alone. `link_url` is empty on a self-post, where the content is in `description`.

Parameters

Request body

Response

Errors

Response headers