cafe.dummy.lsky.getFeed

lsky-publisher.dummy.to

Documentation

Get a feed of posts. Use the 'feed' parameter to select which feed: 'following' for posts from followed accounts, 'global' for all posts, or an at-uri for a custom feed generator.

main query

Get a feed of posts. Use the 'feed' parameter to select which feed: 'following' for posts from followed accounts, 'global' for all posts, or an at-uri for a custom feed generator.

Parameters

cursor string Optional

No description available.

feed string Required

Which feed to fetch. Well-known values: 'following', 'global'. Can also be an at-uri pointing to a feed generator record.

limit integer Optional

No description available.

Output

Encodingapplication/json
cursor string Optional

No description available.

posts array Required

No description available.

Errors

UnknownFeed The requested feed identifier is not recognized.
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
Which feed to fetch. Well-known values: 'following', 'global'. Can also be an at-uri pointing to a feed generator record.
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "UnknownFeed",
      "description": "The requested feed identifier is not recognized."
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "posts"
      ],
      "properties": {
        "posts": {
          "type": "array",
          "items": {
            "ref": "cafe.dummy.lsky.defs#postView",
            "type": "ref"
          }
        },
        "cursor": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "feed"
    ],
    "properties": {
      "feed": {
        "type": "string",
        "description": "Which feed to fetch. Well-known values: 'following', 'global'. Can also be an at-uri pointing to a feed generator record."
      },
      "limit": {
        "type": "integer",
        "default": 20,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      }
    }
  },
  "description": "Get a feed of posts. Use the 'feed' parameter to select which feed: 'following' for posts from followed accounts, 'global' for all posts, or an at-uri for a custom feed generator."
}

Lexicon Garden

@