lol.dids.sites.getTile

ngerakines.me

Documentation

A published tile. Without cid the latest published version is returned; a prepared-but-uncommitted version is never returned, and neither is a space tile.

main query

A published tile. Without cid the latest published version is returned; a prepared-but-uncommitted version is never returned, and neither is a space tile.

Parameters

cid string cid Optional

Pin a specific version; absent returns the latest published one.

uri string at-uri Required

The tile record's AT-URI.

Output

Encodingapplication/json

Errors

TileNotFound No such published tile — also the answer for a space tile and for a version known only as pending-publication.
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
Pin a specific version; absent returns the latest published one.
The tile record's AT-URI.
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "TileNotFound",
      "description": "No such published tile — also the answer for a space tile and for a version known only as pending-publication."
    }
  ],
  "output": {
    "schema": {
      "ref": "lol.dids.defs#tileView",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "uri"
    ],
    "properties": {
      "cid": {
        "type": "string",
        "format": "cid",
        "description": "Pin a specific version; absent returns the latest published one."
      },
      "uri": {
        "type": "string",
        "format": "at-uri",
        "description": "The tile record's AT-URI."
      }
    }
  },
  "description": "A published tile. Without cid the latest published version is returned; a prepared-but-uncommitted version is never returned, and neither is a space tile."
}

Lexicon Garden

@