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/follows1 credit
actors the subject follows (cursor)
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-2000, default 100). Auto-paginated; larger values are clamped to 2000. (1–2000)
Pagination cursor from a previous response's `cursor`. Omit for page one.
request preview
curl -X POST https://api.reefapi.com/bluesky/v1/follows \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"actor":"bsky.app","limit":"10"}'Hit Send to run this endpoint live.