comments
Comments
This endpoint allows the client to retrieve all comments belonging to an article or podcast episode as threaded conversations.
It will return the all top level comments with their nested comments as threads. See the format specification for further details.
It supports pagination, each page will contain 50 top level comments (and as many child comments they have) by default.
If the page parameter is not passed, all comments of an article or podcast will be returned.
get/api/comments
Query parameters
pageinteger
Pagination page
per_pageinteger
Page size (the number of items to return per page). The default maximum value can be overridden by "API_PER_PAGE_MAX" environment variable.
a_idstring
Article identifier.
p_idstring
Podcast Episode identifier.
pagestring
Page
Response
A List of Comments