social.showcase.collection.getCollection

lexicons.showcase.social

Documentation

Get a specific collection. Authentication optional - returns personalized view when authenticated (e.g., private collections you own).

main query

Get a specific collection. Authentication optional - returns personalized view when authenticated (e.g., private collections you own).

Parameters

uri string at-uri Required

The AT-URI of the collection

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
The AT-URI of the collection
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "ref": "social.showcase.defs#collectionView",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "uri"
    ],
    "properties": {
      "uri": {
        "type": "string",
        "format": "at-uri",
        "description": "The AT-URI of the collection"
      }
    }
  },
  "description": "Get a specific collection. Authentication optional - returns personalized view when authenticated (e.g., private collections you own)."
}

Lexicon Garden

@