app.didpic.actor.getSuggestions

lexicons.didpic.app

Documentation

Suggested accounts for the viewer to follow.

main query

Suggested accounts for the viewer to follow.

Parameters

cursor string Optional

No description available.

limit integer Optional

No description available.

Output

Encodingapplication/json
cursor string Optional

No description available.

suggestions 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": [
        "suggestions"
      ],
      "properties": {
        "cursor": {
          "type": "string"
        },
        "suggestions": {
          "type": "array",
          "items": {
            "ref": "app.didpic.actor.defs#profileBasic",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "limit": {
        "type": "integer",
        "default": 20,
        "maximum": 50,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      }
    }
  },
  "description": "Suggested accounts for the viewer to follow."
}

Lexicon Garden

@