curl --request GET \
--url https://demo.komga.org/api/v1/readlists/{id}/read-progress/tachiyomi \
--header 'Authorization: Basic <encoded-value>'{
"booksCount": 123,
"booksInProgressCount": 123,
"booksReadCount": 123,
"booksUnreadCount": 123,
"lastReadContinuousIndex": 123
}Mihon specific, due to how read progress is handled in Mihon.
curl --request GET \
--url https://demo.komga.org/api/v1/readlists/{id}/read-progress/tachiyomi \
--header 'Authorization: Basic <encoded-value>'{
"booksCount": 123,
"booksInProgressCount": 123,
"booksReadCount": 123,
"booksUnreadCount": 123,
"lastReadContinuousIndex": 123
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.