?sfw=1

Optional. If set filters out all the nsfw images.


/api.php

This is just to support legacy programms. Dont use this.

?tag=tag_name

Returns all data to a random image from that tag in JSON.


get the image data

returns if the tag is specified, the data of a random image with this tag, if the image is specified the image data from this image. The Format is JSON.

?image_id=69

Specifies the image with the image id.

?tag_id=8

Specifies the tag. Rather fetch the tag id bevorehand and use it instead of the tag name, because of performance.

?tag_name=cute

Specifies the tag. Less performant than using tag_id.

/image.php

gets all image data

/image_data.php

gets all image data exept the tags

/image_tags.php

get all image tags


tags

/tag.php

You cannot download all images of a tag. Returns all data of a tag in the JSON format.

?tag_name=cute

Specifies the tag name.

?tag_id=8

Specifies the tag id.

/all_tag.php

Fetches a list of all tags with id.

?frequency

fetches without frequency