social.clippr.feed.getTags

clippr.social

Documentation

Get a list of tags. Does not require auth.

main query

Get a list of tags. Does not require auth.

Parameters

uris array of string Required

List of tag AT-URIs to return hydrated views for

Output

Encodingapplication/json
tags array Required

An array of hydrated tag views

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 tag AT-URIs to return hydrated views for
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "tags"
      ],
      "properties": {
        "tags": {
          "type": "array",
          "items": {
            "ref": "social.clippr.feed.defs#tagView",
            "type": "ref"
          },
          "description": "An array of hydrated tag views"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "uris"
    ],
    "properties": {
      "uris": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "at-uri"
        },
        "maxLength": 25,
        "description": "List of tag AT-URIs to return hydrated views for"
      }
    }
  },
  "description": "Get a list of tags. Does not require auth."
}

Lexicon Garden

@