Bluesky

Posts

Fetches a paginated feed of posts from a Bluesky user, returning each post's uri, record text, author info, embed content, replyCount, repostCount, likeCount, quoteCount, and indexedAt. Supports pagination via cursor. Use user_id (the 'did') instead of handle for faster response times.

get/v1/bluesky/user/posts

Query parameters

handlestring

Bluesky handle

user_idstring

Bluesky 'did'. (For some reason Bluesky calls their user ids, 'did' for whatever reason)

Response

Successful response

Changes

No recorded changes to this endpoint across all 1 revision of this API.