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.suggest

Description

Search user's tags for tag matching given tag name part and returns list of suggestions.

Params

token
string

Access token.

tagNamePart
string

Part of tag name.

Response

response
struct
status
int
enum

Status code

ValueDescription
200

OK

statusMessage
string

Status code description

tags
array

List of tags that matches the search.

tagName
string

Tag candidate

Call example

tags.suggest("veniam quis nostrud", "ex")