net.atpix.gallery.listFeedPhotos

lexicon.atpix.net

Documentation

Social gallery feed from active collectionRules (follow graph + hashtags). Requires authenticated caller for follow graph resolution.

main query

Social gallery feed from active collectionRules (follow graph + hashtags). Requires authenticated caller for follow graph resolution.

Parameters

cursor string Optional

No description available.

limit integer Optional

No description available.

ruleUri string at-uri Optional

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

Output

Encodingapplication/json
cursor string Optional

No description available.

photos array Required

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": [
        "photos"
      ],
      "properties": {
        "cursor": {
          "type": "string"
        },
        "photos": {
          "type": "array",
          "items": {
            "ref": "net.atpix.gallery.defs#photoView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "limit": {
        "type": "integer",
        "default": 20,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      },
      "ruleUri": {
        "type": "string",
        "format": "at-uri"
      }
    }
  },
  "description": "Social gallery feed from active collectionRules (follow graph + hashtags). Requires authenticated caller for follow graph resolution."
}

Lexicon Garden

@