lol.dids.sites.getTileIcon

ngerakines.me

Documentation

The bytes of a tile's icon blob, served with the blob's declared mimeType and an immutable one-year Cache-Control, because the URL names a CID. Without it a directory cannot show icons: the author's PDS may have collected the blob and bard has no public blob endpoint other than per-site RASL.

main query

The bytes of a tile's icon blob, served with the blob's declared mimeType and an immutable one-year Cache-Control, because the URL names a CID. Without it a directory cannot show icons: the author's PDS may have collected the blob and bard has no public blob endpoint other than per-site RASL.

Parameters

cid string cid Required

The icon blob's CID.

Output

Encoding*/*

Errors

TileNotFound No published tile references that icon CID.
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 icon blob's CID.
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "TileNotFound",
      "description": "No published tile references that icon CID."
    }
  ],
  "output": {
    "encoding": "*/*"
  },
  "parameters": {
    "type": "params",
    "required": [
      "cid"
    ],
    "properties": {
      "cid": {
        "type": "string",
        "format": "cid",
        "description": "The icon blob's CID."
      }
    }
  },
  "description": "The bytes of a tile's icon blob, served with the blob's declared mimeType and an immutable one-year Cache-Control, because the URL names a CID. Without it a directory cannot show icons: the author's PDS may have collected the blob and bard has no public blob endpoint other than per-site RASL."
}

Lexicon Garden

@