app.bsky.actor

Get detailed profile view of an actor. Does not require auth, but contains relevant metadata with auth.

get/xrpc/app.bsky.actor.getProfile

Query parameters

actorstring at-identifier required

Handle or DID of account to fetch profile of.

Handle or DID of account to fetch profile of.

Response

Success

didstring did required
handlestring handle required
displayNamestring
descriptionstring
avatarstring uri
bannerstring uri
followersCountinteger
followsCountinteger
postsCountinteger
indexedAtstring date-time
createdAtstring date-time

Changes