tools.ozone.moderation.getSubjects

ozone-lexicons.bsky.social

Documentation

Get details about subjects.

main query

Get details about subjects.

Parameters

subjects array of string Required

No description available.

Output

Encodingapplication/json
subjects 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)
Parameters
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "subjects"
      ],
      "properties": {
        "subjects": {
          "type": "array",
          "items": {
            "ref": "tools.ozone.moderation.defs#subjectView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "subjects"
    ],
    "properties": {
      "subjects": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "maxLength": 100,
        "minLength": 1
      }
    }
  },
  "description": "Get details about subjects."
}

Lexicon Garden

@