LIBRARYREADME.md

Doujin Database Archive


This is not a permanent project—it is simply a temporary personal service running on my local NAS and exposed via a reverse tunnel.

doujinshi.org has become a memory of the past, and doujinshi.wiki has also fallen.

If you want to create your own similar archive or library project, you are strongly encouraged to download this database dump and build your own instance:

Usage Guide

  • Shelf Columns — Switch between 3/4 and 5/6 columns on the top right.
  • Search — Search by title, artist, circle, or parody in the top bar.
  • Tag Filter — Click any #tag on a book page to view related works.
  • Cover Zoom — Click on the cover image to view the full-size artwork.

API Interface

Open RESTful JSON endpoints are available for querying and indexing:

GET /api/booksQuery & Pagination
# Query by keyword and filter
GET /api/books?limit=24&offset=0&q=touhou&filter=author:"ZUN"
GET /api/books/:idVolume Metadata
# Retrieve single volume metadata
GET /api/books/1820692
GET /thumbs/* & /Images/*Static Artwork CDN
# Thumbnails and original master covers
/thumbs/tn/{sub}/{id}.jpg
/Images/big/{sub}/{id}.jpg

Contact