app.atmobb.forum.getTopics

lexicons.atmobb.app

Documentation

Every topic currently carried by any board in the atmosphere, with sizes. The discovery side of getTopic: what could a board join?

main query

Every topic currently carried by any board in the atmosphere, with sizes. The discovery side of getTopic: what could a board join?

Output

Encodingapplication/json
topics array 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": [
        "topics"
      ],
      "properties": {
        "topics": {
          "type": "array",
          "items": {
            "type": "unknown"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {}
  },
  "description": "Every topic currently carried by any board in the atmosphere, with sizes. The discovery side of getTopic: what could a board join?"
}

Lexicon Garden

@