cafe.dummy.lsky.searchPeople

lsky-publisher.dummy.to

Documentation

Search for people by handle or display name. Used for mention autocomplete.

main query

Search for people by handle or display name. Used for mention autocomplete.

Parameters

limit integer Optional

No description available.

q string Required

Search query string.

Output

Encodingapplication/json
people 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
Search query string.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "people"
      ],
      "properties": {
        "people": {
          "type": "array",
          "items": {
            "ref": "cafe.dummy.lsky.defs#personView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "q"
    ],
    "properties": {
      "q": {
        "type": "string",
        "minLength": 1,
        "description": "Search query string."
      },
      "limit": {
        "type": "integer",
        "default": 8,
        "maximum": 25,
        "minimum": 1
      }
    }
  },
  "description": "Search for people by handle or display name. Used for mention autocomplete."
}

Lexicon Garden

@