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
Posted under General
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"
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...
@BrokenEagle98 - thankyou so much for posting that. I'd been looking for something like that for ages for a completely different purpose.
Updated
Created issue #2750 for this feature request.