app.rocksky.feed.getFeedGenerators

rocksky.app

Documentation

Get all feed generators

main query

Get all feed generators

Parameters

size integer Optional

The maximum number of feed generators to return.

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 maximum number of feed generators to return.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "ref": "app.rocksky.feed.defs#feedGeneratorsView",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "size": {
        "type": "integer",
        "minimum": 1,
        "description": "The maximum number of feed generators to return."
      }
    }
  },
  "description": "Get all feed generators"
}

Lexicon Garden

@