/pcpartpicker/builds/comments

POST /api/pcpartpicker/builds/comments

Price: 5 credits

Return the comment thread under one completed PCPartPicker build: each comment with its author, the author's profile link and avatar, how long ago it was posted, its text, its permalink, and its position in the reply tree.

How to use it

The thread arrives flattened in display order: `depth` 0 is a top-level comment and `parent_id` points at the comment being replied to, so rebuilding the tree needs no second call. `posted_ago` is the relative wording the site shows ('9 months ago'), not a date. A build with no discussion returns an empty list under a 200. Deleted comments keep their place in the thread with no author and no text.

Parameters

Request body

Response

Errors

Response headers