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

Currently, site.json API 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.

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?

1 Like

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

1 Like

Could you be more precise ?