app.rocksky.actor.getProfile

rocksky.app

Documentation

Get the profile of an actor

main query

Get the profile of an actor

Parameters

did string at-identifier Optional

The DID or handle of the actor

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
The DID or handle of the actor
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "ref": "app.rocksky.actor.defs#profileViewDetailed",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "did": {
        "type": "string",
        "format": "at-identifier",
        "description": "The DID or handle of the actor"
      }
    }
  },
  "description": "Get the profile of an actor"
}

Lexicon Garden

@