{
"id": "app.standard-reader.getAuthor",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"profile",
"stats",
"publications"
],
"properties": {
"stats": {
"ref": "app.standard-reader.getAuthor#stats",
"type": "ref"
},
"profile": {
"ref": "app.standard-reader.defs#profileView",
"type": "ref"
},
"publications": {
"type": "array",
"items": {
"ref": "app.standard-reader.defs#publicationView",
"type": "ref"
},
"description": "The author's publications, owned first then featured, newest activity first. A convenience first page; use getAuthorPublications to page through the full set."
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did"
}
}
},
"description": "Author profile for a DID with aggregate stats and a first page of their publications."
},
"stats": {
"type": "object",
"properties": {
"likeCount": {
"type": "integer"
},
"documentCount": {
"type": "integer"
},
"followingCount": {
"type": "integer"
},
"subscriberCount": {
"type": "integer"
},
"publicationCount": {
"type": "integer"
}
},
"description": "Aggregate author counts shown on the profile header."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:f4os2wz5fjl56xpwcvtnqu7m
- CID
-
bafyreigyby3v2qlcf3yigy7j4nsnhpff7pa6p7zukzv6gkv3h4iijaiwxa
- Indexed At
- 2026-07-21 07:06 UTC
- AT-URI
-
at://did:plc:f4os2wz5fjl56xpwcvtnqu7m/com.atproto.lexicon.schema/app.standard-reader.getAuthor
Version History (3 versions)