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.

  1. xrpc - app.bsky.actor.get Preferences GET {{baseUrl}}/xrpc/app.bsky.actor.getPreferences

  2. xrpc - app.bsky.actor.get Profile GET {{baseUrl}}/xrpc/app.bsky.actor.getProfile?actor=<at-identifier>

  3. xrpc - app.bsky.actor.get Profiles GET {{baseUrl}}/xrpc/app.bsky.actor.getProfiles?actors=<at-identifier>&actors=<at-identifier>

  4. xrpc - app.bsky.actor.get Suggestions GET {{baseUrl}}/xrpc/app.bsky.actor.getSuggestions?limit=50&cursor=<string>

  5. xrpc - app.bsky.actor.put Preferences POST {{baseUrl}}/xrpc/app.bsky.actor.putPreferences

  6. xrpc - app.bsky.actor.search Actors GET {{baseUrl}}/xrpc/app.bsky.actor.searchActors?q=<string>&limit=25&cursor=<string>

  7. xrpc - app.bsky.actor.search Actors Typeahead GET {{baseUrl}}/xrpc/app.bsky.actor.searchActorsTypeahead?q=<string>&limit=10

  8. xrpc - app.bsky.feed.describe Feed Generator GET {{baseUrl}}/xrpc/app.bsky.feed.describeFeedGenerator

  9. xrpc - app.bsky.feed.get Actor Feeds GET {{baseUrl}}/xrpc/app.bsky.feed.getActorFeeds?actor=<at-identifier>&limit=50&cursor=<string>

  10. xrpc - app.bsky.feed.get Actor Likes GET {{baseUrl}}/xrpc/app.bsky.feed.getActorLikes?actor=<at-identifier>&limit=50&cursor=<string>