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/bluesky/v1/thread1 credit

a post + its reply tree (recursive) + parent

Working example
Parameters

The post's at:// AT-URI (or a bsky.app/profile/<did>/post/<rkey> URL). Get it from a post's `uri` field.

How many levels of replies to include below the post (0-100). (0–100)

How many parent posts above the target to include (0-100). (0–100)

request preview
curl -X POST https://api.reefapi.com/bluesky/v1/thread \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"uri":"at://did:plc:z72i7hdynmk6r22z27h6tvur/app.bsky.feed.post/3l6oveex3ii2l","depth":"3"}'

Hit Send to run this endpoint live.