lol.dids.sites.listSites

ngerakines.me

Documentation

The public directory of active sites. With did, the sites of one identity; with tile, the sites bound to one tile.

main query

The public directory of active sites. With did, the sites of one identity; with tile, the sites bound to one tile.

Parameters

cursor string Optional

Pagination cursor from a previous response.

did string did Optional

List only the sites of this identity.

limit integer Optional

Maximum entries to return.

tile string at-uri Optional

List only the sites bound to this tile.

Output

Encodingapplication/json
cursor string Optional

Present when more entries exist.

sites 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
Pagination cursor from a previous response.
List only the sites of this identity.
Maximum entries to return.
List only the sites bound to this tile.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "sites"
      ],
      "properties": {
        "sites": {
          "type": "array",
          "items": {
            "ref": "lol.dids.defs#siteView",
            "type": "ref"
          }
        },
        "cursor": {
          "type": "string",
          "description": "Present when more entries exist."
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "did": {
        "type": "string",
        "format": "did",
        "description": "List only the sites of this identity."
      },
      "tile": {
        "type": "string",
        "format": "at-uri",
        "description": "List only the sites bound to this tile."
      },
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1,
        "description": "Maximum entries to return."
      },
      "cursor": {
        "type": "string",
        "description": "Pagination cursor from a previous response."
      }
    }
  },
  "description": "The public directory of active sites. With did, the sites of one identity; with tile, the sites bound to one tile."
}

Lexicon Garden

@