/lemmy/posts/comments

POST /api/lemmy/posts/comments

Price: 20 credits

List the comments of one Lemmy post, each with its text, author, vote tally, descendant comment count and its position in the thread

How to use it

Comments arrive flat, and the thread is rebuilt from `path` and `parent_comment_id` rather than from nesting; `depth` is 0 for a top-level comment. Pass the post URL rather than a numeric id, which means a different post on each instance; when `instance` cannot resolve the URL the thread is read from the URL's own host. An empty list means the post exists and has no comments — a post that does not exist answers 412.

Parameters

Request body

Response

Errors

Response headers