app.atmobb.forum.getTopic

lexicons.atmobb.app

Documentation

Everything currently sharing a topic: the boards, their forums, and their sizes. Lets an admin see what tagging a board would federate with before doing it.

main query

Everything currently sharing a topic: the boards, their forums, and their sizes. Lets an admin see what tagging a board would federate with before doing it.

Parameters

topic string Required

No description available.

Output

Encodingapplication/json
boards array Required

No description available.

topic string Required

No description available.

totals unknown Optional

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)
Parameters
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "topic",
        "boards"
      ],
      "properties": {
        "topic": {
          "type": "string"
        },
        "boards": {
          "type": "array",
          "items": {
            "type": "unknown"
          }
        },
        "totals": {
          "type": "unknown"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "topic"
    ],
    "properties": {
      "topic": {
        "type": "string",
        "maxLength": 640,
        "maxGraphemes": 64
      }
    }
  },
  "description": "Everything currently sharing a topic: the boards, their forums, and their sizes. Lets an admin see what tagging a board would federate with before doing it."
}

Lexicon Garden

@