curl --request GET \
--url https://demo.komga.org/api/v1/books/{bookId}/progression \
--header 'Authorization: Basic <encoded-value>'{
"device": {
"id": "<string>",
"name": "<string>"
},
"locator": {
"href": "<string>",
"type": "<string>",
"koboSpan": "<string>",
"text": {
"after": "<string>",
"before": "<string>",
"highlight": "<string>"
},
"title": "<string>"
},
"modified": "2023-11-07T05:31:56Z"
}The Progression API is a proposed standard for OPDS 2 and Readium. It is used by the Epub Reader.
curl --request GET \
--url https://demo.komga.org/api/v1/books/{bookId}/progression \
--header 'Authorization: Basic <encoded-value>'{
"device": {
"id": "<string>",
"name": "<string>"
},
"locator": {
"href": "<string>",
"type": "<string>",
"koboSpan": "<string>",
"text": {
"after": "<string>",
"before": "<string>",
"highlight": "<string>"
},
"title": "<string>"
},
"modified": "2023-11-07T05:31:56Z"
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.