app.standard-reader.resolveHandle

standard-reader.app

Documentation

Resolve an AT Proto handle, domain, or DID to site.standard.publication previews.

main query

Resolve an AT Proto handle, domain, or DID to site.standard.publication previews.

Parameters

handle string Required

No description available.

Output

Encodingapplication/json
did stringdid Optional

A decentralized identifier (DID).

handle string Optional

No description available.

publications array Required

No description available.

source string Required

No description available.

Known values: index, repo, none
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
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "publications",
        "source"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did",
          "nullable": true
        },
        "handle": {
          "type": "string",
          "nullable": true
        },
        "source": {
          "type": "string",
          "knownValues": [
            "index",
            "repo",
            "none"
          ]
        },
        "publications": {
          "type": "array",
          "items": {
            "ref": "app.standard-reader.defs#publicationView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "handle"
    ],
    "properties": {
      "handle": {
        "type": "string"
      }
    }
  },
  "description": "Resolve an AT Proto handle, domain, or DID to site.standard.publication previews."
}

Lexicon Garden

@