app.standard-reader.getFollowedByPeopleYouFollow

standard-reader.app

Documentation

Publications followed by Bluesky accounts the caller follows.

main query

Publications followed by Bluesky accounts the caller follows.

Parameters

limit integer Optional

No description available.

Output

Encodingapplication/json
items 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
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "items"
      ],
      "properties": {
        "items": {
          "type": "array",
          "items": {
            "ref": "app.standard-reader.defs#publicationView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [],
    "properties": {
      "limit": {
        "type": "integer",
        "default": 12,
        "maximum": 100,
        "minimum": 1
      }
    }
  },
  "description": "Publications followed by Bluesky accounts the caller follows."
}

Lexicon Garden

@