pub.oysters.getFeed

oysters.pub

{
  "id": "pub.oysters.getFeed",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "InvalidRequest",
          "description": "An unknown tag, an unknown sort, or a cursor that did not decode."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "feed"
          ],
          "properties": {
            "feed": {
              "type": "array",
              "items": {
                "ref": "pub.oysters.defs#postView",
                "type": "ref"
              },
              "description": "The page, in ranking order."
            },
            "cursor": {
              "type": "string",
              "description": "Pass to the next call. Absent when there is nothing more."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "sort": {
            "type": "string",
            "default": "hot",
            "description": "Ranking to page through. 'hot' is the board's own ranking; 'new' is submission order.",
            "knownValues": [
              "hot",
              "new"
            ]
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 128
            },
            "maxLength": 10,
            "description": "Restrict to submissions carrying any of these tags. OR, not AND. Tags outside the curated vocabulary are an error rather than an empty page, so a typo is visible."
          },
          "limit": {
            "type": "integer",
            "default": 25,
            "maximum": 100,
            "minimum": 1,
            "description": "How many submissions to return."
          },
          "cursor": {
            "type": "string",
            "description": "Opaque. Pass back what the previous page returned; do not construct one."
          }
        }
      },
      "description": "A page of the board's feed. Public: no authentication, and the same answer for everybody."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against pub.oysters.getFeed

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:gsvuczfwpmrqpap45iz23j43
CID
bafyreigytxmg5tasny7x3zlnwmx4aipl5oqbso6bbjnxjorkhww52m5gpi
Indexed At
2026-08-26 13:09 UTC
AT-URI
at://did:plc:gsvuczfwpmrqpap45iz23j43/com.atproto.lexicon.schema/pub.oysters.getFeed

Referenced Schemas (1)

Lexicon Garden

@