lol.dids.admin.listTileBindings

ngerakines.me

Documentation

The domains bound to a tile — incident response's "who is serving this". Exactly one of uri and cid is given; uri covers every version, cid one.

main query

The domains bound to a tile — incident response's "who is serving this". Exactly one of uri and cid is given; uri covers every version, cid one.

Parameters

cid string cid Optional

One tile version. Mutually exclusive with uri.

uri string at-uri Optional

The tile record's AT-URI. Mutually exclusive with cid.

Output

Encodingapplication/json
bindings 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
One tile version. Mutually exclusive with uri.
The tile record's AT-URI. Mutually exclusive with cid.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "bindings"
      ],
      "properties": {
        "bindings": {
          "type": "array",
          "items": {
            "ref": "#binding",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "cid": {
        "type": "string",
        "format": "cid",
        "description": "One tile version. Mutually exclusive with uri."
      },
      "uri": {
        "type": "string",
        "format": "at-uri",
        "description": "The tile record's AT-URI. Mutually exclusive with cid."
      }
    }
  },
  "description": "The domains bound to a tile — incident response's \"who is serving this\". Exactly one of uri and cid is given; uri covers every version, cid one."
}
binding object

One site serving one version of a tile.

Properties

activatedAt string datetime Required

An RFC 3339 formatted timestamp.

did string did Required

The site owner, not the tile author.

domain string Required

No description available.

tileCid string cid Required

The tile version the site pinned.

View raw schema
{
  "type": "object",
  "required": [
    "domain",
    "did",
    "tileCid",
    "activatedAt"
  ],
  "properties": {
    "did": {
      "type": "string",
      "format": "did",
      "description": "The site owner, not the tile author."
    },
    "domain": {
      "type": "string"
    },
    "tileCid": {
      "type": "string",
      "format": "cid",
      "description": "The tile version the site pinned."
    },
    "activatedAt": {
      "type": "string",
      "format": "datetime"
    }
  },
  "description": "One site serving one version of a tile."
}

Lexicon Garden

@