social.colibri.server.describeServer

colibri.social

Documentation

Returns metadata describing the Colibri AppView deployment. Public and side-effect free.

main query

Returns metadata describing the Colibri AppView deployment. Public and side-effect free.

Output

Encodingapplication/json
flavor string Required

No description available.

software string Required

No description available.

version string 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)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "software",
        "flavor",
        "version"
      ],
      "properties": {
        "flavor": {
          "type": "string"
        },
        "version": {
          "type": "string"
        },
        "software": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Returns metadata describing the Colibri AppView deployment. Public and side-effect free."
}

Lexicon Garden

@