app.standard-reader.getPublication

standard-reader.app

Documentation

Fetch a single publication profile with owner identity and aggregate stats.

main query

Fetch a single publication profile with owner identity and aggregate stats.

Parameters

publication string at-uri Required

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

Output

Encodingapplication/json
documentCount integer Optional

No description available.

lastDocumentAt stringdatetime Optional

An RFC 3339 formatted timestamp.

subscriberCount integer 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",
      "required": [
        "publication"
      ],
      "properties": {
        "owner": {
          "ref": "app.standard-reader.defs#profileView",
          "type": "ref"
        },
        "publication": {
          "ref": "app.standard-reader.defs#publicationView",
          "type": "ref"
        },
        "documentCount": {
          "type": "integer"
        },
        "lastDocumentAt": {
          "type": "string",
          "format": "datetime",
          "nullable": true
        },
        "subscriberCount": {
          "type": "integer"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "publication"
    ],
    "properties": {
      "publication": {
        "type": "string",
        "format": "at-uri"
      }
    }
  },
  "description": "Fetch a single publication profile with owner identity and aggregate stats."
}

Lexicon Garden

@