app.standard-reader.getAuthor

standard-reader.app

Documentation

Author profile for a DID with aggregate stats.

main query

Author profile for a DID with aggregate stats.

Parameters

did string did Required

A decentralized identifier (DID).

Output

Encodingapplication/json
stats object Required

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
A decentralized identifier (DID).
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "profile",
        "stats"
      ],
      "properties": {
        "stats": {
          "type": "object",
          "properties": {
            "likeCount": {
              "type": "integer"
            },
            "documentCount": {
              "type": "integer"
            },
            "followingCount": {
              "type": "integer"
            },
            "subscriberCount": {
              "type": "integer"
            },
            "publicationCount": {
              "type": "integer"
            }
          }
        },
        "profile": {
          "ref": "app.standard-reader.defs#profileView",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "did"
    ],
    "properties": {
      "did": {
        "type": "string",
        "format": "did"
      }
    }
  },
  "description": "Author profile for a DID with aggregate stats."
}

Lexicon Garden

@