app.standard-reader.getDocument

standard-reader.app

Documentation

Fetch a single article card metadata and aggregate stats (no full body).

main query

Fetch a single article card metadata and aggregate stats (no full body).

Parameters

document string at-uri Required

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

Output

Encodingapplication/json
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": {
      "ref": "app.standard-reader.defs#documentView",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "document"
    ],
    "properties": {
      "document": {
        "type": "string",
        "format": "at-uri"
      }
    }
  },
  "description": "Fetch a single article card metadata and aggregate stats (no full body)."
}

Lexicon Garden

@