Komga
Komga-compatible API for third-party apps (Komic, etc.)
List age ratings (stub - always returns empty array)
Returns all age ratings in the library.
Search/filter books
Returns books matching the filter criteria.
Get 'on deck' books
Returns books that are currently in-progress (started but not completed).
Get a book by ID
Returns a single book in Komga-compatible format.
Download book file
Streams the original book file (CBZ, CBR, EPUB, PDF) for download.
Get next book in series
Returns the next book in the same series by sort order.
List all pages for a book
Returns an array of page metadata for all pages in a book.
Get a specific page image
Streams the raw page image for the requested page number.
Get a page thumbnail
Returns a thumbnail version of the requested page.
Get previous book in series
Returns the previous book in the same series by sort order.
Delete reading progress for a book (mark as unread)
Removes all reading progress for a book, effectively marking it as unread.
Update reading progress for a book
Updates the user's reading progress for a specific book.
List the read lists that contain a book (Komga-compatible).
List the read lists that contain a book (Komga-compatible).
Get book thumbnail
Returns a thumbnail image for the book's first page.
List collections (Komga-compatible).
List collections (Komga-compatible).
Get a collection (Komga-compatible).
Get a collection (Komga-compatible).
Get the series in a collection (Komga-compatible).
Get the series in a collection (Komga-compatible).
Get a collection's thumbnail (the first visible member series' cover).
Get a collection's thumbnail (the first visible member series' cover).
List genres
Returns all genres in the library.
List languages (stub - always returns empty array)
Returns all languages in the library.
List all libraries
Returns all libraries in Komga-compatible format.
Get library by ID
Returns a single library in Komga-compatible format.
Get library thumbnail
Returns a thumbnail image for the library. Uses the first series' cover
List publishers (stub - always returns empty array)
Returns all publishers in the library.
List read lists (Komga-compatible).
List read lists (Komga-compatible).
Get a read list (Komga-compatible).
Get a read list (Komga-compatible).
Get the books in a read list (Komga-compatible).
Get the books in a read list (Komga-compatible).
Get a read list's thumbnail (the first visible member book's cover).
Get a read list's thumbnail (the first visible member book's cover).
List all series (paginated)
Returns all series in Komga-compatible format with pagination.
Search/filter series
Returns series matching the filter criteria.
Get recently added series
Returns series sorted by created date descending (newest first).
List series release dates (stub - always returns empty array)
Returns all release dates used by series in the library.
Get recently updated series
Returns series sorted by last modified date descending (most recently updated first).
Get series by ID
Returns a single series in Komga-compatible format.
Get books in a series
Returns all books in a series with pagination.
List the collections that contain a series (Komga-compatible).
List the collections that contain a series (Komga-compatible).
Mark all books in a series as read
Marks all books in a series as completed (read) for the current user.
Mark all books in a series as unread
Removes all reading progress for all books in a series, effectively marking
Get series thumbnail
Returns a thumbnail image for the series.
List tags
Returns all tags in the library.
Get current user information
Returns information about the currently authenticated user in Komga format.
List authors v2 (stub - always returns empty array)
Returns all authors in the library (v2 endpoint used by Komic).