blue.moji.collection.getItem

moji.blue

Documentation

Get a single emoji from a repository. Requires auth.

main query

Get a single emoji from a repository. Requires auth.

Parameters

name string Required

The Bluemoji alias/rkey.

repo string at-identifier Required

The handle or DID of the repo.

Output

Encodingapplication/json
uri stringat-uri Required

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

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 Bluemoji alias/rkey.
The handle or DID of the repo.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "uri",
        "item"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "item": {
          "ref": "blue.moji.collection.item#itemView",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "repo",
      "name"
    ],
    "properties": {
      "name": {
        "type": "string",
        "description": "The Bluemoji alias/rkey."
      },
      "repo": {
        "type": "string",
        "format": "at-identifier",
        "description": "The handle or DID of the repo."
      }
    }
  },
  "description": "Get a single emoji from a repository. Requires auth."
}

Lexicon Garden

@