games.gamesgamesgamesgames.searchSlugs

lexicon.store View official

Documentation

Search for slug records by slug value to check availability.

main query

Search for slug records by slug value to check availability.

Parameters

limit integer Optional

No description available.

slug string Required

The slug value to search for.

Output

Encodingapplication/json
slugs 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
The slug value to search for.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "slugs"
      ],
      "properties": {
        "slugs": {
          "type": "array",
          "items": {
            "ref": "games.gamesgamesgamesgames.searchSlugs#slugResult",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "slug"
    ],
    "properties": {
      "slug": {
        "type": "string",
        "maxLength": 64,
        "minLength": 1,
        "description": "The slug value to search for."
      },
      "limit": {
        "type": "integer",
        "default": 10,
        "maximum": 100
      }
    }
  },
  "description": "Search for slug records by slug value to check availability."
}
slugResult object

No description available.

Properties

ref string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

slug string Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "slug",
    "ref"
  ],
  "properties": {
    "ref": {
      "type": "string",
      "format": "at-uri"
    },
    "slug": {
      "type": "string"
    }
  }
}

Lexicon Garden

@