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.
📄️ Get book thumbnail
Returns a thumbnail image for the book's first page.
📄️ List collections (stub - always returns empty)
Komga collections are user-created groupings of series.
📄️ 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 (stub - always returns empty)
Komga read lists are user-created lists of books to read.
📄️ 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.
📄️ 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).