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_feed1 credit

posts from a custom feed generator by at:// URI (authed)

Working example
Parameters

A feed-generator's at:// URI (e.g. a custom/discover feed). Get it from a profile's associated feedgens or a feed's share URL.

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_feed \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"feed":"at://did:plc:z72i7hdynmk6r22z27h6tvur/app.bsky.feed.generator/whats-hot","limit":"20"}'

Hit Send to run this endpoint live.