app.standard-reader.getDocumentContext

standard-reader.app

Documentation

Deferred reading-view context: related articles, recents, social proof, citations.

main query

Deferred reading-view context: related articles, recents, social proof, citations.

Parameters

document string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

Output

Encodingapplication/json
moreFrom array Optional

No description available.

readersAlsoFollow array Optional

No description available.

related array Optional

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
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "related": {
          "type": "array",
          "items": {
            "ref": "app.standard-reader.defs#documentView",
            "type": "ref"
          }
        },
        "moreFrom": {
          "type": "array",
          "items": {
            "ref": "app.standard-reader.defs#documentView",
            "type": "ref"
          }
        },
        "readersAlsoFollow": {
          "type": "array",
          "items": {
            "ref": "app.standard-reader.defs#publicationView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "document"
    ],
    "properties": {
      "document": {
        "type": "string",
        "format": "at-uri"
      }
    }
  },
  "description": "Deferred reading-view context: related articles, recents, social proof, citations."
}

Lexicon Garden

@