app.bivri.feed.getRelatedTags

lexicons.bivri.app

Documentation

main query

No description available.

Parameters

limit integer Optional

No description available.

tag string Required

Tag to find companions for.

Output

Encodingapplication/json
tags 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
Tag to find companions for.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "tags"
      ],
      "properties": {
        "tags": {
          "type": "array",
          "items": {
            "ref": "#tagCount",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "tag"
    ],
    "properties": {
      "tag": {
        "type": "string",
        "description": "Tag to find companions for."
      },
      "limit": {
        "type": "integer",
        "default": 10,
        "maximum": 20,
        "minimum": 1
      }
    }
  }
}
tagCount object

No description available.

Properties

artworkCount integer Required

No description available.

tag string Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "tag",
    "artworkCount"
  ],
  "properties": {
    "tag": {
      "type": "string"
    },
    "artworkCount": {
      "type": "integer"
    }
  }
}

Lexicon Garden

@