Storyden
Tags

Tag List

Get a list of all tags on the site.

Get a list of all tags on the site.

GET/tags
storyden-session<token>

In: cookie

Query Parameters

q?string

Search query string.

Length0 <= length

Response Body

curl -X GET "https://loading/api/tags?q=string"
{
  "tags": [
    {
      "name": "string",
      "colour": "string",
      "item_count": 0
    }
  ]
}
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}