Ryth3
01/31/15 12:29AM
Missing API Info
Hey.
Yeah, I know, it's an odd question for this site, but whatever.
Does anyone of you guys know how to recieve a XML list of tags from specified category only (characters, artists etc)?
So far I figured out that this would get some random tags: rule34.xxx/index.php?page...amp;limit=150&q=index
But I don't know the variables to customize the request.
Any help?
Ryth3
01/31/15 07:53PM
Ya, what was I expecting?
BlackStealth
08/20/17 03:41PM
Yeah, I'd really like to be able to do what rule34.xxx/index.php?page=tags&s=list does in an api request. The api documentation does say basics, so maybe it's already implemented?
bipface
08/20/17 05:01PM
use the pid parameter

start at pid=0 and increment the number until the result set is empty
BlackStealth
08/21/17 05:09PM
Does that search for tags? i.e. I want to be able to do an api request for *tag* and have it return tag_tag, tagtag e.t.c.
bipface
08/22/17 02:03PM
unfortunately i can't find any way to do those queries through the API

i think you'll just have to scrape the HTML at rule34.xxx/index.php?page=tags&s=list&tags=*tag*
slayerduck
08/22/17 02:04PM
bipface
08/22/17 02:35PM

we know that part; BlackStealth's problem is that he wants to get a filtered list, e.g. all tags matching a particular pattern
slayerduck
08/22/17 02:59PM
Oh i didn't read it all lol
hobo_tipper
07/16/21 06:38PM
Loengrion
11/17/22 11:20PM


Thank you, this helped me SOOO much!

I am using a bit modified url api.rule34.xxx//index.php...;q=index&name=tagName
1


Reply | Forum Index