Tags
Tag List
Get a list of all tags on the site.
Get a list of all tags on the site.
GET
/tagsstoryden-session<token>
In: cookie
Query Parameters
q?string
Search query string.
Length
0 <= lengthResponse 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": {}
}