Bluesky API
Number of APIs: 168
This section contains HTTP API reference docs for Bluesky and AT Protocol lexicons. Generate a bearer token to test API calls directly from the docs.
-
xrpc - app.bsky.actor.get Preferences GET {{baseUrl}}/xrpc/app.bsky.actor.getPreferences
-
xrpc - app.bsky.actor.get Profile GET {{baseUrl}}/xrpc/app.bsky.actor.getProfile?actor=<at-identifier>
-
xrpc - app.bsky.actor.get Profiles GET {{baseUrl}}/xrpc/app.bsky.actor.getProfiles?actors=<at-identifier>&actors=<at-identifier>
-
xrpc - app.bsky.actor.get Suggestions GET {{baseUrl}}/xrpc/app.bsky.actor.getSuggestions?limit=50&cursor=<string>
-
xrpc - app.bsky.actor.put Preferences POST {{baseUrl}}/xrpc/app.bsky.actor.putPreferences
-
xrpc - app.bsky.actor.search Actors GET {{baseUrl}}/xrpc/app.bsky.actor.searchActors?q=<string>&limit=25&cursor=<string>
-
xrpc - app.bsky.actor.search Actors Typeahead GET {{baseUrl}}/xrpc/app.bsky.actor.searchActorsTypeahead?q=<string>&limit=10
-
xrpc - app.bsky.feed.describe Feed Generator GET {{baseUrl}}/xrpc/app.bsky.feed.describeFeedGenerator
-
xrpc - app.bsky.feed.get Actor Feeds GET {{baseUrl}}/xrpc/app.bsky.feed.getActorFeeds?actor=<at-identifier>&limit=50&cursor=<string>
-
xrpc - app.bsky.feed.get Actor Likes GET {{baseUrl}}/xrpc/app.bsky.feed.getActorLikes?actor=<at-identifier>&limit=50&cursor=<string>