Tankoubon API
Endpoints related to Tankoubons.
Page of the list of Tankoubons.
The amount of tanks per page depends on the server archives_per_page setting.
Tankoubons
Total count of Tankoubons on the server
Number of Tankoubons on the current page
Tankoubons
Use Authorization: Bearer <base64(api_key)>
Name of the Tankoubon
ID of an existing Tankoubon, if you want to change its name.
Success response
ID of the created/modified Tankoubon
Error response
ID of the Tankoubon desired
Tankoubon
ID of this Tankoubon.
Name of this Tankoubon.
Full list of archive IDs contained in this Tankoubon.
^[0-9a-f]{40}$^TANK_[0-9]{10}$Reading progress (page number) for this Tankoubon.
Error response
ID of the Tankoubon desired
Page of the Archives list. Defaults to -1, which returns all archives.
-1Tankoubon
The total amount of archives in this Tankoubon.
The amount of archives in the current page.
Error response
Use Authorization: Bearer <base64(api_key)>
ID of the Tankoubon desired
Ordered array with the IDs of the archives.
Success response
Name of operation
Error message if any
Success message if any
Returns 1 if operation was successful, else 0
Error response
The Tankoubon is currently locked for modification
Use Authorization: Bearer <base64(api_key)>
ID of the Tankoubon desired
Success response
Name of operation
Error message if any
Success message if any
Returns 1 if operation was successful, else 0
Error response
The Tankoubon is currently locked for modification
Use Authorization: Bearer <base64(api_key)>
ID of the Tankoubon to update.
ID of the Archive to append.
Success response
Name of operation
Error message if any
Success message if any
Returns 1 if operation was successful, else 0
Error response
The Tankoubon is currently locked for modification
Use Authorization: Bearer <base64(api_key)>
ID of the Tankoubon to update.
ID of the Archive to remove.
Result
Name of operation
Error message if any
Success message if any
Returns 1 if operation was successful, else 0
Error response
The Tankoubon is currently locked for modification
ID of the Tankoubon desired
Disables the placeholder image, queues the thumbnail for extraction and returns a JSON with code 202. This parameter does nothing if the image already exists. (You will get the image with code 200 no matter what)
If the thumbnail was already extracted, you get it directly.
The thumbnail is queued for extraction. Use /api/minion/:jobid to track when your thumbnail is ready.
Error response
Use Authorization: Bearer <base64(api_key)>
ID of the Tankoubon desired
Global 1-indexed page number across all archives in the tankoubon. Page 1 is the first page of the first archive, and so on.
Tankoubon thumbnail updated
Path to the new thumbnail file
Error response
ID of the Tankoubon to update.
Global 1-indexed page number to update the reading progress to. Must be a positive integer.
Success response
ID of the tankoubon updated
Name of the operation
Updated reading progress
Last read time in epoch seconds
Returns 1 if successful, else 0
Generic error response
Authentication required when authprogress is enabled
Last updated