chat.bsky.group.getGroupPublicInfo

bsky-lexicons.bsky.social

Documentation

[NOTE: This is under active development and should be considered unstable while this note is here]. Get public information about a group from an join link.

main query

[NOTE: This is under active development and should be considered unstable while this note is here]. Get public information about a group from an join link.

Parameters

code string Required

No description available.

Output

Encodingapplication/json

Errors

InvalidCode
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",
  "errors": [
    {
      "name": "InvalidCode"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "group"
      ],
      "properties": {
        "group": {
          "ref": "chat.bsky.group.defs#groupPublicView",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "code"
    ],
    "properties": {
      "code": {
        "type": "string"
      }
    }
  },
  "description": "[NOTE: This is under active development and should be considered unstable while this note is here]. Get public information about a group from an join link."
}

Lexicon Garden

@