app.reddwarf.labelmerge.queryLabels

whey.party

Documentation

Find labels relevant to the provided AT-URI patterns. Public endpoint for moderation services, though may return different or additional results with auth.

main query

Find labels relevant to the provided AT-URI patterns. Public endpoint for moderation services, though may return different or additional results with auth.

Parameters

l array of string Required

List of label sources (labeler DIDs) to filter on.

s array of string Required

List of label subjects (strings).

strict boolean Optional

If true then any errors will throw the entire query

Output

Encodingapplication/json
error array Optional

No description available.

labels 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
List of label sources (labeler DIDs) to filter on.
List of label subjects (strings).
If true then any errors will throw the entire query
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "labels"
      ],
      "properties": {
        "error": {
          "type": "array",
          "items": {
            "ref": "#error",
            "type": "ref"
          }
        },
        "labels": {
          "type": "array",
          "items": {
            "ref": "com.atproto.label.defs#label",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "s",
      "l"
    ],
    "properties": {
      "l": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "did"
        },
        "description": "List of label sources (labeler DIDs) to filter on."
      },
      "s": {
        "type": "array",
        "items": {
          "type": "string"
        },
        "description": "List of label subjects (strings)."
      },
      "strict": {
        "type": "boolean",
        "description": "If true then any errors will throw the entire query"
      }
    }
  },
  "description": "Find labels relevant to the provided AT-URI patterns. Public endpoint for moderation services, though may return different or additional results with auth."
}
error object

No description available.

Properties

e string Optional

No description available.

s string did Required

A decentralized identifier (DID).

View raw schema
{
  "type": "object",
  "required": [
    "s"
  ],
  "properties": {
    "e": {
      "type": "string"
    },
    "s": {
      "type": "string",
      "format": "did"
    }
  }
}

Lexicon Garden

@