social.clippr.feed.getTagList

clippr.social

Documentation

Get a user's list of tags. Does not require auth.

main query

Get a user's list of tags. Does not require auth.

Parameters

actor string at-identifier Optional

An actor to fetch the tag list from

Output

Encodingapplication/json
tags array Required

A list of tags and their associated details

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
An actor to fetch the tag list from
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": "A list of tags and their associated details"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "actor": {
        "type": "string",
        "format": "at-identifier",
        "description": "An actor to fetch the tag list from"
      }
    }
  },
  "description": "Get a user's list of tags. Does not require auth."
}

Lexicon Garden

@