Find an indexed Standard Site document that declares an exact author-owned microblog distribution anchor. This is a candidate lookup; readers must verify the live document and anchor before canonicalizing Cheers. Ambiguous candidates fail closed. No authentication is required; responses contain public records only.
Parameters
Output
application/jsonsubject
stringat-uri
Optional
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"properties": {
"subject": {
"type": "string",
"format": "at-uri"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"uri",
"cid"
],
"properties": {
"cid": {
"type": "string",
"format": "cid",
"description": "CID of the current public microblog anchor revision."
},
"uri": {
"type": "string",
"format": "at-uri",
"description": "Exact AT URI of the public app.bsky.feed.post distribution anchor."
}
}
},
"description": "Find an indexed Standard Site document that declares an exact author-owned microblog distribution anchor. This is a candidate lookup; readers must verify the live document and anchor before canonicalizing Cheers. Ambiguous candidates fail closed. No authentication is required; responses contain public records only."
}