app.rocksky.actor.getActorNeighbours

rocksky.app

Documentation

Get neighbours for an actor

main query

Get neighbours for an actor

Parameters

did string at-identifier Required

The DID or handle of the actor

Output

Encodingapplication/json
neighbours array Optional

No description available.

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": {
      "type": "object",
      "properties": {
        "neighbours": {
          "type": "array",
          "items": {
            "ref": "app.rocksky.actor.defs#neighbourViewBasic",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "did"
    ],
    "properties": {
      "did": {
        "type": "string",
        "format": "at-identifier",
        "description": "The DID or handle of the actor"
      }
    }
  },
  "description": "Get neighbours for an actor"
}

Lexicon Garden

@