social.colibri.beta.community.getCommunity

colibri.social

Documentation

Gets a community by DID or handle.

main query

Gets a community by DID or handle.

Parameters

community string at-identifier Required

A DID or handle identifying the community.

Output

Encodingapplication/json

Errors

AuthRequired The request is missing, malformed, or unverifiable service auth.
CommunityNotFound No community exists at that identifier.
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
A DID or handle identifying the community.
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "AuthRequired",
      "description": "The request is missing, malformed, or unverifiable service auth."
    },
    {
      "name": "CommunityNotFound",
      "description": "No community exists at that identifier."
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "community"
      ],
      "properties": {
        "community": {
          "ref": "social.colibri.beta.community.defs#communityView",
          "type": "ref",
          "description": "The requested community."
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "community"
    ],
    "properties": {
      "community": {
        "type": "string",
        "format": "at-identifier",
        "description": "A DID or handle identifying the community."
      }
    }
  },
  "description": "Gets a community by DID or handle."
}

Lexicon Garden

@