games.gamesgamesgamesgames.searchProfilesTypeahead

lexicon.store View official

Documentation

Search for actor and org profiles by display name. Intended for typeahead/autocomplete.

main query

Search for actor and org profiles by display name. Intended for typeahead/autocomplete.

Parameters

limit integer Optional

No description available.

q string Required

No description available.

Output

Encodingapplication/json
profiles 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": [
        "profiles"
      ],
      "properties": {
        "profiles": {
          "type": "array",
          "items": {
            "ref": "games.gamesgamesgamesgames.defs#profileSummaryView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "q"
    ],
    "properties": {
      "q": {
        "type": "string",
        "maxLength": 100,
        "minLength": 1
      },
      "limit": {
        "type": "integer",
        "default": 10,
        "maximum": 25,
        "minimum": 1
      }
    }
  },
  "description": "Search for actor and org profiles by display name. Intended for typeahead/autocomplete."
}

Lexicon Garden

@