lol.dids.sites.getSite

ngerakines.me

Documentation

The public view of the site serving a domain: its owner, its active revision, and — for a tile-bound site — the tile it binds. No DNS or diagnostic detail; a space-registered domain carries its space, because attribution survives the plane.

main query

The public view of the site serving a domain: its owner, its active revision, and — for a tile-bound site — the tile it binds. No DNS or diagnostic detail; a space-registered domain carries its space, because attribution survives the plane.

Parameters

domain string Required

The hostname, lowercase IDNA A-label form.

Output

Encodingapplication/json

Errors

SiteNotFound No active site serves that domain.
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 hostname, lowercase IDNA A-label form.
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "SiteNotFound",
      "description": "No active site serves that domain."
    }
  ],
  "output": {
    "schema": {
      "ref": "lol.dids.defs#siteView",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "domain"
    ],
    "properties": {
      "domain": {
        "type": "string",
        "maxLength": 253,
        "description": "The hostname, lowercase IDNA A-label form."
      }
    }
  },
  "description": "The public view of the site serving a domain: its owner, its active revision, and — for a tile-bound site — the tile it binds. No DNS or diagnostic detail; a space-registered domain carries its space, because attribution survives the plane."
}

Lexicon Garden

@