# Add tags to the site.json, if tags plugin is installed and active

**URL:** https://meta.discourse.org/t/add-tags-to-the-site-json-if-tags-plugin-is-installed-and-active/41290
**Category:** Development
**Created:** [3월 19, 2016, 4:40오전 UTC](https://meta.discourse.org/t/add-tags-to-the-site-json-if-tags-plugin-is-installed-and-active/41290 "2016-03-19T04:40:40Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![meglio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/meglio/32/71444_2.png) [@meglio](https://meta.discourse.org/u/meglio)
#### Post date: [3월 19, 2016, 4:40오전 UTC](https://meta.discourse.org/t/add-tags-to-the-site-json-if-tags-plugin-is-installed-and-active/41290/1 "2016-03-19T04:40:40Z")

</div>

Currently, [site.json API](https://meta.discourse.org/site.json) does not list tags, yet it lists `can_tag_topics`, `can_create_tag` and `tags_filter_regexp `.

Let’s add the tags list to the site.json as well.

---

<div class="post-metadata">

### Author: ![meglio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/meglio/32/71444_2.png) [@meglio](https://meta.discourse.org/u/meglio)
#### Post date: [3월 20, 2016, 1:01오후 UTC](https://meta.discourse.org/t/add-tags-to-the-site-json-if-tags-plugin-is-installed-and-active/41290/2 "2016-03-20T13:01:41Z")

</div>

Also, I could not find an API way to get the full list of tags even by a separate API call. Does anyone know how to do it?

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [3월 20, 2016, 1:14오후 UTC](https://meta.discourse.org/t/add-tags-to-the-site-json-if-tags-plugin-is-installed-and-active/41290/3 "2016-03-20T13:14:24Z")

</div>

It looks like you simply call /tags with an accept-header of application/json (at least from what I can tell)

---

<div class="post-metadata">

### Author: ![Hugo\_LOPEZ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hugo_lopez/32/120972_2.png) [@Hugo\_LOPEZ](https://meta.discourse.org/u/Hugo_LOPEZ)
#### Post date: [2월 3, 2017, 3:59오후 UTC](https://meta.discourse.org/t/add-tags-to-the-site-json-if-tags-plugin-is-installed-and-active/41290/4 "2017-02-03T15:59:47Z")

</div>

Could you be more precise ?
