The playground
Try any of 1042 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
Playground demo key · api.reefapi.com
post/reddit/v1/post_comments1 credit
Threaded comments for a post. Returns author/body/score per comment.
Parameters
Post ID or full Reddit URL.
Comment ordering.
How many comments (1–500). (1–500)
Comment-tree depth (1–50). (1–50)
Which Reddit data source to use — 'auto' picks the best source automatically.
request preview
curl -X POST https://api.reefapi.com/reddit/v1/post_comments \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.