Skip to content

The Tag Object

The following object represents a tag.

  • name string

    The tag name

  • taggings_count number

    The number of stories the tag has been assigned to

Example Object
{
"name": "Editor's Choice",
"taggings_count": 11
}