Get a single post by its AT-URI, including followup chain and likes.
Parameters
Output
Encoding
application/jsonErrors
PostNotFound
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "PostNotFound"
}
],
"output": {
"schema": {
"ref": "cafe.dummy.lsky.defs#postView",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the post."
}
}
},
"description": "Get a single post by its AT-URI, including followup chain and likes."
}