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/likes1 credit
actors who liked a post (cursor); cid auto-used if given
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.
Optional post content-id (a post's `cid`). Speeds up the lookup; auto-resolved from the URI when omitted.
Max records to return (1-500, default 50). Auto-paginated; larger values are clamped to 500. (1–500)
Pagination cursor from a previous response's `cursor`. Omit for page one.
request preview
curl -X POST https://api.reefapi.com/bluesky/v1/likes \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"uri":"at://did:plc:z72i7hdynmk6r22z27h6tvur/app.bsky.feed.post/3l6oveex3ii2l","cid":"bafyreicnt42y6vo6pfpvyro234ac4o6ijug6adwwrh7awflgrqlt4zibxq","limit":"25"}'Hit Send to run this endpoint live.