com.getorbyt.community.getCommunity

getorbyt.com

Documentation

A single Community by AT-URI, hydrated with viewer state when the request is authenticated.

main query

A single Community by AT-URI, hydrated with viewer state when the request is authenticated.

Parameters

community string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

Output

Encodingapplication/json

Errors

CommunityNotFound
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
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "CommunityNotFound"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "community"
      ],
      "properties": {
        "community": {
          "ref": "com.getorbyt.community.defs#view",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "community"
    ],
    "properties": {
      "community": {
        "type": "string",
        "format": "at-uri"
      }
    }
  },
  "description": "A single Community by AT-URI, hydrated with viewer state when the request is authenticated."
}

Lexicon Garden

@