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/get_actor_likes1 credit
posts an actor liked (authed; the AppView serves the authenticated account's own likes). Defaults to the logged-in handle.
Working example
Parameters
A Bluesky account — its handle (e.g. bsky.app), a did:plc:… DID, or a bsky.app/profile/<…> URL. The AppView resolves all three.
Max records to return (1-200, default 30). Auto-paginated; larger values are clamped to 200. (1–200)
Pagination cursor from a previous response's `cursor`. Omit for page one.
request preview
curl -X POST https://api.reefapi.com/bluesky/v1/get_actor_likes \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"limit":"20"}'Hit Send to run this endpoint live.