Danbooru

Finding all character tags associated with a tag?

Posted under General

Title. For instance, say I want to see a list of character tags with posts under a certain copyright. Is there a way to access something like this, similar to an "absolutely_everyone" post?

Updated

@topodic

Another way to get the top 25 character/artist/copyright/general tags associated with any tag is to do the following.

1. Post the following link into a new tab, replacing girls_und_panzer with the tag you are interested in. Also, you can replace character with artist/copyright/general only if you want to see those tag categories instead of the character category. Otherwise it's set up to search for related characters.

http://danbooru.donmai.us/related_tag.json?query=girls_und_panzer&category=character

2. Copy all of the text in the window that shows up, and paste it into the JSON window on https://jqplay.org/

3. Enter the text between the quotation marks in ".tags[][0]" into the Filter window on the same page on https://jqplay.org/

Note: Make sure you have Javascript enabled

The following was the result when doing the above with the tag girls_und_panzer:

"nishizumi_miho"
"akiyama_yukari"
"itsumi_erika"
"darjeeling"
"takebe_saori"
"katyusha"
"nishizumi_maho"
"isuzu_hana"
"reizei_mako"
"anchovy"
"nonna"
"mika_(girls_und_panzer)"
"kay_(girls_und_panzer)"
"orange_pekoe"
"shimada_arisu"
"boko_(girls_und_panzer)"
"kadotani_anzu"
"rosehip"
"alisa_(girls_und_panzer)"
"pepperoni_(girls_und_panzer)"
"carpaccio"
"assam"
"kawashima_momo"
"sasaki_akebi"
"sakaguchi_karina"

Another way is to edit a post, select a tag in the tag box, then click one of the Artists/Characters/Copyrights buttons beneath the tag box.

Also most copyrights have a character list in the wiki. If there's not one, feel free to add one yourself.

evazion said:

Another way is to edit a post, select a tag in the tag box, then click one of the Artists/Characters/Copyrights buttons beneath the tag box.

That was my first response and my usual goto... The only reason I presented the other method is because the Edit method poses the risk of inadvertent editing of the post that you do the related tags search on. For newer users or those that don't edit posts that often, the risk would be that much higher as they may not be as familiar with the interface or all of the hotkeys.

The primary benefit to the JSON method is that there is no risk of inadvertent editing...

+1 That would be a little easier than my method, plus it would eliminate the risk of inadvertent edits with the Edit method.

Also, there are plenty of open spots in the Submenu of the Tags controller that could be given to the Related Tags function.

1