Skip to content

Rule-34/API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1261420 · Apr 23, 2025
Jan 18, 2025
Apr 22, 2025
Jul 14, 2024
Oct 24, 2023
Mar 28, 2020
Nov 14, 2020
Feb 3, 2021
May 10, 2021
Oct 18, 2022
May 10, 2021
Apr 15, 2021
Jan 22, 2021
Oct 24, 2023
Apr 23, 2025
Apr 23, 2025
Oct 18, 2022
Oct 18, 2022
Oct 24, 2023

Repository files navigation

Rule 34 API

PRs Welcome Uptime Robot status GitHub Repo stars

A JSON API that acts as a wrapper for most Booru sites.

This API was created for, and is used on the Rule 34 App.

Information

Goals

Developed with the following goals:

  • Provide a universal JSON response independent of the site.
  • Support most Booru types.
  • Be fast.

Booru support

Thanks to Universal Booru Manager (UBW), a utility package created by me, the API supports the following Booru types:

  • Gelbooru 0.2
  • Paheal
  • Danbooru
  • Danbooru 2
  • E621

Booru standards

This API respects all the Boorus that it communicates with.

  • Cache every request so that the original Booru site has less load.
  • Use correct HTTP headers for better CDN cache.

Development

If you are interested on modifying the API:

Credit