Tag

Field Type Description
tag string The tag itself.
encounter int The total number of associations of this tag (including questions, solutions and data from connectors).
question_count int The number of non-deleted questions that have this tag.
excluded_from_suggestions boolean If true, this tag is explicitly excluded from being returned by the /search/tags/suggestions endpoint.
created datetime The date and time when the tag was created.
{
    "tag": "Baskervilles",
    "encounter": 4,
    "question_count": 2,
    "excluded_from_suggestions": false,
    "created": "2012-04-12T13:33:49.000Z"
}