com.suibari.nagi.searchEmojis

suibari.com

Documentation

main query

No description available.

Parameters

cursor string Optional

No description available.

excludeRepo string Optional

Exclude results from a single repo (DID).

limit integer Optional

No description available.

q string Optional

No description available.

repo string Optional

Restrict results to a single repo (DID).

Output

Encodingapplication/json
cursor string Optional

No description available.

emojis 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
Exclude results from a single repo (DID).
Restrict results to a single repo (DID).
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "emojis"
      ],
      "properties": {
        "cursor": {
          "type": "string"
        },
        "emojis": {
          "type": "array",
          "items": {
            "type": "unknown"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "q": {
        "type": "string",
        "maxLength": 64
      },
      "repo": {
        "type": "string",
        "description": "Restrict results to a single repo (DID)."
      },
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      },
      "excludeRepo": {
        "type": "string",
        "description": "Exclude results from a single repo (DID)."
      }
    }
  }
}

Lexicon Garden

@