This is a small web-api that implements all functionalities of the original rule34 api, but instead of xml it provides json.
The app is hosted on heroku for simple access and usage.
Posts can be accessed with /posts
or /p
.
- limit - Number of posts to get, capped at 100.
- pid - Specifies the page number.
- tags - Refine your search, seperate multiple tags with
+
. - cid - Change id in Unix time.
- id - Id of the post.
All of these are optional.
https://r34-json-api.herokuapp.com/posts?tags=dark_skin+female
Tags can be accessed with /tags
or /t
.
- type Allows you to filter tags by type.
- name Allows you to filter tags by name.
https://r34-json-api.herokuapp.com/tags?type=general&name=cum
Comments can be accessed with /comments
or /c
.
- post_id - Allows you to get all comments of a single post.