v4

latestOpenAPI 3.1.02026-08-012281296.0 MB
Reddit

Fetch post comments

Fetch comments for a Reddit post by URL or t3_<id> identifier. Returns the parent post (when available) and a paginated, depth-first flat list of comments that includes nested replies. Each entry's parentCommentId is null for top-level comments or points at the parent comment for replies; group on parentCommentId to rebuild the thread tree. Use the nextPageToken field from the response to retrieve subsequent pages of top-level comments (their nested replies come along automatically).

<span><strong>Rate limit:</strong> 300 requests per 1 minute</span>

<span>💰 <strong>Cost:</strong> 2 credits per page of results <span title="Pricing shown is default pricing. Actual pricing may vary."></span></span>

post/v1/reddit/post/comments

Request body

apiKeystring required

Your Fiber API key

postUrlOrIdstring required

Full Reddit post URL/permalink or post ID (e.g. 't3_ablzuq').

nextPageTokenstring nullable

Pagination token from a previous response to retrieve the next page. Omit for the first page.

Response

Default Response

advicestring[] nullable

Tips, recommendations, and suggestions for using this API effectively.