> For the complete documentation index, see [llms.txt](https://mastodon.gitbook.io/mastodon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mastodon.gitbook.io/mastodon/entities/featuredtag.md).

# FeaturedTag

## Example

```javascript
{
  "id": "627",
  "name": "nowplaying",
  "statuses_count": 36,
  "last_status_at": "2019-11-15T07:14:43.524Z"
}
```

## Attributes

### `id`

**Description:** The internal ID of the featured tag in the database.\
**Type:** String (cast from integer but not guaranteed to be a number)\
**Version history:** Added in 3.0.0

### `name`

**Description:** The name of the hashtag being featured.\
**Type:** String\
**Version history:** Added in 3.0.0

### `statuses_count`

**Description:** The number of authored statuses containing this hashtag.\
**Type:** Number\
**Version history:** Added in 3.0.0

### `last_status_at`

**Description:** The timestamp of the last authored status containing this hashtag.\
**Type:** String (ISO 8601 Datetime)\
**Version history:** Added in 3.0.0

## See also

{% content-ref url="/pages/-LrY56VbxjWrtDYyjZ5G" %}
[featured\_tags](/mastodon/methods/accounts/featured_tags.md)
{% endcontent-ref %}

{% embed url="<https://github.com/tootsuite/mastodon/blob/master/app/serializers/rest/featured_tag_serializer.rb>" %}
app/serializers/rest/featured\_tag\_serializer.rb
{% endembed %}
