Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tím souhlasíte. Další informace

API help

Overview
Data types

tags.categories

Description

List all tag categories.

Params

token
string

Access token.

filterOptions
struct
optional

Filtering options

categories
array
optional

List only given categories

category
string

Category name

displayOptions
struct
optional

Display options

tags
bool
optional
default: false

Include list of tags for each category too.

Response

response
struct
status
int
enum

Status code

ValueDescription
200

OK

400

Bad params

404

Given category from filterOptions.categories was not found.

500

Server error

statusMessage
string

Status code description

categories
array

List of found categories

category
struct
name
string

Category name

id
string

Category ID

tags
array
optional

If displayOptions.tags is true, list tags assigned to this category.

tag
struct

One tag information

name
string

Tag name

Call example

tags.categories("lorem ipsum dolor", {"categories": ["veniam", "minim veniam quis", "ex"]}, {"tags": false})