ooo.bsky.hds.describeAccount

bsky.ooo

Documentation

main query

No description available.

Parameters

repo string at-identifier Required

Either a DID or an AT Protocol handle.

Output

Encodingapplication/json
collections array Required

No description available.

did stringdid Required

A decentralized identifier (DID).

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
Either a DID or an AT Protocol handle.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "did",
        "collections"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "collections": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "nsid"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "repo"
    ],
    "properties": {
      "repo": {
        "type": "string",
        "format": "at-identifier"
      }
    }
  }
}

Lexicon Garden

@