pub.oysters.getTags

oysters.pub

Documentation

The board's curated tag vocabulary. A submission may carry any tag it likes; only these are indexed, filterable, and shown.

main query

The board's curated tag vocabulary. A submission may carry any tag it likes; only these are indexed, filterable, and shown.

Output

Encodingapplication/json
tags array Required

Every tag, alphabetically by slug.

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": [
        "tags"
      ],
      "properties": {
        "tags": {
          "type": "array",
          "items": {
            "ref": "pub.oysters.defs#tagView",
            "type": "ref"
          },
          "description": "Every tag, alphabetically by slug."
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "The board's curated tag vocabulary. A submission may carry any tag it likes; only these are indexed, filterable, and shown."
}

Lexicon Garden

@