Backfill in-progress. Some lexicons and records may be missing or incomplete.

app.bsky.actor.getProfile

bsky-lexicons.bsky.social

Documentation

main query

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

Parameters

actor string at-identifier Required

Handle or DID of account to fetch profile of.

Output

Encodingapplication/json
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
Handle or DID of account to fetch profile of.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "ref": "app.bsky.actor.defs#profileViewDetailed",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "actor"
    ],
    "properties": {
      "actor": {
        "type": "string",
        "format": "at-identifier",
        "description": "Handle or DID of account to fetch profile of."
      }
    }
  },
  "description": "Get detailed profile view of an actor. Does not require auth, but contains relevant metadata with auth."
}

Lexicon Garden

@